Skip to content

Releases: jossmac/react-images

v0.5.15

25 Jan 12:51
Compare
Choose a tag to compare

Spinner functionality
#187

v0.5.13

29 Nov 17:57
Compare
Choose a tag to compare

Change srcset to srcSet which should resolve warning: Invalid DOM property srcset. Did you mean srcSet?

v0.5.12

29 Nov 15:55
Compare
Choose a tag to compare

Fix React warning #171

v0.5.8

06 Oct 09:21
Compare
Choose a tag to compare

Bug Fix

v0.5.7

03 Oct 15:52
Compare
Choose a tag to compare

Fix warnings for React 16.0.0 and update dependencies

v0.5.6

20 Sep 09:22
Compare
Choose a tag to compare
  • Update: Let user pass in srcSet as prop in addition to srcset thanks to smeijer
  • Fix: default arrow bg color is none
  • Fix: make content div, figure, image respond to theme props #127
  • Fix: caption extending and disabling backdropClosesModal click issue #156
  • Fix: alignment in safari issue #105

v0.5.5

28 Jul 16:13
Compare
Choose a tag to compare
  • Fix: let user override all possible properties with theme object
  • Fix: clicking on image closes lightbox when backdropClosesModal is set to true #152
  • Fix: clicking close lightbox button fired onClose handler twice #155

Updates for React 15.5

28 May 19:47
Compare
Choose a tag to compare
  • Fixes warnings for PropTypes
  • Update react-addons-css-transition-group to react-transition-group because deprecated in React 16

v0.4.11

15 Aug 05:03
Compare
Choose a tag to compare

Features

  • Pre-load the next image based on user intention, uses new prop preloadNextImage

Bug Fixes

  • Bug with enableKeyboardInput where images fail to render

General

  • Bump dev dependencies forreact and react-dom to 15.3.0
  • Increase the default max-width of the Lightbox to 1024px

v0.4.10

15 Aug 05:05
Compare
Choose a tag to compare

Features

  • Simplify fade transition using react-css-addons-transition-group

Bug Fixes