Blur area tap out & haptic feedback improvements
The update brings support for:
- A utility method called
setInitial(frame:)
that helps to handle appearance animation issue in some scenarios - A new settable property called
closeOnBlurTapped
that can be used to change the behavior of the component, when the blur area (if present) is tapped e.g. the component can be closed if property set totrue
- A new settable property
givesHapticFeedback
that allows to turn on/off the haptic feedback (if available on the target device)