v8.0.0-rc12
Pre-release
Pre-release
davidjerleke
released this
22 Aug 07:18
·
304 commits
to master
since this release
🚨 Note!
- In addition to all changes in v8.0.0-rc01, v8.0.0-rc02, v8.0.0-rc03, v8.0.0-rc04, v8.0.0-rc05, v8.0.0-rc06, v8.0.0-rc07, v8.0.0-rc08, v8.0.0-rc09, v8.0.0-rc10 and v8.0.0-rc11 this release includes the following:
🌟 New features:
- #456 - Support using tab(focus) to select and navigate carousel. Thanks @winston0410!
- #558 -
emblaApi.slidesInView()
should use IntersectionObserver. - #535 - Dependency conflict when using embla-carousel-svelte in a project with the new Svelte version 4. Thanks @anzbert!
- #542 - Adding a class only to the snapped slide. Thanks @jln13x!
🛠️ Bugfixes:
- #541 - After running for a while 'cannot read properties of undefined' error is thrown. Thanks @jjachowski!
- #536 -
slidesToScroll: 'auto'
isn't compatible with margins or gap slide spacings.
Donations
Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:
What's Changed
- fix: Examples url path corrected by @Ronit-gurjar in #530
- fix: Packages-readme-examples link corrected by @Ronit-gurjar in #533
- Bugfix #536 by @davidjerleke in #537
- Adding a class only to the snapped slide by @davidjerleke in #543
- Prepare sandbox compilation for Vue and Svelte by @davidjerleke in #545
- Support using tab(focus) to select and navigate carousel by @davidjerleke in #549
- Bugfix #541 by @davidjerleke in #550
- allow peer dep svelte ^4.0.0 by @anzbert in #556
New Contributors
- @Ronit-gurjar made their first contribution in #530
- @anzbert made their first contribution in #556
Full Changelog: v8.0.0-rc11...v8.0.0-rc12