Files
carousel/CHANGELOG.md
T
Ilia Mashkov e273cad04b
CI / verify (push) Successful in 26s
CI / e2e (push) Successful in 26s
CI / verify (pull_request) Successful in 29s
CI / publish (push) Successful in 18s
CI / e2e (pull_request) Successful in 29s
CI / publish (pull_request) Has been skipped
feat: edge flags, overflow, and add/remove-aware observers
2026-07-02 11:26:45 +03:00

16 lines
595 B
Markdown

# Changelog
Entries are derived from [Conventional Commits](https://www.conventionalcommits.org)
at each `v*` release tag.
## [Unreleased]
## [0.2.0] - 2026-07-02
- Core: `atStart`/`atEnd`/`overflow` getters; `change` now 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()`, and `carousel.css`.