All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.2.0 (2021-07-30)
- zoom: add originalSrc image which is used for zooming (ee9b1a4)
5.1.4 (2021-07-13)
5.1.3 (2021-07-13)
5.1.2 (2021-07-13)
- fix cross origin iframe detection (6683a29)
5.1.1 (2019-11-12)
- allow React.ReactNode as imageTitle and imageCaption in TypeScript projects (#158) (f1858a3)
- demo parcel site on github pages (822140e)
- don't prevent default inside a passive listener (b2b6a79)
- fix getOrigin issue within iFrames (#175) (f290cb3), closes #136
- fix lint (c2acf2c)
5.1.0 (2018-12-10)
- change focus when zoom buttons becomes disabled to be able to still use arrow keys (fix issue #132) (#135) (30ba946)
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.