]> source.dussan.org Git - jquery.git/commit
Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters`
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 4 Nov 2024 22:59:30 +0000 (23:59 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 22:59:30 +0000 (23:59 +0100)
commit329661fd538a07993a2fcfa2a75fdd7f5667f86c
treea6e175eb264024baa819f8926c83deb8f38f9d27
parent07c9f02bd6cf27c0e1e38345c97f5c3e2718134f
Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters`

Those APIs have formally been deprecated since `3.0.0`, but they never made its
way into the deprecated module.

`jQuery.expr[ ":" ]` has been removed when Sizzle got inlined into Core in
gh-4395; this change restores it.

Closes gh-5580
Ref gh-5570
Ref gh-4395
src/deprecated.js
src/selector.js
test/unit/deprecated.js
test/unit/selector.js