Skip to content

Releases: jquery-validation/jquery-validation

1.22.0

22 Jan 15:52

Choose a tag to compare

What's Changed

  • Chore: downgrade ubuntu by @bytestream in #2518
  • Localization: Additional string translations for messages_nl.js by @appel in #2517
  • Core: Unnecessary aria-describedby by @eden-jh in #2410
  • Additional: Replace deprecated substr() with slice() and charAt() in cifES.js by @Copilot in #2520
  • Core: Add support for HTML5 form attribute on elements outside form by @Copilot in #2521
  • Add jQuery 4.0.0 support by @Copilot in #2524

New Contributors

Full Changelog: 1.11.1...1.22.0

1.21.0

17 Jul 09:47

Choose a tag to compare

What's Changed

  • Core: Add support for Web Components by @dhobi in #2493
  • Core: Allow negative decimal with no 0 by @cstieg in #2483

New Contributors

Full Changelog: 1.20.1...1.21.0

1.20.1

18 Jun 09:03

Choose a tag to compare

What's Changed

  • Localization: Update Arabic translations by @5baddi in #2485
  • Core: fix remote validation when input is the same as in aborted request by @bidord in #2481

New Contributors

Full Changelog: 1.20.0...1.20.1

1.20.0

09 Oct 23:26

Choose a tag to compare

1.20.0 / 2023-10-10

Additional

  • Fixed vinUS validation failing on valid vin numbers #2460

Core

  • Fixed race condition in remote validation rules #2435
  • Removed pending class from fields with an aborted request #2436
  • Fixed remote validation error tracking #2242
  • Added escapeHtml option to avoid XSS attacks via showLabel method #2462

Demo

  • Fixed minlength validation in ajaxSubmit-integration-demo.html #2454

Localisation

  • Improved required translation in pt_BR #2445
  • Added Hindi translation #2453
  • Added French currency translation #2471

1.19.5

01 Jul 15:31

Choose a tag to compare

1.19.5 / 2022-07-01

Chore

Core

  • Fixed jQuery .submit() event shorthand deprecation notice #2430
  • Fixed ReDos vulnerability in url, and url2 validation 5bbd80d

Localisation

  • Added periods to messages #2266

1.19.4

19 May 15:46

Choose a tag to compare

1.19.4 / 2022-05-19

Build

  • Add License.md to zip tarball (#2386)

Chore

  • Updated build status badges (#2424)
  • Enabled stable bot (#2425)

Core

  • Fixed validation for input type="date" (#2360)
  • Wait for pendingRequests to finish before submitting form (#2369)
  • Fixed bug for Html Editors (#2154) (#2422)
  • Fixed ReDoS vulnerability in URL2 validation (#2428)

Test

  • Switch from Travis to GitHub workflows (#2423)

1.19.3 / 2021-01-09

09 Jan 15:55

Choose a tag to compare

1.19.3 / 2021-01-09

Core

  • CVE-2021-21252: fixed Regular Expression Denial of Service vulnerability (#2371)
  • Replaced deprecated jQuery functions (#2335)

Chore

  • Add Accessibility section to Readme (#2149)

Localization

  • Add "pattern" translation for French (#2363)
  • add phone validate translate for Turkish translation (#2343)

1.19.2 / 2020-05-23

23 May 08:33

Choose a tag to compare

1.19.2 / 2020-05-23

Core

  • Core: Fixes deprecated calls to jQuery trim for compat with newer jQuery core versions (#2328)

Contributors

  • Brighton Balfrey
  • Markus Staab
  • Brahim Arkni

1.19.1 / 2019-06-15

15 Jun 06:26

Choose a tag to compare

1.19.1 / 2019-06-15

Core

  • Change focus() to trigger("focus") (#2243)

Build

  • Set jQuery as a peer dependency (#2248)

Localization

  • Add zh_TW translation for step message (#2245)
  • Adding Serbian translation for step method message (#2251)

Contributors

  • Ahmed Gaber
  • Brahim Arkni
  • Dusan Orlovic
  • Markus Staab
  • Ryan Chang
  • Stephen Scott

1.19.0 / 2018-11-28

28 Nov 18:33

Choose a tag to compare

IMPORTANT NOTE

Subresource Integrity hashes

As of 1.18.0, we started to provide Subresource Integrity hashes of all distribution files.

The hashes for the 1.19.0 release can be found in the file jquery-validation-sri.json under dist folder.


Changelog:

Additional

  • Don't fail when field is optional in CNPJBR & CPFBR rules (#2236)
  • Add validation rule for mobile number of Russia Federation (#2207)
  • Add Brazillian CNPJ validation rule (#2222)
  • Add Brazillian CNH number (Carteira Nacional de Habilitacao) (#2234)
  • Add ABA Routing Number Validation (#2216)

Core

  • Fix contenteditable detection's regression introduced in #2142 (#2235)

Localization

  • Add Swedish translation for pattern (#2227)

Thanks to all the Contributors

  • Brahim Arkni
  • Cory Silva
  • jehadja
  • João Issamu Francisco
  • Julio Spader
  • Markus Staab
  • Saeed Prez
  • Zhiliang Xu