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: idimetrix/jquery-mousewheel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jquery/jquery-mousewheel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 30 files changed
  • 3 contributors

Commits on Mar 13, 2025

  1. Build: Add jtr-based tests in GitHub Actions, migrate to ESLint flat …

    …config
    
    Changes:
    * Migrate from Karma to jquery-test-runner
    * Add tests on real browsers
    * Run tests on GitHub Actions
    * Migrate ESLint from v7 to v9 with a flat config
    * Switch from UglifyJS to SWC, enforce ES 5
    * Add `.editorconfig` & `.gitattributes` files
    * Update `.gitignore` to include more patterns from jQuery Core
    
    Closes jquerygh-247
    mgol committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    08011dc View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Restore jQuery 1.2 compatibility, test all supported jQuery minor lines

    It was supported in 3.1.13, so we shouldn't drop it in a minor update; we'll
    do that in 4.0.0.
    
    Closes jquerygh-248
    mgol authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    72a289c View commit details
    Browse the repository at this point in the history
  2. Version 3.2.0

    mgol committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    44ebf66 View commit details
    Browse the repository at this point in the history
  3. Docs: Update README

    1. Update links
    2. Make code style match other jQuery projects
    3. Fix build & test instructions.
    4. Don't mention Karma, we don't use it anymore
    mgol committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    6e50909 View commit details
    Browse the repository at this point in the history
  4. Version 3.2.1

    mgol committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    47445bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f398621 View commit details
    Browse the repository at this point in the history
  6. Version 3.2.2

    mgol committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    65c0f35 View commit details
    Browse the repository at this point in the history
  7. Build: Don't commit the min file or version to main, add release process

    Changes:
    1. Don't commit the minified file to the `main` branch.
    2. Move the source file to `src/`.
    3. Compute the version during the build.
    4. Add a `release-it`-based release process.
    
    Closes jquerygh-250
    mgol authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    d4b04ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc760b8 View commit details
    Browse the repository at this point in the history
  9. Add .git-blame-ignore-revs

    mgol committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    5c0edde View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Bump version to 4.0.0-pre

    mgol committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    ec07216 View commit details
    Browse the repository at this point in the history
  2. Core: Drop support for older jQuery & browsers, drop shorthands

    Changes:
    1. Drop support for IE <11.
    2. Drop support for older jQuery; only support newest versions from the 1.x
       & 2.x lines and 3.6.4 or newer.
    3. Drop support for non-wheel backing native events.
    4. Drop the `mousewheel` and `unmousewheel` shorthands.
    5. Move `jquery` from `dependencies` to `peerDependencies` & `devDependencies`.
    
    Closes jquerygh-252
    mgol committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    ded01b7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Build: Bump undici and release-it

    Bumps [undici](https://github.com/nodejs/undici) to 6.21.2 and updates ancestor dependency [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together.
    
    Closes jquerygh-253
    
    Updates `undici` from 6.21.1 to 6.21.2
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v6.21.1...v6.21.2)
    
    Updates `release-it` from 18.1.2 to 19.0.2
    - [Release notes](https://github.com/release-it/release-it/releases)
    - [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
    - [Commits](release-it/release-it@18.1.2...19.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 6.21.2
      dependency-type: indirect
    - dependency-name: release-it
      dependency-version: 19.0.2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2025
    Configuration menu
    Copy the full SHA
    9f32b90 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Build: Bump form-data from 4.0.2 to 4.0.4

    Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
    - [Commits](form-data/form-data@v4.0.2...v4.0.4)
    
    Closes jquerygh-255
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 4.0.4
      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 Aug 6, 2025
    Configuration menu
    Copy the full SHA
    b5efe5a View commit details
    Browse the repository at this point in the history
  2. Build: Test on Safari 18 & 17 instead of "latest-1"

    JTR doesn't take into account the jump from Safari 18 to 26,
    so we need to specify versions explicitly. Also, while BrowserStack
    already added macOS Tahoe with Safari 26, it's not a stable release
    yet, so we need to test on Safari 17 as well.
    
    Ref jquery/jquery#5687
    Ref jquery/jquery-test-runner#17
    mgol committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    4e1a61c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Build: Bump tmp and @inquirer/editor

    Bumps [tmp](https://github.com/raszi/node-tmp) and [@inquirer/editor](https://github.com/SBoudrias/Inquirer.js). These dependencies needed to be updated together.
    
    Updates `tmp` from 0.2.3 to 0.2.5
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.3...v0.2.5)
    
    Updates `@inquirer/editor` from 4.2.11 to 4.2.18
    - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
    - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/editor@4.2.11...@inquirer/editor@4.2.18)
    
    Closes jquerygh-257
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-version: 0.2.5
      dependency-type: indirect
    - dependency-name: "@inquirer/editor"
      dependency-version: 4.2.18
      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 Aug 27, 2025
    Configuration menu
    Copy the full SHA
    d6a1c1d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

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

Commits on Nov 18, 2025

  1. Build: Upgrade all dependencies, including jtr to 0.2.8

    - Fixes an issue with running tests in Edge in IE mode
    
    Closes jquerygh-260
    timmywil authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    2cef625 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 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 jquerygh-261
    
    ---
    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 25, 2026
    Configuration menu
    Copy the full SHA
    c26c1e0 View commit details
    Browse the repository at this point in the history
Loading