This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-carousel
Releases · stimulus-components/stimulus-carousel
6.0.0
[6.0.0] - 2024-02-25
- Breaking Upgrading Swiper to
11.x
. - Renaming the component from
stimulus-carousel
to@stimulus-components/carousel
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
5.0.1
5.0.0
Added
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
Chore
- Breaking Upgrading Swiper to
8.x
. - Upgrading Vite to
4.x
. - Updating example UI.
- Upgrading Node to
18
.
4.0.0
Chore
- Breaking Upgrading Stimulus to 3.x and change namespace from
stimulus
to@hotwired/stimulus
. - Upgrading dependencies
- Upgrading Node to
16.13.1
.
3.0.0
v2.0.0
[2.0.0] - 2020-12-05
Added
- Support for Stimulus 2.0
Changed
- Breaking Using the new
values
static property
- <div data-controller="carousel" class="swiper-container" data-carousel-options="{'direction': 'vertical'}">
+ <div data-controller="carousel" class="swiper-container" data-carousel-options-value='{"direction": "vertical"}'>
v1.0.2
- Don't import css in the js file bfc6f41
v1.0.1
- Destroy the swiper instance on disconnect f6f89a2
v1.0.0
- Adding controller