Skip to content

Releases: stimulus-components/stimulus-carousel

6.0.0

26 Feb 02:07
Compare
Choose a tag to compare

[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

v5.0.1...v6.0.0

5.0.1

28 Dec 00:30
Compare
Choose a tag to compare

Fixed

  • Fixing module extension in package.json 9f743a7

v5.0.0...v5.0.1

5.0.0

23 Dec 18:15
Compare
Choose a tag to compare

Added

  • Adding name in library export to use the package with CDN, Sprockets and import-maps.

Chore

  • Breaking Upgrading Swiper to 8.x.
  • Upgrading Vite to 4.x.
  • Updating example UI.
  • Upgrading Node to 18.

v4.0.0...v5.0.0

4.0.0

27 Dec 21:55
Compare
Choose a tag to compare

Chore

  • Breaking Upgrading Stimulus to 3.x and change namespace from stimulus to @hotwired/stimulus.
  • Upgrading dependencies
  • Upgrading Node to 16.13.1.

v3.0.0...v4.0.0

3.0.0

24 Sep 11:19
Compare
Choose a tag to compare

Chore

  • Upgrade Swiper to version 7.x.
  • Moving from Snowpack to Vite.
  • Using stimulus as external library reducing bundle size from 172.31kb to 0.63kb.
  • Moving to TypeScript
  • Upgrading Node to 14.17.6

v2.0.0...v3.0.0

v2.0.0

05 Dec 22:28
Compare
Choose a tag to compare

[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...v2.0.0

v1.0.2

13 Nov 09:33
Compare
Choose a tag to compare
  • Don't import css in the js file bfc6f41

v1.0.1...v1.0.2

v1.0.1

12 Nov 19:34
Compare
Choose a tag to compare
  • Destroy the swiper instance on disconnect f6f89a2

v1.0.0...v1.0.1

v1.0.0

12 Nov 18:34
Compare
Choose a tag to compare
  • Adding controller