Skip to content

Releases: xiaolin/react-image-gallery

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 01:45

Full Changelog: v2.1.1...v2.1.2

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Feb 04:59

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0 (CSS is no longer auto-injected)

Choose a tag to compare

@github-actions github-actions released this 16 Feb 18:39

Full Changelog: v2.0.8...v2.1.0

CSS is no longer auto-injected. You must now import the stylesheet explicitly:

import "react-image-gallery/styles/image-gallery.css";

This change fixes SSR compatibility (no more FOUC or duplicate styles) and reduces the JS bundle size by ~35%. The API, props, and all component behavior remain unchanged.

v2.0.8

Choose a tag to compare

@github-actions github-actions released this 10 Feb 20:22

Full Changelog: v2.0.7...v2.0.8

v2.0.7

Choose a tag to compare

@github-actions github-actions released this 07 Feb 07:57

Full Changelog: v2.0.6...v2.0.7

v2.0.6

Choose a tag to compare

@github-actions github-actions released this 05 Feb 03:08

Full Changelog: v2.0.5...v2.0.6

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Feb 20:01

Full Changelog: v2.0.4...v2.0.5

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 01 Feb 19:36

Full Changelog: v2.0.3...v2.0.4

Fixes thumbnail swiping and general swiping/transitions

Choose a tag to compare

@xiaolin xiaolin released this 01 Feb 06:04

thumbnail bar swiping is fixed

Bullet limits and resize observer fix

Choose a tag to compare

@xiaolin xiaolin released this 01 Feb 00:51
  • Fixes issue with resize observer not repositioning thumbnail and bullets
  • Adds maxBullets prop to support limiting bullet dispaly