Releases: rpearce/react-medium-image-zoom
Releases · rpearce/react-medium-image-zoom
v4.4.2
[4.4.2] - 2022-05-22
Fixed
v4.4.1
[4.4.1] - 2022-05-22
Changed
- Switched project name back to
react-medium-image-zoom
and fixed links
- I'm not even sure it was working, but turned off
sourceMaps: true
in the
tsconfig
- Moved
AUTHORS
file into contributors
key in package.json
- Added
funding
info to package.json
v4.4.0
[4.4.0] - 2022-05-13
Changed
- Bumped minor version of
tslib
and made sure to actually use it (#306)
- Adds an
aria-label
to the modal to satisfy axe-core
; note that this is
still not an accessible component. It will be eventually! (#306)
Removed
- Removed dependency on
react-use
(#306)
v4.3.7
[4.3.7] - 2022-04-09
Fixed
- Fix Incompatible types with types/react v18 (#302)
[4.3.6] - 2022-04-04
Fixed
v4.3.5
[4.3.5] - 2021-08-25
Fixed
- Fix not exporting component props (#287)
v4.3.3
[4.3.3] - 2021-03-27
Fixed
- fixed old links to
/react-medium-image-zoom/
to /image-zoom/
v4.3.2
[4.3.2] - 2021-03-27
Changed
react
and react-dom
peerDependencies
moved from >= 16.8.0
to ^16.8.0 || ^17.0.0
- upgraded
react-use
Fixed
- set all dependencies to use compatibility
^
selectors
v4.3.0
[4.3.0] - 2020-03-11
Added
- support for passing a
wrapElement
(defaults to div
)
Fixed
- adding
wrapElement
support resolves div
vs span
issue #236 (thanks to
@sunknudsen)
v4.2.0
[4.2.0] - 2020-03-07
Added
v4.0.3
[4.0.3] - 2020-02-05
Changed
- Replace temporary focus-options-polyfill with package now that it's fixed