v2.1.1
- Bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in https://github.com/xiaolin/react-image-gallery/pull/835
- Bump webpack from 5.97.1 to 5.105.0 by @dependabot[bot] in https://github.com/xiaolin/react-image-gallery/pull/833
Full Changelog: https://github.com/xiaolin/react-image-gallery/compare/v2.1.0...v2.1.1
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.
Fixes thumbnail swiping and general swiping/transitions
thumbnail bar swiping is fixed
Bullet limits and resize observer fix
- Fixes issue with resize observer not repositioning thumbnail and bullets
- Adds
maxBulletsprop to support limiting bullet dispaly