Version 1.1.1
HapticFeedback
From now on you can specify the UIImpactFeedbackStyle
when using HapticFeedback.impact
button.hapticFeedback = .impact(.light)
button.hapticFeedback = .impact(.medium)
button.hapticFeedback = .impact(.heavy)
Fixed KeyValueWhatsNewVersionStore issue
Fixed an issue when using KeyValueWhatsNewVersionStore
with UserDefaults
or NSUbiquitousKeyValueStore
.