Skip to content

Releases: timmywil/panzoom

Release 4.5.1

06 Sep 15:46
684d07d
Compare
Choose a tag to compare

4.5.1 (2022-09-06)

Bug Fixes

  • types: export all typescript types (b287e0d)

Release 4.5.0

27 May 16:52
cf01953
Compare
Choose a tag to compare

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
d398644
Compare
Choose a tag to compare

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
2e95244
Compare
Choose a tag to compare

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
1f69809
Compare
Choose a tag to compare

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
8ff604b
Compare
Choose a tag to compare

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
8ce8194
Compare
Choose a tag to compare

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
6a681cf
Compare
Choose a tag to compare

4.3.2 (2020-09-09)

Bug Fixes

  • release with build change (28f94ff)

4.3.1

21 Jul 16:28
a9527f4
Compare
Choose a tag to compare

4.3.1 (2020-07-21)

Bug Fixes

  • check for window and document to allow ssr loading (3a0119e), closes #499

4.3.0

20 Jul 17:15
186315a
Compare
Choose a tag to compare

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)