Skip to content

Releases: rpearce/react-medium-image-zoom

v5.2.4

16 May 08:56
1d42aa1
Compare
Choose a tag to compare

[5.2.4] - 2024-05-16

Fixed

  • SVG arrows with text disappeared on Zoom (#438, continued again)
    • Note: This is a vexing issue due to all the possible things that can go
      wrong with cloning an SVG element that has HTML IDs inside of it. Hopefully,
      this is the last fix for this issue.

v5.2.3

14 May 09:44
bbb8fce
Compare
Choose a tag to compare

[5.2.3] - 2024-05-14

Fixed

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

v5.2.2

13 May 09:22
c31507f
Compare
Choose a tag to compare

[5.2.2] - 2024-05-13

Fixed

  • Accidental non-dev dependency on @storybook/test when this lib should have zero non-dev dependencies (PR: #563)

v5.2.1

13 May 08:58
a29a3b8
Compare
Choose a tag to compare

[5.2.1] - 2024-05-13

Fixed

  • Zoomable image breaks on Chrome (#470)

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)