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
Fixes #687: Removes transition when items change.
Updates and enhancements
PRs deployed
#664 #637 #663
Improvements
Fix issues #622 Improve thumbnail swipe gestures #617 memoized control components
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)
Webpack and Swipeable thumbnails
Adds support for webpack for local development #586 Adds thumbnail swipe #452 Reduced overall bundle size by 12% #501