Skip to content

Releases: davidjerleke/embla-carousel

v6.1.1 - Bugfixes

19 Jan 21:59
Compare
Choose a tag to compare

🌟 New features:

Adds the playOnInit option to the embla-carousel-autoplay plugin.

🛠️ Bugfixes


Donations

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

v6.1.0 - Auto Height plugin added

15 Jan 22:07
Compare
Choose a tag to compare

🌟 New features:

Adds the Auto Height plugin to NPM. Solves #113.


Donations

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

v6.0.2 - Class Name plugin added

22 Nov 14:06
Compare
Choose a tag to compare

🌟 New features:

Adds the Class Names plugin to NPM. Solves #239.


Donations

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

v6.0.1 - Plugin type declarations bug fix

09 Nov 06:59
Compare
Choose a tag to compare

🛠️ Bugfixes


Donations

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

v6.0.0 - Introducing the Plugin system

05 Nov 13:49
Compare
Choose a tag to compare

🌟 New features:

  • #230 - Plugin system

New plugins:

Deprecated options:

  • selectedClass
  • draggableClass
  • draggingClass

Default option values that have changed:

  • skipSnaps: true --> false

Renamed methods:

  • dangerouslyGetEngine --> internalEngine

Browser support changes:

New internal behaviour: (postponed to later release)

  • The transform unit will change from % to px. A side effect of this will be that the position: relative needed for loop carousels won't be necessary anymore.

Donations

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

v5.0.1 - Make CD to the NPM registry work

27 Sep 20:08
Compare
Choose a tag to compare

Added the missing nodeAuthToken to the .yarnrc file.

v5.0.0 - Improved monorepo setup & embla-carousel-react

27 Sep 12:49
Compare
Choose a tag to compare

Note! This major release comes with breaking changes for React users only ⚛️!

✅ The new, correct way to use Embla with React from v5.0.0 and up:

import useEmblaCarousel from 'embla-carousel-react'

❌ This won't work anymore:

import { useEmblaCarousel } from 'embla-carousel/react'

🌟 Improvements

  • Migration from Yarn 1 --> Yarn 2 comes with a lot of great monorepo improvements.
  • The react version of Embla Carousel is now its own dedicated package.

v4.5.3 - React type declarations bug fix

24 May 20:54
Compare
Choose a tag to compare

🛠️ Bugfixes

This patch release fixes the broken type declarations for the useEmblaCarousel hook that was introduced in v4.5.2.

v4.5.2 - The documentation website moves in

23 May 11:00
Compare
Choose a tag to compare

v4.5.1 - Reduction of snap speed when dragging

28 Apr 19:25
Compare
Choose a tag to compare

🌟 Improvements

Solves issue #181 to some extent.