v0.9.0
What's Changed
- Fixed carousel flickering during resize in #431
- Fixed carousel: Dynamic slot recalculation in render function in #430
- Documentation: Updated events file in #432
- Refactored: Improved provide/inject using a single symbol in #434
- Feature: Added easy addon customization in #435
- Fixed issues from recent updates in #440
- Fixed SSR for cloned slides in #444
- Fixed reactivity: Using provide to register slides instead of traversing nodes (fixes #433, #350)
- Fixed reactivity: Using computed and watchers instead of manual updates
- Fixed reactivity: Updated vModel during sliding rather than after transition (fixes #428)
- Fixed carousel: Updated sizes during animations (fixes #338)
- Fixed accessibility: Made elements in cloned slides non-focusable (fixes #346)
- Fixed accessibility: Added arrow key support for focused carousel (via tab)
- Fixed performance: Cloning only itemsToShow + 11 elements instead of all slides
- Improved types: Enhanced typings, added TSC during tests, and exported properly defined components
- Fixed package: Corrected order of browser, require, and import
Full Changelog: v0.8.1...v0.9.0