Skip to content

Releases: xiaolin/react-image-gallery

Bug fixes and enhancements

31 May 09:59
Compare
Choose a tag to compare

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)

Bug fixes and enhancements

28 May 08:57
Compare
Choose a tag to compare

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

Fixes and enhancements

23 Feb 01:37
Compare
Choose a tag to compare

Fixes

21 Jul 23:20
Compare
Choose a tag to compare

Fixes #533 and #519

Bug fixes

26 Mar 01:15
Compare
Choose a tag to compare

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

Bug fixes

31 Jan 03:44
Compare
Choose a tag to compare

Improvement and bug fix

13 Jan 03:45
Compare
Choose a tag to compare

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

Improvement and bug fix

11 Jan 01:58
Compare
Choose a tag to compare

Refactoring and improvements

22 Dec 23:47
Compare
Choose a tag to compare

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

Bug fix

22 Aug 19:58
Compare
Choose a tag to compare
  • Fix #433 shallow comparison of items causing unexpected behaviors in certain cases.