Releases: rpearce/react-medium-image-zoom
Releases · rpearce/react-medium-image-zoom
v5.2.11
Patch Changes
- b647071: fixes zooming inside a dialog with click outside behavior
v5.2.10
Patch Changes
- 44473b3: include 'use client' directive in esm output
v5.2.9
Patch Changes
- 868d0e1: fix unzooming getting stuck in Safari
v5.2.8
[5.2.8] - 2024-07-15
Fixed
- Safari: Zoomable images make the body extend beyond the content (#627)
v5.2.7
[5.2.7] - 2024-07-08
Fixed
- flickering after unzooming (#631)
v5.2.6
[5.2.6] - 2024-07-08
Fixed
- img SVGs with no dimensions not scaling (#629)
v5.2.5
[5.2.5] - 2024-06-22
Fixed
- Zooming effect breaks when images is clicked while scrolling (#439)
v5.2.4
[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
[5.2.3] - 2024-05-14
Fixed
- SVG arrows with text disappeared on Zoom (#438, continued)
v5.2.2
[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)