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/jquery-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: beb0ba5
Choose a base ref
...
head repository: jquery/jquery-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d69137
Choose a head ref
  • 9 commits
  • 20 files changed
  • 3 contributors

Commits on Jan 18, 2026

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

Commits on Jan 26, 2026

  1. Build: Bump lodash from 4.17.21 to 4.17.23

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.21...4.17.23)
    
    Closes gh-2380
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.17.23
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    d6b0df9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    3a22f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27cd03f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

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

Commits on Feb 7, 2026

  1. Build: Bump the github-actions group with 3 updates

    Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [github/codeql-action](https://github.com/github/codeql-action).
    
    Closes gh-2386
    
    Updates `actions/checkout` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e8c483...de0fac2)
    
    Updates `actions/setup-node` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@395ad32...6044e13)
    
    Updates `github/codeql-action` from 4.31.9 to 4.32.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@5d4e8d1...b20883b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-node
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-version: 4.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    f10169e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Datepicker: Support init inside a delegated focus handler in jQuery 4

    jQuery 4.0+ follows native focus events order, meaning that `focusin`
    is fired after `focus`. As delegated `focus` is implemented in jQuery
    via `focusin`, `focus` handlers attached during a delegated `focus`
    handler will not fire until the second time the field receives focus.
    This is what the `_attachments` method does. To account for that, show
    the datepicker if input is already focused. `_showDatepicker` checks
    if the datepicker is already open, so it's not a problem that it
    fires again as a `focus` handler in jQuery <4.
    
    Note that the fact such an initialization worked inside of delegated
    focus handlers was a result of an implementation detail in jQuery. If
    a regular `focus` handler was used to initialize the datepicker, neither
    jQuery 4.0 nor 3.x would show the datepicker. This issue is now fixed
    as well.
    
    Fixes gh-2385
    Closes gh-2390
    mgol authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    d327be4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

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

Commits on Feb 19, 2026

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