v8.0.0-rc15
Pre-release
Pre-release
davidjerleke
released this
28 Nov 09:09
·
251 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, v8.0.0-rc11, v8.0.0-rc12, v8.0.0-rc13 and v8.0.0-rc14 this release includes the following:
🌟 New features:
- #637 - Make reading element dimensions work regardless of transforms. Thanks @javiergonzalezGenially!
- #619 - Expose the state for autoplay and events to listen to it. Thanks @kdzone!
- #616 - Add focus interaction to autoplay. Thanks @nwidynski!
- #594 - Replace option
align:number
with a callback. Thanks @tobimori! - #481 - Add "type: module" (nodenext) support alongside commonjs. Thanks @chronoDave!
🛠️ Bugfixes:
- #614 -
slidesInView
memory leak - Not destroyed when carousel is dismantled. Thanks @fcasibu! - #629 - SlideRegistry shouldn't group slides when
containScroll:'trimSnaps'
option is set. Thanks @sarussss!
Donations
Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:
What's Changed
- Auto generate contributors in README files by @davidjerleke in #573
- Rewrite tests so they test the final product instead of isolated components by @davidjerleke in #590
- Replace option
align:number
with a callback by @davidjerleke in #595 - Add "type: module" (nodenext) support alongside commonjs by @davidjerleke in #605
- Fix leak in slidesInView event by @fcasibu in #613
- Make EmblaEventType extendable for plugins by @davidjerleke in #618
- Expose the state for autoplay and events to listen to it by @davidjerleke in #620
- Bugfix #629 by @davidjerleke in #630
- Add focus interaction to autoplay by @nwidynski in #615
- Make reading element dimensions work regardless of transforms by @javiergonzalezGenially in #633
New Contributors
- @fcasibu made their first contribution in #613
- @nwidynski made their first contribution in #615
- @javiergonzalezGenially made their first contribution in #633
Full Changelog: v8.0.0-rc14...v8.0.0-rc15