All Versions
13
Latest Version
Avg Release Cycle
117 days
Latest Release
989 days ago

Changelog History
Page 1

  • v5.1.4

    July 13, 2021
  • v5.1.3

    July 13, 2021
  • v5.1.2

    July 13, 2021
  • v5.1.1

    November 12, 2019
  • v5.1.0 Changes

    December 10, 2018

    🐛 Bug Fixes

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

    🔋 Features

  • v5.0.0 Changes

    April 29, 2018

    🔋 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.
  • v4.6.0 Changes

    March 09, 2018

    🐛 Bug Fixes

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

    🔋 Features

  • v4.5.0 Changes

    January 21, 2018

    🔋 Features

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

    January 14, 2018

    🐛 Bug Fixes

    • 🛠 handle environment with no navigator. Fixes #97 (7f36b72)
  • v4.4.0 Changes

    December 17, 2017

    🐛 Bug Fixes

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

    🔋 Features

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