You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Important note for users upgrading from version prior to 1.0.0-rc: the wheel/pinch/drag zoom behaviors are now configured separately, so some options have been moved an renamed:
zoom.enabled -> zoom.wheel.enabled and zoom.pinch.enabled
zoom.drag -> zoom.drag.enabled (enabling drag mode no longer disables the wheel/pinch modes)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Essential Links
zoom.enabled
->zoom.wheel.enabled
andzoom.pinch.enabled
zoom.drag
->zoom.drag.enabled
(enabling drag mode no longer disables the wheel/pinch modes)zoom.speed
->zoom.wheel.speed
zoom.wheelModifierKey
->zoom.wheel.modifierKey
zoom.threshold
->zoom.drag.threshold
Breaking Changes
Enhancements
start
andstop
plugin hooks instead ofbeforeInit
,afterInit
anddestroy
#411 Use `start` and `stop` plugin hooks instead of `beforeInit`, `afterInit` and `destroy`Bugs Fixed
Types
Documentation
Development
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions