Skip to content

Releases: BetterTyped/react-zoom-pan-pinch

v3.6.1

01 Jul 10:01
9525dbb
Compare
Choose a tag to compare

3.6.1 (2024-07-01)

Bug Fixes

  • only call onDoubleClick for the dblclick event and not for the detected doubleTab in onTouchPanningStart (#484) (9525dbb)

v3.6.0

27 Jun 15:03
ea15dfe
Compare
Choose a tag to compare

3.6.0 (2024-06-27)

Features

v3.5.1

23 Jun 19:03
16e1466
Compare
Choose a tag to compare

3.5.1 (2024-06-23)

Bug Fixes

  • Added docs for useTransformComponent and fixed the hook to update on context change (#480) (16e1466)

v3.5.0

21 Jun 10:30
Compare
Choose a tag to compare

3.5.0 (2024-06-21)

Bug Fixes

Features

  • Support for simultaneous pinching and zooming (#475) (e2b0df4)
  • transform-hook: UseTransformComponent added (#405) (042c283)

v3.4.4

28 Mar 19:18
8dacc27
Compare
Choose a tag to compare

3.4.4 (2024-03-28)

Bug Fixes

v3.4.3

26 Feb 10:03
acecc35
Compare
Choose a tag to compare

3.4.3 (2024-02-26)

Bug Fixes

  • Add check for ResizeObserver availability to prevent reference errors (#455) (acecc35)

v3.4.2

02 Feb 13:43
7df9ad7
Compare
Choose a tag to compare

3.4.2 (2024-02-02)

Bug Fixes

v3.4.1

01 Feb 11:12
c17412b
Compare
Choose a tag to compare

3.4.1 (2024-02-01)

Bug Fixes

  • update props when TransformWrapper is updated (#449) (c17412b)

v3.4.0

31 Jan 13:24
cad806b
Compare
Choose a tag to compare

3.4.0 (2024-01-31)

Bug Fixes

  • Mouse panning when used in shadow DOM (#448) (cad806b)

Features

  • added pan on scroll, improve the build (#447) (6167676)

v3.3.0

23 Oct 15:13
Compare
Choose a tag to compare

3.3.0 (2023-10-23)

Bug Fixes

  • 馃悰 Performance and regression (11c0f41)

Features

  • Add Left, Right, and Middle click pan options (#420) (2777107)