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-mousewheel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
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
  • 9 commits
  • 23 files changed
  • 1 contributor

Commits on Mar 17, 2025

  1. 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
  2. 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
  3. Configuration menu
    Copy the full SHA
    f398621 View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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 gh-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
  6. Configuration menu
    Copy the full SHA
    fc760b8 View commit details
    Browse the repository at this point in the history
  7. 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 gh-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
Loading