Releases: rpearce/react-medium-image-zoom
Releases · rpearce/react-medium-image-zoom
v4.0.2
[4.0.2] - 2020-02-02
Changed
- Added CJS & UMD minified builds
v4.0.1
[4.0.1] - 2020-01-22
Fixed
- resolved prod issue where CSS wasn't included in
sideEffects
[4.0.0] - 2020-01-19
Complete rewrite with breaking changes so we can move forward with the project.
Please see the README.md for the new API and migrating from v3 to
v4.
v3.1.1
[3.1.1] - 2019-06-24
Fixed
- Support Preact by using
React.Fragment
(PR #152)
v3.1.0
[3.1.0] - 2019-06-19
Added
- Support for
React.StrictMode
(PR #151)
v3.0.16
[3.0.16] - 2019-04-22
Fixed
- Fixes JS error when
_allowTabNavigation
is called before image ref (PR #150)
v3.0.15
[3.0.15] - 2018-10-25
Fixed
- Resolved issue #139 where
zoomMargin
wouldn't accept a number in string
format
v3.0.14
[3.0.14] - 2018-09-17
Fixed
- Resolved issue #137 where broken images would continue allowing the component
to function
- Now ensures an
image
prop's onLoad
callback is adequately sent to the
consumer
v3.0.13
[3.0.13] - 2018-07-30
Fixed
- Resolved issue where we were calculating
imageCenterX
with
window.innerWidth
instead of document.body.clientWidth
(PR: #133)
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)