All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2018-04-29)
- migrated away from style-loader (e74b7c9)
- you must import the css for the component yourself,
using
import 'react-image-lightbox/style.css';
. You only need to do this once in your application. - Versions of IE earlier than IE 11 are no longer supported.
4.6.0 (2018-03-09)
- avoid cross-origin errors from using window.top (5bb5ac9)
- onImageLoad API (b08be00)
4.5.0 (2018-01-21)
4.4.1 (2018-01-14)
4.4.0 (2017-12-17)
- silence react-modal warning by setting appElement (a26d597)
- allow for override of react-modal props (45a756d)
4.3.0 (2017-10-13)
- Hide orange outline around viewer in Chrome on Android (359e9bd)
- Add react@16 support (e3e63b6)
4.2.2 (2017-10-05)
- Improve rendering on zoom in Safari (bab9ca1)
4.2.1 (2017-09-07)
- Default to null height instead of 0 (faa996c)
See the GitHub Releases for information on previous releases.