React Image Gallery Versions Save

React carousel image gallery component with thumbnail support 🖼

v1.3.0

9 months ago

fixes #643 fixes #655

v1.2.12

10 months ago

#730 removing defaultProps for upcoming deprecation

v1.2.11

1 year ago

Fixes issue when thumbnails are disabled #703

v1.2.10

1 year ago

Fixes thumbnail container resizing issue with react 18 render #674

v1.2.9

1 year ago

Fixes #687: Removes transition when items change.

v1.2.8

1 year ago

PRs deployed

#664 #637 #663

v1.2.7

2 years ago

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

v1.2.6

2 years ago

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

v1.2.5

2 years ago

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

v1.2.2

2 years ago

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