Releases: teneplaysofficial/react-slideshow
Releases · teneplaysofficial/react-slideshow
v1.0.2
Fixes
- Corrected module output formats:
- ESM:
dist/index.js - CommonJS:
dist/index.cjs
- ESM:
- Added
"exports"map inpackage.jsonfor proper dual module support - Ensured compatibility with both
importandrequire()consumers
Full Changelog: v1.0.1...v1.0.2
View docs: https://teneplaysofficial.github.io/react-slideshow
v1.0.1
Bug Fixes
What's Changed
- Fix indicator by @teneplaysofficial in #2
- Fixed an issue where switching slides with
showIndicatorsenabled could scroll the entire page to center the active dot. - Indicator scrolling is now smooth and scoped to its container only.
- Fixed an issue where switching slides with
Full Changelog: v1.0.0...v1.0.1
View docs: https://teneplaysofficial.github.io/react-slideshow
v1.0.0
📦 Release v1.0.0 – Initial Stable Version 🎉
A fully customizable and accessible image slideshow React component with support for:
- 🔁 Slide & fade animations
- 🎯 Scroll-snapping indicators
- 🎛 Custom button placement and styling
- 🕒 Auto-switching slides with optional pause on hover
- ♾ Infinite loop support
- 🧠 TypeScript types and props customization
View docs: https://teneplaysofficial.github.io/react-slideshow