React Image Gallery Versions Save

React carousel image gallery component with thumbnail support 🖼

v1.1.0

2 years ago

Fixes the following issues

#587 (non-passive event listener fix for react-swipeable) #595 (Thumbnails should have their own width and height) #599 (Remove preventDefaultTouchmoveEvent in favor of using css touchAction: pan-x)

v1.0.10

2 years ago

Resolves the following issues

  • Adds play pause refresh on slideInterval or slideDuration change #577
  • Some css enhancement and fixes #544
  • Fixes calling handleResize when component unmounts #498
  • Mark original as not required for custom render methods #499
  • Remove focus on current thumbnail and bullet #507

v1.0.9

3 years ago

Fixes #518 and #558

v1.0.8

3 years ago

Fixes #533 and #519

v1.0.7

4 years ago

While playing reset slider timer when sliding left or right #483 Use srcSet instead of media for imageSet prop #490 Fix onscreenchange when not using browser fullscreen API #489 Fix onscreenchange for multiple galleries #493

v1.0.6

4 years ago

Fixes #479 #480

v1.0.5

4 years ago

Add support for fullscreen src when in fullscreen mode #429 Fix transition when navigating between two slides #469

v1.0.4

4 years ago

fixes #470

and add #467

v1.0.0

4 years ago

Breaking changes

PROPS renamed: onErrorImage => onErrorImageURL disableArrowKeys => disableKeyDown

CSS class changes image-gallery-image now on the img element and not its container

Improvements and bug fixes

  • More a11y friendly
  • eslint fixes
  • onErrorImage should only be called once per load
  • use svg icons instead of ionicons
  • fix fullscreen and larger screen aspect ratio

v0.9.1

4 years ago
  • Fix #433 shallow comparison of items causing unexpected behaviors in certain cases.