Skip to content

Releases: jossmac/react-images

1.2.0-beta.7 - Fixes fullscreen mode

29 Apr 05:30
11f2237
Compare
Choose a tag to compare
Pre-release
  • Fixes bug where fullscreen prop would cause crash (#396) (Thanks @foglerek for the PR!)

1.2.0-beta.3

13 Feb 00:47
46a933f
Compare
Choose a tag to compare
1.2.0-beta.3 Pre-release
Pre-release
* Prevent crash when modal close is attempted twice (#386)

1.2.0-beta.2

13 Feb 00:46
9dc54ce
Compare
Choose a tag to compare
1.2.0-beta.2 Pre-release
Pre-release
* Fix broken import

v1.2.0-beta.1 - Maintenance release

09 Feb 22:05
0beffa5
Compare
Choose a tag to compare
Pre-release

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 - Accessibility!

10 Apr 09:55
Compare
Choose a tag to compare
:rotating_light: Fix linting error

v1.1.0

24 Mar 16:21
a74c4bc
Compare
Choose a tag to compare
Merge pull request #357 from hsource/dismiss-backdrop-click

Made clicking on more parts of the backdrop dismiss modal

v1.0.0

06 Jun 17:51
Compare
Choose a tag to compare
  • v1 release of customizable, carousel component for displaying media

v0.5.19

19 Jul 22:31
Compare
Choose a tag to compare
  • Fix babel lib output not transpiling

v0.5.18

19 Jul 12:39
Compare
Choose a tag to compare

v0.5.16

30 Jan 18:14
Compare
Choose a tag to compare
  • 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