v2.1.0 (CSS is no longer auto-injected)
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.