Releases: jossmac/react-images
Releases · jossmac/react-images
1.2.0-beta.7 - Fixes fullscreen mode
1.2.0-beta.3
* Prevent crash when modal close is attempted twice (#386)
1.2.0-beta.2
* Fix broken import
v1.2.0-beta.1 - Maintenance release
This package isn't supported. This is a maintenance release.
I haven't tested every feature of this package using these, so please let me know if there are any issues!
+ Updated dependencies
+ Enable React 17 support
- Remove React 15 compatibility
v1.1.2 - Accessibility!
v1.1.0
v1.0.0
v0.5.19
v0.5.18
- LightBox srcSet support for string and array #236 thanks to lordoffreaks
- Upgrade react-transition-group to v2 #238 thanks to filipecosta01
- Add zindex to close button to bring it in front of spinner #225 thanks to seanpascoe
- Fix #240: Spinner consumes pointer events #241 thanks to thepatrik
- Fix #216 Cannot read property 'complete' of undefined #217 thanks to lkazberova
- Fix Lightbox srcSet prop type validation #209 thanks to kripod
v0.5.16
- add preloadImage call to componentDidMount
- Changes some docs to clarify that yarn is the preferred package manager for this project. Removes package-lock.json.
- Unmount the component tree before removing the portal node from DOM
- Fix react warnings by updating react-scrolllock version