Skip to content

Latest commit

 

History

History
94 lines (46 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

94 lines (46 loc) · 3.3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2018-04-29)

Features

  • migrated away from style-loader (e74b7c9)

BREAKING CHANGES

  • 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)

Bug Fixes

  • avoid cross-origin errors from using window.top (5bb5ac9)

Features

4.5.0 (2018-01-21)

Features

  • Custom error message prop for when images fail to load (419998d), closes #82

4.4.1 (2018-01-14)

Bug Fixes

  • handle environment with no navigator. Fixes #97 (7f36b72)

4.4.0 (2017-12-17)

Bug Fixes

  • silence react-modal warning by setting appElement (a26d597)

Features

  • allow for override of react-modal props (45a756d)

4.3.0 (2017-10-13)

Bug Fixes

  • Hide orange outline around viewer in Chrome on Android (359e9bd)

Features

4.2.2 (2017-10-05)

Bug Fixes

  • Improve rendering on zoom in Safari (bab9ca1)

4.2.1 (2017-09-07)

Bug Fixes

  • Default to null height instead of 0 (faa996c)

See the GitHub Releases for information on previous releases.