React Images Versions Save

🌄 A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS

1.2.0-beta.7

3 years ago
  • Fixes bug where fullscreen prop would cause crash (#396) (Thanks @foglerek for the PR!)

1.2.0-beta.3

3 years ago
* Prevent crash when modal close is attempted twice (#386)

1.2.0-beta.2

3 years ago
* Fix broken import

1.2.0-beta.1

3 years ago

This package isn't supported. This is a maintenance release.

I haven't tested every feature of this package using these, so please let me know if there are any issues!

+ Updated dependencies
+ Enable React 17 support
- Remove React 15 compatibility

v1.1.2

4 years ago

v1.1.0

4 years ago

1.0.0

4 years ago
  • v1 release of customizable, carousel component for displaying media

0.5.19

5 years ago
  • Fix babel lib output not transpiling

0.5.18

5 years ago
  • LightBox srcSet support for string and array #236 thanks to lordoffreaks
  • Upgrade react-transition-group to v2 #238 thanks to filipecosta01
  • Add zindex to close button to bring it in front of spinner #225 thanks to seanpascoe
  • Fix #240: Spinner consumes pointer events #241 thanks to thepatrik
  • Fix #216 Cannot read property 'complete' of undefined #217 thanks to lkazberova
  • Fix Lightbox srcSet prop type validation #209 thanks to kripod

0.5.16

6 years ago
  • add preloadImage call to componentDidMount
  • Changes some docs to clarify that yarn is the preferred package manager for this project. Removes package-lock.json.
  • Unmount the component tree before removing the portal node from DOM
  • Fix react warnings by updating react-scrolllock version