Skip to content

Releases: xiaolin/react-image-gallery

v2.1.2

26 Feb 01:45

Choose a tag to compare

v2.1.1

19 Feb 04:59

Choose a tag to compare

What's Changed

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

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

16 Feb 18:39

Choose a tag to compare

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

10 Feb 20:22

Choose a tag to compare

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

v2.0.7

07 Feb 07:57

Choose a tag to compare

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

v2.0.6

05 Feb 03:08

Choose a tag to compare

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

v2.0.5

01 Feb 20:01

Choose a tag to compare

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

v2.0.4

01 Feb 19:36

Choose a tag to compare

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

Fixes thumbnail swiping and general swiping/transitions

01 Feb 06:04

Choose a tag to compare

Bullet limits and resize observer fix

01 Feb 00:51

Choose a tag to compare

  • Fixes issue with resize observer not repositioning thumbnail and bullets
  • Adds maxBullets prop to support limiting bullet dispaly