Skip to content

Releases: rmariuzzo/checkboxes.js

v1.2.2 – NPM fixes 🔰

05 Apr 23:37
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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

09 Jul 22:15
Compare
Choose a tag to compare

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
Choose a tag to compare

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

05 Jun 04:14
Compare
Choose a tag to compare

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
Choose a tag to compare

This release fixes a particular issues when using data-api on a checkbox.

Happy coding!

v1.0.3

20 Feb 20:06
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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/