Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
122 lines (64 loc) · 5.65 KB

CHANGELOG.md

File metadata and controls

122 lines (64 loc) · 5.65 KB

Changelog

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

5.1.4 (2021-07-13)

5.1.3 (2021-07-13)

5.1.2 (2021-07-13)

Bug Fixes

  • fix cross origin iframe detection (6683a29)

5.1.1 (2019-11-12)

Bug Fixes

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

Bug Fixes

  • change focus when zoom buttons becomes disabled to be able to still use arrow keys (fix issue #132) (#135) (30ba946)

Features

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.