Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Comparing changes
Open a pull request
base repository:jquery-validation/jquery-validation
Uh oh!
There was an error while loading.Please reload this page.
base:1.21.0
head repository:jquery-validation/jquery-validation
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 7commits
- 13files changed
- 7contributors
Commits on Jun 12, 2025
Localization: Additional string translations for messages_nl.js (#2517)
* Update messages_nl.jsAdditional string translations (on par with DE).* Fixes styling issue.Added missing spaces inside the parentheses of $.validator.format() calls.
Commits on Oct 3, 2025
Core: Unnecessary aria-describedby (#2410)
* Core: progress on removing aria-describedby from valid fields* core: aria-describedby* Core: remove aria-describedby when hiding error* Core: fix syntax issues, Test: add test for new setting* Core: Fix bugs in aria-describedby behavior and related tests* Core: bugfix for labels without id* Core: don't create a new error element if one exists* Core: progress on test for group of fields with ariaDescribedbyCleanup* Core: Groups aria-describedby* Core: fix aria-describedby not being removed from grouped fieldsEnsure that aria-describedby is removed from all members of a group when all the known errors are resolved* Core: Update capitalization* Demo: Add page for ariaDescribedByCleanup* Core: add setting to remove aria-describedby from valid fieldsIncludes additional unit tests and a demo page* Core: Fix camel case inconsistency, remove stray comment* Update demo/css/cmxform.cssCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Kieran <kieran.brahney@gmail.com>Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Additional: Replace deprecated substr() with slice() and charAt() in …
…cifES.js (#2520)* Initial plan* Initial plan: Replace deprecated substr with sliceCo-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>* Additional: Replace deprecated substr with slice and charAt in cifES* Build: Remove package-lock.json and add to gitignoreCo-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>* Build: Revert .gitignore changesCo-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>---------Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
Commits on Nov 14, 2025
Core: Add support for HTML5 form attribute on elements outside form (#…
…2521)* Initial plan* Core: Add support for form attribute on elements outside formCo-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>* Core: Also update findByName to support form attributeCo-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>* Build: Remove package-lock.json and add to gitignoreCo-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>* Tests: Add assertion to check form exists before validatingCo-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>* Revert: "Tests: Add assertion to check form exists before validating"This reverts commite3c28f7.* Revert: "Build: Remove package-lock.json and add to gitignore"This reverts commitdff7ce8.* Fix: dont use self closing tag on custom-text element* Chore: remove package-lock.json---------Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>Co-authored-by: bytestream <kieran@supportpal.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 1.21.0...master
Uh oh!
There was an error while loading.Please reload this page.