-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: idimetrix/jquery-mousewheel
base: main
head repository: jquery/jquery-mousewheel
compare: main
- 19 commits
- 30 files changed
- 3 contributors
Commits on Mar 13, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 08011dc - Browse repository at this point
Copy the full SHA 08011dcView commit details
Commits on Mar 17, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 72a289c - Browse repository at this point
Copy the full SHA 72a289cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ebf66 - Browse repository at this point
Copy the full SHA 44ebf66View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6e50909 - Browse repository at this point
Copy the full SHA 6e50909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47445bd - Browse repository at this point
Copy the full SHA 47445bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f398621 - Browse repository at this point
Copy the full SHA f398621View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c0f35 - Browse repository at this point
Copy the full SHA 65c0f35View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d4b04ae - Browse repository at this point
Copy the full SHA d4b04aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc760b8 - Browse repository at this point
Copy the full SHA fc760b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0edde - Browse repository at this point
Copy the full SHA 5c0eddeView commit details
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ec07216 - Browse repository at this point
Copy the full SHA ec07216View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ded01b7 - Browse repository at this point
Copy the full SHA ded01b7View commit details
Commits on May 15, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9f32b90 - Browse repository at this point
Copy the full SHA 9f32b90View commit details
Commits on Aug 6, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b5efe5a - Browse repository at this point
Copy the full SHA b5efe5aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4e1a61c - Browse repository at this point
Copy the full SHA 4e1a61cView commit details
Commits on Aug 27, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d6a1c1d - Browse repository at this point
Copy the full SHA d6a1c1dView commit details
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b64ec98 - Browse repository at this point
Copy the full SHA b64ec98View commit details
Commits on Nov 18, 2025
-
Build: Upgrade all dependencies, including jtr to 0.2.8
- Fixes an issue with running tests in Edge in IE mode Closes jquerygh-260
Configuration menu - View commit details
-
Copy full SHA for 2cef625 - Browse repository at this point
Copy the full SHA 2cef625View commit details
Commits on Jan 25, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for c26c1e0 - Browse repository at this point
Copy the full SHA c26c1e0View commit details
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 main...main