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

v3.0.0

Choose a tag to compare

@guillaumebriday guillaumebriday released this 05 Dec 22:39
· 53 commits to master since this release

[3.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0

Changed

  • Breaking Using the new targets syntax.
- <input type="checkbox" data-target="checkbox-select-all.checkbox" />
+ <input type="checkbox" data-checkbox-select-all-target="checkbox" />

v2.1.0...v3.0.0