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.20.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
  • 16 commits
  • 20 files changed
  • 13 contributors

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    a354e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672a360 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Localization: Update Arabic translations (#2485)

    * feat: update arabic messages translations
    
    * psr: coding style
    
    * wip: coding style
    5baddi authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0c811ce View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    2195164 View commit details
    Browse the repository at this point in the history
  2. Chore: update changelog

    bytestream committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0f8400f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Core: Add support for Web Components (#2493)

    Co-authored-by: Daniel Hobi <[email protected]>
    dhobi and Daniel Hobi authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    75f5123 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Core: Allow negative decimal with no 0 (#2483)

    * Core: Allow negative decimal with no 0
    
    * Update regex
    
    ---------
    
    Co-authored-by: METALCOMPINC\cstieg <[email protected]>
    Co-authored-by: Kieran <[email protected]>
    3 people authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e837cc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update package version

    bytestream authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    09f67cb View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    
    ---------
    
    Co-authored-by: Kieran <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    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 <[email protected]>
    
    * Additional: Replace deprecated substr with slice and charAt in cifES
    
    * Build: Remove package-lock.json and add to gitignore
    
    Co-authored-by: bytestream <[email protected]>
    
    * Build: Revert .gitignore changes
    
    Co-authored-by: bytestream <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: bytestream <[email protected]>
    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 <[email protected]>
    
    * Core: Also update findByName to support form attribute
    
    Co-authored-by: bytestream <[email protected]>
    
    * Build: Remove package-lock.json and add to gitignore
    
    Co-authored-by: bytestream <[email protected]>
    
    * Tests: Add assertion to check form exists before validating
    
    Co-authored-by: bytestream <[email protected]>
    
    * 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] <[email protected]>
    Co-authored-by: bytestream <[email protected]>
    Co-authored-by: bytestream <[email protected]>
    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