Skip to content

Releases: rpearce/react-medium-image-zoom

v5.2.0

06 Apr 02:26
85a3e44
Compare
Choose a tag to compare

[5.2.0] - 2024-04-05

Added

  • canSwipeToUnzoom and swipeToUnzoomThreshold props (#472, #510)

v5.1.11

27 Mar 02:03
255b509
Compare
Choose a tag to compare

[5.1.11] - 2024-03-26

Fixed

  • Improve iOS pinch-to-zoom experience (#436)

v5.1.10

13 Jan 18:50
edd9128
Compare
Choose a tag to compare

[5.1.10] - 2024-01-13

Fixed

  • When I deploy to Vercel / Next 13 and I change routes to a page I get
    "DOMException: Failed to execute 'showModal' on 'HTMLDialogElement': The
    element is not in a Document." (#429)

v5.1.9

15 Dec 04:45
1c8f96c
Compare
Choose a tag to compare

[5.1.9] - 2023-12-14

Fixed

  • SVG arrows with text disappeared on Zoom (#438)

v5.1.8

02 Aug 02:17
4aa448a
Compare
Choose a tag to compare

[5.1.8] - 2023-08-01

Fixed

  • Fixes for the zoom behaviour and overlay height in iOS Safari (#434)

v5.1.7

29 Jul 03:29
da1404d
Compare
Choose a tag to compare

[5.1.7] - 2023-07-28

Fixed

  • Esc to exit zoom doesn't work on Safari (#430)

v5.1.5

23 Apr 03:56
980783d
Compare
Choose a tag to compare

[5.1.5] - 2023-04-23

Fixed

  • Possibly broke zooming divs where role="img" (#412)

v5.1.4

18 Apr 01:56
c9eb41c
Compare
Choose a tag to compare

[5.1.4] - 2023-04-17

Fixed

  • Older browser versions querySelector error (#391)
  • Cannot read properties of undefined (reading 'left') with Zoom Component and
    React SVG Component in Docusaurus (#406)
  • Warning: NaN is an invalid value for the width css style property. (#375)

v5.1.3

25 Feb 02:43
ce1d2d2
Compare
Choose a tag to compare

[5.1.3] - 2023-02-25

Fixed

  • Image has already been loaded (#389)

v5.1.2

26 Oct 03:42
ea38753
Compare
Choose a tag to compare

[5.1.2] - 2022-10-25

Fixed

  • Image is hidden when pressing escape during hiding animation (issue #378)