xiaolin/react-image-gallery
 Watch   
 Star   
 Fork   
2026-02-19 12:56:53
react-image-gallery

v2.1.1

What's Changed

Full Changelog: https://github.com/xiaolin/react-image-gallery/compare/v2.1.0...v2.1.1

2026-02-17 02:38:22
react-image-gallery

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

Full Changelog: https://github.com/xiaolin/react-image-gallery/compare/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.

2026-02-01 14:02:04
react-image-gallery
2026-02-01 08:44:37
react-image-gallery

Bullet limits and resize observer fix

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