Releases: rmariuzzo/checkboxes.js
Releases · rmariuzzo/checkboxes.js
v1.2.2 – NPM fixes 🔰
05 Apr 23:37
Compare
Sorry, something went wrong.
No results found
This release fixes a reported issue I had with the NPM registry where the main file was a previous released versions. I apologize for any issue that it may cause.
Sincerely,
Rubens Mariuzzo.
v1.2.0 – Event Triggering 🍃
01 Oct 17:16
Compare
Sorry, something went wrong.
No results found
This release makes any calls to check, uncheck, toggle and range to trigger change event on affected checkboxes.
💁 Happy Coding!
v1.1.0
28 Jul 03:28
Compare
Sorry, something went wrong.
No results found
v1.0.7
09 Jul 22:15
Compare
Sorry, something went wrong.
No results found
This release cleans up the test cases and also tell the plugin to only take in account visibles checkboxes.
Happy coding!
v1.0.6
12 Dec 15:35
Compare
Sorry, something went wrong.
No results found
v1.0.5
05 Jun 04:14
Compare
Sorry, something went wrong.
No results found
This release is all about a refactoring upgrade that aim to make easier the development workflow, including source watcher, jasmine test specs and jshint.
Want to contribute? We have a lot of ideas!
v1.0.4
15 May 04:40
Compare
Sorry, something went wrong.
No results found
This release fixes a particular issues when using data-api on a checkbox.
Happy coding!
v1.0.3
20 Feb 20:06
Compare
Sorry, something went wrong.
No results found
This release define the plugin as a bower package.
You can install it using bower: bower install checkboxes.js
Happy coding!
v1.0.2
13 Sep 04:44
Compare
Sorry, something went wrong.
No results found
This is a maintenance release which improve the current plugin in new scenarios: in the context with disabled checkboxes.
The features: check all, uncheck all, toggle and range selection will no change the checked property for any disabled checkboxes.
v1.0.1
09 Jul 19:36
Compare
Sorry, something went wrong.
No results found
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/