Skip to content

Releases: xiaolin/react-image-gallery

1.3.0

30 Jul 08:29
3b36503
Compare
Choose a tag to compare

fixes #643
fixes #655

remove defaultprops from functional components

11 Jun 01:58
Compare
Choose a tag to compare

#730 removing defaultProps for upcoming deprecation

hotfix: v1.2.11 when thumbnails are disabled

03 Oct 05:16
Compare
Choose a tag to compare

Fixes issue when thumbnails are disabled #703

Fix thumbnail container resizing on react 18

01 Oct 22:09
Compare
Choose a tag to compare

Fixes thumbnail container resizing issue with react 18 render #674

Bug fix

30 Jul 20:47
Compare
Choose a tag to compare

Fixes #687: Removes transition when items change.

Updates and enhancements

09 May 02:37
Compare
Choose a tag to compare

Improvements

11 Aug 03:53
Compare
Choose a tag to compare

Fix issues #622
Improve thumbnail swipe gestures #617
memoized control components

Improvements with minor breaking change

29 Jul 06:55
Compare
Choose a tag to compare

Deprecated:
imageSet has been removed when passing in item. Use custom renderItem if you need to render imageSet

Improvements:
optimized renderItem so that it is not called again when changing slides #423
improved swipe gestures when swiping up/down (prevent moving the slide) and swiping left/right (prevent background scrolling) #616

Improvements

20 Jul 02:41
Compare
Choose a tag to compare

Prevent image re-mounting on slide change (this was causing a new fetch when images were not cached)

Webpack and Swipeable thumbnails

11 Jul 10:03
Compare
Choose a tag to compare

Adds support for webpack for local development #586
Adds thumbnail swipe #452
Reduced overall bundle size by 12% #501