This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-checkbox-select-all
Releases · stimulus-components/stimulus-checkbox-select-all
6.0.0
Chore
- Renaming the component from
stimulus-checkbox-select-all
to@stimulus-components/checkbox-select-all
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
5.3.0
5.2.0
Added
- Adding
name
in library export to use the package with CDN, Sprockets andimport-maps
.
Chore
- Upgrading to Node
18
. - Bump dependencies.
- Upgrading to Vite
4.x
. - Using new Stimulus lifecycle callbacks to make the controller function properly when checkbox checkboxAll targets are dynamically added and/or removed from the DOM. (#19).
5.1.0
Chore
- Upgrading workflows
- Upgrading to Node 16
- Bump dependencies
- Fixing external Vite config reducing package size from
2.70 KiB
to0.50 KiB
.
5.0.0
[5.0.0] - 2021-09-28
Chore
- Breaking Upgrading Stimulus to
3.x
and change namespace fromstimulus
to@hotwired/stimulus
. - Upgrading dependencies
- Upgrading Node to 14.18.0
v4.0.0
v3.0.0
[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
- Add helpers for getting checked and unchecked elements 87f0ab6
v2.0.0
Changed
- Breaking
data-target="checkbox-select-all.checkboxAll"
is now required. - Breaking
data-action="change->checkbox-select-all#toggle"
has been be removed.
- <input type="checkbox" data-action="change->checkbox-select-all#toggle" />
+ <input type="checkbox" data-target="checkbox-select-all.checkboxAll" />