Skip to content

Releases: teneplaysofficial/react-slideshow

v1.0.2

17 Apr 13:06

Choose a tag to compare

Fixes

  • Corrected module output formats:
    • ESM: dist/index.js
    • CommonJS: dist/index.cjs
  • Added "exports" map in package.json for proper dual module support
  • Ensured compatibility with both import and require() consumers

Full Changelog: v1.0.1...v1.0.2

View docs: https://teneplaysofficial.github.io/react-slideshow

v1.0.1

12 Apr 21:14
88e0d53

Choose a tag to compare

Bug Fixes

What's Changed

  • Fix indicator by @teneplaysofficial in #2
    • Fixed an issue where switching slides with showIndicators enabled could scroll the entire page to center the active dot.
    • Indicator scrolling is now smooth and scoped to its container only.

Full Changelog: v1.0.0...v1.0.1

View docs: https://teneplaysofficial.github.io/react-slideshow

v1.0.0

10 Apr 15:29
67561bf

Choose a tag to compare

📦 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