Releases: rmariuzzo/checkboxes.js
v1.2.2 – NPM fixes 🔰
v1.2.0 – Event Triggering 🍃
This release makes any calls to check
, uncheck
, toggle
and range
to trigger change
event on affected checkboxes.
💁 Happy Coding!
v1.1.0
ES6 rewrite
Yeah… I have also jumped into the hype wagon. After taking a course about ES6, I decided to rewrite some of my projects to ES6.
Note: According to tests cases, this release is 100% compatible with its prior version 1.0.7. You can see the test results at Travis CI.
v1.0.7
v1.0.6
This release is all about a refactoring upgrade that reorganize the source code.
Want to contribute? We have a lot of ideas! Join and chat with us on Gitter: https://gitter.im/rmariuzzo/checkboxes.js
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
Today, I'm happy to announce the first release of checkboxes.js: v1.0.1.
This release includes the following features:
- Check all checkboxes in context.
- Uncheck all checkboxes in context.
- Toggle states of all checkboxes in context.
- Enable range selection.
- Limit the number of checked checkbox per context.
- Data API like Twitter Bootstrap.
Check it out the online demo: http://rmariuzzo.github.io/checkboxes.js/