Releases: timmywil/panzoom
Releases · timmywil/panzoom
Release 4.6.0
14 Jan 19:22
Compare
Sorry, something went wrong.
No results found
4.6.0 (2025-01-14)
Features
Release 4.5.1
06 Sep 15:46
Compare
Sorry, something went wrong.
No results found
4.5.1 (2022-09-06)
Bug Fixes
types: export all typescript types (b287e0d )
Release 4.5.0
27 May 16:52
Compare
Sorry, something went wrong.
No results found
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
31 Jan 15:59
Compare
Sorry, something went wrong.
No results found
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
29 Oct 20:26
Compare
Sorry, something went wrong.
No results found
4.4.3 (2021-10-29)
Bug Fixes
pan: avoid triggering the pan event if no change (2e95244 )
Release 4.4.2
20 Oct 19:27
Compare
Sorry, something went wrong.
No results found
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
11 Jun 20:10
Compare
Sorry, something went wrong.
No results found
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
05 May 16:14
Compare
Sorry, something went wrong.
No results found
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
09 Sep 19:18
Compare
Sorry, something went wrong.
No results found
4.3.2 (2020-09-09)
Bug Fixes
release with build change (28f94ff )
4.3.1
21 Jul 16:28
Compare
Sorry, something went wrong.
No results found
4.3.1 (2020-07-21)
Bug Fixes
check for window and document to allow ssr loading (3a0119e ), closes #499