All Versions
25
Latest Version
Avg Release Cycle
5 days
Latest Release
2340 days ago

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.
  • 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.
  • 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