Releases: rpearce/react-medium-image-zoom
Releases · rpearce/react-medium-image-zoom
v3.0.11
[3.0.11] - 2018-05-09
Fixed
- Resolved issue #128 where initializing with isZoomed={true} was throwing errors.
v3.0.10
[3.0.10] - 2018-01-19
Changed
- removed the Firefox check and apply the flicker "fix" to all browsers equally (#119)
v3.0.9
[3.0.9] - 2018-01-16
Fixed
- Resolved Firefox issue where switching an image's
src
attribute causes an obnoxious "flicker" effect (#96)
v3.0.8
[3.0.8] - 2018-01-09
Changed
v3.0.7
[3.0.7] - 2018-01-09
Added
v3.0.6
[3.0.6] - 2018-01-08
Fixed
- Fixed issue where quickly, repeatedly triggering the zoom and unzoom actions had some lingering timeout actions that no longer existing on a component, throwing errors in the console (#106)
v3.0.5
[3.0.5] - 2017-12-05
Fixed
- Fixed issue where hitting the tab key on a zoomed imaged would allow
an element in behind the image to receive focus. Further actions
could then be taken on the focused element, causing the DOM to end
up in undesired states.
v2.0.7
[2.0.7] - 2017-12-05
Fixed
- Fixed issue where hitting the tab key on a zoomed imaged would allow
an element in behind the image to receive focus. Further actions
could then be taken on the focused element, causing the DOM to end
up in undesired states.
v3.0.4
[3.0.4] - 2017-12-02
Fixed
- Fixed readme rebase issue. 🤦♂️
v3.0.3
[3.0.3] - 2017-12-02
Fixed
- Fixed issue from #89 where
hasAlreadyLoaded
was preventing the zoomImage
source from displaying when shouldReplaceImage
was set to false
.