Releases: xiaolin/react-image-gallery
Releases · xiaolin/react-image-gallery
1.3.0
remove defaultprops from functional components
#730 removing defaultProps
for upcoming deprecation
hotfix: v1.2.11 when thumbnails are disabled
Fixes issue when thumbnails are disabled #703
Fix thumbnail container resizing on react 18
Fixes thumbnail container resizing issue with react 18 render #674
Bug fix
Updates and enhancements
Improvements
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
Improvements
Prevent image re-mounting on slide change (this was causing a new fetch when images were not cached)