Skip to content

Releases: davidjerleke/embla-carousel

v3.0.26 - Remove engines from package.json

13 Aug 13:07
Compare
Choose a tag to compare

This release resolves issue #82. Special thanks to @sedlukha.

v3.0.25 - Reduced bundle size

12 Aug 18:37
Compare
Choose a tag to compare

🌟 Improvements

  • Small code improvements that resulted in a smaller bundle size.

v3.0.23 - Bugfixes

02 Aug 07:54
Compare
Choose a tag to compare

🛠️ Bugfixes

  • When an empty carousel with no slides was initialized, canScrollNext() and canScrollPrev() returned true when loop: true. This has been resolved.
  • Comes with a fix for issue #81. Special thanks to @misshu1 for reporting this.

v3.0.20 - Add Type suffix to exported types

21 Jul 18:33
Compare
Choose a tag to compare

🌟 Improvements

This release resolves issue #78. Special thanks to @korsvanloon for opening this issue.

v3.0.19 - React dependency issue fix

19 Jul 19:27
Compare
Choose a tag to compare

🛠️ Bugfixes

This release resolves issue #77. Special thanks to @jamesdbruner for noticing this.

v3.0.17 - Add missing types for vanilla-js package

10 Jul 07:44
Compare
Choose a tag to compare

🛠️ Bugfixes

This release resolves issue #75. Special thanks to @korsvanloon for opening this issue.

v.3.0.15 - The React package moves in

29 Jun 07:37
Compare
Choose a tag to compare

🌟 New Features

The embla-carousel-react has now moved into the core package which will improve the maintainability of this project. For example, as soon as a new version is released, React users won't have to wait for the React package to be published separately.

How to migrate from the React package

Please migrate as soon as possible. Start by uninstalling the react package and installing the core package like so:

NPM

npm uninstall embla-carousel-react --save

npm install embla-carousel --save

YARN

yarn remove embla-carousel-react --save

yarn add embla-carousel --save

Change your import

// from this...
import { useEmblaCarousel } from 'embla-carousel-react';

// ...to this
import { useEmblaCarousel } from 'embla-carousel/react';

IMPORTANT Notes!

  • To anyone NOT using the useEmblaCarousel() hook. The class setup is no longer supported. Please migrate to the hook setup as soon as possible.
  • David here from the future! Some things have changed with the React implementation since this release. Make sure to read the release notes for version 4.0.0 on how to use Embla Carousel with React, if you're using version 4.0.0 and up.

I would very much appreciate

If you've starred the Embla Carousel React package, please take a moment to migrate your star ⭐ to the core package as well. I would appreciate that a lot.

Thank you!
David

v3.0.14

29 Jun 07:08
Compare
Choose a tag to compare
3.0.14

v3.0.13

28 Jun 09:19
Compare
Choose a tag to compare
3.0.13

v3.0.12

28 Jun 08:45
Compare
Choose a tag to compare
3.0.12