jquery-validation v1.13.1 Release Notes

Release Date: 2014-10-14 // over 9 years ago
  • โž• Additionals

    • โž• Add postalcodeBR method (cc6c4a4)
    • ๐Ÿ›  Fix pattern method when parameter is a string (4cecd73)

    Core

    • Ignore readonly as well as disabled fields. (9f4ba10)
    • ๐Ÿ‘Œ Improve id escaping, store escaped id in describedby (#1269, d36d1bc)
    • Escape id/name before using it as a selector in errorsFor (#1275, 20f3e9f)
    • ๐Ÿ‘ Allow 0 as value for autoCreateRanges (fe14d00)
    • Apply ignore setting to all validationTargetFor elements (f1c611e)
    • ๐Ÿ‘‰ Use return value of submitHandler to allow or prevent form submit (#650, 8b2f1e0)
    • 0๏ธโƒฃ Explicit default for focusCleanup option (#676, 0cb3c95)
    • ๐Ÿ›  Fix incorrect regexp (#1200, c054707)
    • Don't trim value in min/max/rangelength methods (#1274, 452b823)