All Versions
25
Latest Version
Avg Release Cycle
5 days
Latest Release
2340 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.5.0 Changes
- โ Adding
remote
validator to send an AJAX request to determine a fields validity. Fixes #2. - ๐ Making the disabled submit button clickable to reveal what errors are keeping the form disabled. Fixes #8.
- ๐ Fixing small issue with errored radio buttons that made the form stay disabled until you toggled through each radio button. Fixes #21.
- โ Adding
-
v0.4.0 Changes
- โ Adding
html
option to allow html in error messages. Defaults to false. - ๐ Validator now ignores disabled fields and won't consider them to be invalid. Fixes #13.
- ๐ Validator only disables buttons with
[type="submit"]
. Best practice is still to give a[type="button"]
for all non-submit buttons. Fixes #17. - ๐ Fixing
.noConflict()
as per twbs/bootstrap#11464. - ๐ Namespacing all data attributes the plugin sets with
bs.validator
.
- โ Adding
-
v0.3.0 Changes
- โ Adding support for required radio buttons and checkboxes. Fixes #7.
- ๐ Changing jekyll to serve docs from
/
instead of/validator
when running docs locally
-
v0.2.1 Changes
- ๐ Validating fields on blur so empty required fields are subject to validation once they've been touched. Fixes #3.
-
v0.2.0 Changes
- ๐ Initial public release