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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant