Skip to content

v2.0.0

Compare
Choose a tag to compare
@breakthestatic breakthestatic released this 27 Dec 20:27
· 5 commits to main since this release

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 the prevent_others option. This release suppresses touchmove and touchend 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