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

Releases: stimulus-components/stimulus-checkbox-select-all

6.0.0

27 Feb 05:54
Compare
Choose a tag to compare

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

v5.3.0...v6.0.0

5.3.0

22 Dec 06:10
Compare
Choose a tag to compare

Chore

  • Bump dependencies.
  • Add type declaration file index.d.ts.

v5.2.0...v5.3.0

5.2.0

23 Dec 23:04
Compare
Choose a tag to compare

Added

  • Adding name in library export to use the package with CDN, Sprockets and import-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).

v5.1.0...v5.2.0

5.1.0

15 Apr 08:27
Compare
Choose a tag to compare

Chore

  • Upgrading workflows
  • Upgrading to Node 16
  • Bump dependencies
  • Fixing external Vite config reducing package size from 2.70 KiB to 0.50 KiB.

v5.0.0...v5.1.0

5.0.0

28 Sep 19:32
Compare
Choose a tag to compare

[5.0.0] - 2021-09-28

Chore

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

v4.0.0...v5.0.0

v4.0.0

05 May 11:55
Compare
Choose a tag to compare

Added

  • Trigger input event on checkboxes when toggled.

Chore

  • Remove puppeteer for Vanilla Jest
  • Adding new specs
  • Moving from Snowpack to Vite
  • Using stimulus as external library reducing bundle size from 41.10kb to 1.05kb.
  • Moving to TypeScript
  • Upgrading Node to 14.16.1

v3.0.0

05 Dec 22:39
Compare
Choose a tag to compare

[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

v2.1.0

03 Nov 22:39
Compare
Choose a tag to compare
  • Add helpers for getting checked and unchecked elements 87f0ab6

v2.0.0...v2.1.0

v2.0.0

31 Oct 12:09
Compare
Choose a tag to compare

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" />

v1.1.0

29 Oct 19:53
Compare
Choose a tag to compare