jquery-validation v1.15.0 Release Notes

Release Date: 2016-02-24 // about 8 years ago
  • 1.15.0 / 2016-02-24

    All

    • ๐Ÿ›  Fixed code style issues

    Core

    • ๐Ÿšš resetForm should also remove valid class from elements.
    • Unhighlighting field if already highlighted when using remote rule.
    • Bind the blur event just once in equalTo rule
    • ๐Ÿ›  Fixed error when calling .rules() on empty jquery set.
    • ๐Ÿ›  Fix handling of error messages with input groups.
    • ๐Ÿ›  Fix TypeError in showLabel when using groups settings
    • โž• Adding a way to pass method name to remote
    • ๐Ÿ›  Validation fails to trigger when next field is already filled out (Fixes #1508)
    • Required rule take precedence over number & digits rules
    • ๐Ÿšš Error hidden but input error class not removed
    • Remote validation uses wrong error messages
    • ๐Ÿ›  Fixed field highlighting with remote validation.
    • ๐Ÿ›  Fixed :filled selector for multiple select elements.
    • โž• Added doc reference to jQuery.validator.methods
    • ๐Ÿšš Move message processing from formatAndAdd to defaultMessage
    • ErrorList should contain only the errors that it should
    • Extract the file name without including "C:\fakepath"
    • ๐Ÿ›  HTML5 step attribute support. Fixes #1295
    • โž• Added support for "pending" class on outstanding requests
    • โž• Added normalizer (#1602)
    • Split out creditcard method
    • ๐Ÿ— Escape errorID for use in the regex, not to build aria-describedby
    • Escape single quotes in names avoiding a Sizzle Error being thrown
    • Instead of using validating field's value to skip api call, use the serialized data object of the request
    • โž• Add support for contentEditable tags

    โž• Additional

    • BIC: allow digits 1-9 in second place of location
    • Accept method regex should be escaped properly.
    • Case-insensitive check for BIC
    • Correct postalCodeCA to exclude invalid combinations
    • ๐Ÿ‘‰ Make postalCodeCA method more lenient

    Localization

    • โž• Added Macedonian localization.
    • โž• Added missing pattern message in Polish (adamwojtkiewicz)
    • ๐Ÿ›  Fixed Persian translation of min/max message.
    • โšก๏ธ Updated messages_sk.js
    • โšก๏ธ Update Malay translation
    • Included messages from additional methods
    • ๐ŸŒ Improving pt_BR translation and fixing a typo on the 'cifES' key.