Skip to content

Releases: ismail9k/vue3-carousel

v0.12.0

26 Dec 11:44
Compare
Choose a tag to compare

What's Changed

  • Generate cloned slides dynamically based on the active slides @ismail9k in #462, #465
  • Add logo, footer, and features showcase to documentation by @ismail9k in #463
  • Add fade in-out animation effect to carousel by @ismail9k in #464
  • General fixes and enhancements

Full Changelog: v0.11.0...v0.12.0

v0.11.0

23 Dec 08:36
Compare
Choose a tag to compare

What's Changed

  • fix: reorder exports in package.json by @BR0kEN- in #458
  • Enhance carousel performance and slide management in #456
  • fix: update Vue peer dependency version to 3.5.0 in #460
  • Validate itemsToShow configuration in #461

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

16 Dec 18:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

09 Dec 08:50
Compare
Choose a tag to compare

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

v0.8.1

26 Nov 08:01
Compare
Choose a tag to compare

What's Changed

  • fix: cannot set properties on null (setting 'index') issue by @ismail9k in #427
  • Better support for typescript and add CarouselExposed type by @ismail9k in #429

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Nov 16:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

17 Nov 09:23
Compare
Choose a tag to compare

What's Changed

  • Feat support vertical slides by n #423
  • Feat support config carousel height
  • Fix assets build

Full Changelog: v0.7.0...v0.6.0

v0.7.0

17 Nov 09:11
Compare
Choose a tag to compare

What's Changed

  • Feat: support vertical slides in #423

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Nov 17:43
Compare
Choose a tag to compare

What's Changed

  • Feat(utils): use requestAnimationFrame for throttle function in #422
  • Feat: support slides gap in #421
  • Feat(config): remove throttle value
  • Refactor(getMinSlideIndex): to use object instead of switch..case for clarity and maintainability
  • Refactor(getMaxSlideIndex): to use object instead of switch..case for clarity and maintainability

Full Changelog: v0.5.1...v0.6.0

v0.5.1

06 Nov 17:10
Compare
Choose a tag to compare

What's Changed

  • Test: use vitest instead of jest in #418
  • Feat add title attribute for pagination and navigation buttons in #419

Full Changelog: v0.5.0...v0.5.1