Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Drop support for older jQuery & browsers, drop shorthands #252

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

mgol
Copy link
Member

@mgol mgol commented Mar 18, 2025

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.

@mgol mgol added this to the 4.0.0 milestone Mar 18, 2025
@mgol mgol self-assigned this Mar 18, 2025
@mgol mgol force-pushed the drop-legacy-patches branch 2 times, most recently from ea96ec4 to f0f6e7b Compare March 20, 2025 23:26
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`.
@mgol mgol force-pushed the drop-legacy-patches branch from f0f6e7b to d0ab29d Compare March 24, 2025 16:43
@mgol mgol merged commit 7a2d934 into jquery:main Mar 24, 2025
7 checks passed
@mgol mgol deleted the drop-legacy-patches branch March 24, 2025 16:47
@mgol mgol removed the Needs review label Mar 24, 2025
mgol added a commit that referenced this pull request Mar 24, 2025
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
Copy link
Member Author

mgol commented Mar 24, 2025

Landed in ded01b7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants