Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery-validation/jquery-validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.21.0
Choose a base ref
...
head repository: jquery-validation/jquery-validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 13 files changed
  • 7 contributors

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    bd54405 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Update stale.yml

    bytestream authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    6cd68f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    07d2594 View commit details
    Browse the repository at this point in the history
  2. Localization: Additional string translations for messages_nl.js (#2517)

    * Update messages_nl.js
    
    Additional string translations (on par with DE).
    
    * Fixes styling issue.
    
    Added missing spaces inside the parentheses of $.validator.format() calls.
    appel authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    707623a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. 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 fields
    
    Ensure 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 fields
    
    Includes additional unit tests and a demo page
    
    * Core: Fix camel case inconsistency, remove stray comment
    
    * Update demo/css/cmxform.css
    
    Co-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>
    3 people authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    6eb2df0 View commit details
    Browse the repository at this point in the history
  2. Additional: Replace deprecated substr() with slice() and charAt() in …

    …cifES.js (#2520)
    
    * Initial plan
    
    * Initial plan: Replace deprecated substr with slice
    
    Co-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 gitignore
    
    Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
    
    * Build: Revert .gitignore changes
    
    Co-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>
    Copilot and bytestream authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    94418e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Core: Add support for HTML5 form attribute on elements outside form (#…

    …2521)
    
    * Initial plan
    
    * Core: Add support for form attribute on elements outside form
    
    Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
    
    * Core: Also update findByName to support form attribute
    
    Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
    
    * Build: Remove package-lock.json and add to gitignore
    
    Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
    
    * Tests: Add assertion to check form exists before validating
    
    Co-authored-by: bytestream <1788397+bytestream@users.noreply.github.com>
    
    * Revert: "Tests: Add assertion to check form exists before validating"
    
    This reverts commit e3c28f7.
    
    * Revert: "Build: Remove package-lock.json and add to gitignore"
    
    This reverts commit dff7ce8.
    
    * 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>
    3 people authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    4a25a8f View commit details
    Browse the repository at this point in the history
Loading