Releases: timmywil/panzoom
Releases · timmywil/panzoom
Release 4.5.1
4.5.1 (2022-09-06)
Bug Fixes
- types: export all typescript types (b287e0d)
Release 4.5.0
4.5.0 (2022-05-27)
Features
- add pinchAndPan option to enable panning during pinch zoom (#607) (f5bc3ac)
- panzoom: expose the pointer event handlers (1c97ddd)
Bug Fixes
- move: pass the original event to zoomToPoint calls (ea78bd1)
Release 4.4.4
4.4.4 (2022-01-31)
Bug Fixes
- constrain: always get new dimensions when constraining scale (834f7f6)
- roundpixels: roundPixels should affect x/y in constrain (174cbb4)
Release 4.4.3
4.4.3 (2021-10-29)
Bug Fixes
- pan: avoid triggering the pan event if no change (2e95244)
Release 4.4.2
4.4.2 (2021-10-20)
Bug Fixes
- events: fire off change events after setting transform (39524b1)
- start: start options should ignore disable options (77b47b7)
- zoomwithwheel: animate should always be disabled when zooming with wheel (c757931)
Release 4.4.1
4.4.1 (2021-06-11)
Bug Fixes
- contain: account for scale with contain: inside (2bdc559)
- pinchzoom: don't call pan during pinch zoom (22fb0b3)
Release 4.4.0
4.4.0 (2021-05-05)
Features
- events: add originalEvent to custom events detail (82722ff)
- resetstyle: add resetStyle method for removing all panzoom styles (ac15832)
4.3.2
4.3.2 (2020-09-09)
Bug Fixes
- release with build change (28f94ff)
4.3.1
4.3.1 (2020-07-21)
Bug Fixes
- check for window and document to allow ssr loading (3a0119e), closes #499
4.3.0
4.3.0 (2020-07-20)
Features
- bind: add bind method and noBind option (e5e1a30), closes #496
Reverts
- Revert "docs(demo): remove unnecessary window declaration" (bd299d8)