Releases: jossmac/react-images
Releases · jossmac/react-images
v0.5.15
v0.5.13
v0.5.12
v0.5.8
v0.5.7
v0.5.6
v0.5.5
Updates for React 15.5
- Fixes warnings for PropTypes
- Update react-addons-css-transition-group to react-transition-group because deprecated in React 16
v0.4.11
Features
- Pre-load the next image based on user intention, uses new prop
preloadNextImage
Bug Fixes
- Bug with
enableKeyboardInput
where images fail to render
General
- Bump dev dependencies for
react
andreact-dom
to15.3.0
- Increase the default max-width of the Lightbox to
1024px
v0.4.10
Features
- Simplify fade transition using
react-css-addons-transition-group
Bug Fixes
- Fix react PropTypes warning. See fixing-the-false-positive