Skip to content

Releases: rpearce/react-medium-image-zoom

v5.2.9

28 Aug 14:33
0310e10
Compare
Choose a tag to compare

Patch Changes

  • 868d0e1: fix unzooming getting stuck in Safari

v5.2.8

18 Jul 18:51
871487a
Compare
Choose a tag to compare

[5.2.8] - 2024-07-15

Fixed

  • Safari: Zoomable images make the body extend beyond the content (#627)

v5.2.7

08 Jul 04:00
e1af4b2
Compare
Choose a tag to compare

[5.2.7] - 2024-07-08

Fixed

  • flickering after unzooming (#631)

v5.2.6

08 Jul 00:25
27ab365
Compare
Choose a tag to compare

[5.2.6] - 2024-07-08

Fixed

  • img SVGs with no dimensions not scaling (#629)

v5.2.5

22 Jun 03:00
03f94f1
Compare
Choose a tag to compare

[5.2.5] - 2024-06-22

Fixed

  • Zooming effect breaks when images is clicked while scrolling (#439)

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)