xiaolin/react-image-gallery
 Watch   
 Star   
 Fork   
2023-07-30 15:22:22
react-image-gallery

1.3.0

fixes #643 fixes #655

2023-06-11 09:47:42
react-image-gallery

remove defaultprops from functional components

#730 removing defaultProps for upcoming deprecation

2022-10-03 13:11:47
react-image-gallery

hotfix: v1.2.11 when thumbnails are disabled

Fixes issue when thumbnails are disabled #703

2022-10-02 06:03:45
react-image-gallery

Fix thumbnail container resizing on react 18

Fixes thumbnail container resizing issue with react 18 render #674

2022-07-31 04:45:12
react-image-gallery

Bug fix

Fixes #687: Removes transition when items change.

2022-05-09 10:32:11
react-image-gallery

Updates and enhancements

PRs deployed

#664 #637 #663

2021-08-11 11:51:01
react-image-gallery

Improvements

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

2021-07-29 14:49:25
react-image-gallery

Improvements with minor breaking change

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

2021-07-20 10:31:50
react-image-gallery

Improvements

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

2021-07-11 17:56:14
react-image-gallery

Webpack and Swipeable thumbnails

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