Skip to content

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.