595 B
595 B
Changelog
Entries are derived from Conventional Commits
at each v* release tag.
[Unreleased]
[0.2.0] - 2026-07-02
- Core:
atStart/atEnd/overflowgetters;changenow fires on any state change (index, count, overflow), consumers re-read getters. - Core: ResizeObserver drives
overflow; MutationObserver observes/unobserves slides so count/index/edge flags stay correct across add/remove without recreating the carousel.
[0.1.0] - 2026-07-01
- Initial core (
createCarousel),dots()fallback,autoplay(), andcarousel.css.