v2.0.0
Breaking Changes:
- The
check_visibilty
option, which was deprecated in v1.0.4, has been removed. - Previously, only
touchstart
events were being suppressed from propagation when using theprevent_others
option. This release suppressestouchmove
andtouchend
events as well when the option is enabled. - Multi-touch gestures (e.g. two/three finger swipes) are now ignored when opening the drawer.
New Features:
- Exclusion list - If your dashboard has any actionable items that render within the starting threshold, you can now add them to this list, which will be checked upon the start of each gesture. If a gesture begins within the starting threshold but also happens to be over an item in the list, the gesture will be suppressed. The
exclusions
option accepts a list of CSS Selectors for targeting.
Full Changelog: v1.0.4...v2.0.0