UNPKG

stimulus-check-all

Version:

A Stimulus Controller to implement check-all checkbox feature

26 lines (18 loc) 753 B
# CHANGELOG ## Unreleased ## v0.5.0 - Use the [standardjs](https://standardjs.com) [style guide](https://standardjs.com/rules.html) - Expose `checkboxes`, `checked` and `uncheded` properties so they can be accesed if inheriting the controller ## v0.4.1 - Fix security vulenrabilities in `lodash` and `serialize-javascript` ([#1](https://github.com/rbague/stimulus-check-all/pull/1), [#2](https://github.com/rbague/stimulus-check-all/pull/2)) ## v0.4.0 - Add UMD build with `@github/check-all` bundled - Allow to skip checkboxes with `data-skip` attribute ## v0.3.0 - Update `@github/check-all` to version `0.4.0` ## v0.2.1 - Fix main file not found ## v0.2.0 - Release a minified version of `dist/stimulus-check-all.js` ## v0.1.0 - First version