Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@guillaumebriday guillaumebriday released this 05 Dec 22:28
· 26 commits to master since this release

[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