jquery-validation v1.15.1 Release Notes

Release Date: 2016-07-22 // over 7 years ago
  • 1.15.1 / 2016-07-22

    โž• Additional

    • ๐Ÿ›  Fix multiple mime-type validation
    • ๐Ÿ›  IBAN require at least 5 chars (Closes #1797, Fixes #1674)
    • Correct notEqualTo jQuery reference

    Core

    • โž• Added failing test for #1805
    • ๐Ÿ›  Fix group validation with 3 and more fields
    • ๐Ÿ›  Fix regressions introduced in #1644 and #1657 (Closes #1800)
    • โšก๏ธ Update step validation to handle floating points correctly
    • ๐Ÿ›  Fix error when calling $.fn.rules() on a non-form element
    • Call errorPlacement in validator scope
    • ๐Ÿ›  Fixed issue with contenteditable elements in forms where events for single input validation would cause exceptions

    Demo

    • โž• Add links to Bootstrap and Semantic-UI demos to index.html
    • ๐Ÿ‘‰ Use .on() instead of .validateDelegate()

    Localization

    • โž• Added Azeri language

    โœ… Tests

    • โž• Added regression unit tests for PR #1760