Skip to content

Releases: davidjerleke/embla-carousel

v8.0.0

22 Feb 21:53
Compare
Choose a tag to compare

✨ Release highlights

🌟 New core features

  • Automatic slide/container size change detection with ResizeObserver.
  • Automatic detection of added/removed slides with MutationObserver.
  • Improved performance of slidesInView now using IntersectionObserver instead of custom calculations.
  • New options to give devs more control: watchDrag, watchResize, watchSlides and dragThreshold.
  • New events: slidesChanged and slidesInView.
  • New Autoplay events: autoplay:play and autoplay:stop.
  • Embla now works with elements that come from other realms, such as iframes.
  • Support using tab on focusable elements to navigate the carousel.
  • Calculations for element dimensions and snap positions now work even if these elements have applied transforms.
  • Frame rate agnostic animations.
  • Support for any media queries (not just width queries) in breakpoints option.
  • New plugin: AutoScroll.
  • And more...

🌟 New integrations/wrappers

🌟 Documentation

🌟 Misc

  • Tests have been added, improved and refactored so they test the final product instead of isolated components.
  • Improved issue/discussion setup with templates.
  • Improved contribution guidelines - Thanks @zaaakher for all your efforts!
  • A significant increase of contributions, both from current and new contributors.
  • A significant increase of embla-carousel-svelte and embla-carousel-vue users.

🙏 A huge thank you to everyone who contributed to this release!


Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

Read more

v8.0.0-rc23

19 Feb 08:16
Compare
Choose a tag to compare
v8.0.0-rc23 Pre-release
Pre-release

🚨 Note!

  • In addition to all changes in v8.0.0-rc01 - v8.0.0-rc22 this release includes the following:

🛠️ Bugfixes:

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

New Contributors

Full Changelog: v8.0.0-rc22...v8.0.0-rc23

v8.0.0-rc22

30 Jan 20:56
Compare
Choose a tag to compare
v8.0.0-rc22 Pre-release
Pre-release

🚨 Note!

  • In addition to all changes in v8.0.0-rc01 - v8.0.0-rc21 this release includes the following:

🌟 New features:

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

  • [Feat]: API section in docs - Add code examples for all wrappers by @davidjerleke in #725

Full Changelog: v8.0.0-rc21...v8.0.0-rc22

v8.0.0-rc21

26 Jan 09:27
Compare
Choose a tag to compare
v8.0.0-rc21 Pre-release
Pre-release

🚨 Note!

  • In addition to all changes in v8.0.0-rc01 - v8.0.0-rc20 this release includes the following:

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

  • [Feat]: For Vue docs, use a more common SFC format by @mujahidfa in #701
  • [Feat]: Add Pull Request template and discussion templates for all categories by @davidjerleke in #696
  • [Feat]: Continuously running carousel (ticker, marquee, ..) by @davidjerleke in #634

New Contributors

Full Changelog: v8.0.0-rc20...v8.0.0-rc21

v8.0.0-rc20

23 Jan 15:26
Compare
Choose a tag to compare
v8.0.0-rc20 Pre-release
Pre-release

🚨 Note!

  • In addition to all changes in v8.0.0-rc01 - v8.0.0-rc19 this release includes the following:

🛠️ Bugfixes:

  • #707 - [Bug]: Extra snapList point on some cases. Thanks @huri3l.
  • #713 - [Bug]: Synced tabs doesn't always restore scroll position when selected tab changes.

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

New Contributors

Full Changelog: v8.0.0-rc19...v8.0.0-rc20

v8.0.0-rc19

07 Jan 11:38
Compare
Choose a tag to compare
v8.0.0-rc19 Pre-release
Pre-release

🚨 Note!

  • In addition to all changes in v8.0.0-rc01 - v8.0.0-rc18 this release includes the following:

🌟 New features:

🛠️ Bugfixes:

  • #652 - Loop + scrollTo with jump occasionally fails and selected slide turns white. Thanks @dlhagstroem.

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

New Contributors

Full Changelog: v8.0.0-rc18...v8.0.0-rc19

v8.0.0-rc18

03 Jan 20:06
Compare
Choose a tag to compare
v8.0.0-rc18 Pre-release
Pre-release

🚨 Note!

  • In addition to all changes in v8.0.0-rc01 - v8.0.0-rc17 this release includes the following:

🛠️ Bugfixes:

  • #672 - No transitions on first slide while using navigation buttons when destroy and reinit the carousel. Thanks @sadeghbarati.

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

New Contributors

Full Changelog: v8.0.0-rc17...v8.0.0-rc18

v8.0.0-rc17

22 Dec 21:38
Compare
Choose a tag to compare
v8.0.0-rc17 Pre-release
Pre-release

🚨 Note!

🛠️ Bugfixes:

  • #643 - Destroying (eg on switching page) with autoplay plugin causes error: Cannot read properties of undefined (reading 'stopOnInteraction'). Thanks @tombryden.

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

Full Changelog: v8.0.0-rc16...v8.0.0-rc17

v8.0.0-rc16

22 Dec 20:52
Compare
Choose a tag to compare
v8.0.0-rc16 Pre-release
Pre-release

🚨 Note!

🚨 Note!

  • Anyone who has upgraded to v8.0.0-rc15 is strongly recommended to upgrade to this version.

🛠️ Bugfixes:

  • #647 - EmblaOptionsType doesn't exists in React. Thanks @proninyaroslav!
  • #649 - Scroll snap and slides to scroll calculations are too sensitive. Thanks @mozart77!
  • #644 - Autoplay resumes before mouse has left the carousel container with stopOnMouseEnter set to true. Thanks @tombryden.

Donations

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider:


What's Changed

Full Changelog: v8.0.0-rc15...v8.0.0-rc16

v8.0.0-rc15

28 Nov 09:09
Compare
Choose a tag to compare
v8.0.0-rc15 Pre-release
Pre-release

🚨 Note!

🌟 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

New Contributors

Full Changelog: v8.0.0-rc14...v8.0.0-rc15