Releases: davidjerleke/embla-carousel
v6.1.1 - Bugfixes
🌟 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
🌟 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
🌟 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
🛠️ 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
🌟 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:
- Dropping IE11 support. You can easily add it back by following this step in the docs.
New internal behaviour: (postponed to later release)
-
The transform unit will change from%
topx
. A side effect of this will be that theposition: 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
Added the missing nodeAuthToken
to the .yarnrc
file.
v5.0.0 - Improved monorepo setup & embla-carousel-react
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
🛠️ 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
v4.5.1 - Reduction of snap speed when dragging
🌟 Improvements
Solves issue #181 to some extent.