Skip to content

Fix jquery v4.0.0 + small tweaks#2563

Merged
monkeyiq merged 7 commits intofilesender:development3from
madsi1m:fixjq400
Feb 22, 2026
Merged

Fix jquery v4.0.0 + small tweaks#2563
monkeyiq merged 7 commits intofilesender:development3from
madsi1m:fixjq400

Conversation

@madsi1m
Copy link
Copy Markdown
Contributor

@madsi1m madsi1m commented Feb 18, 2026

from JQ website:

Deprecated APIs removed
These functions have been deprecated for several versions. It’s time to remove them now that we’ve reached a major release. These functions were either always meant to be internal or ones that now have native equivalents in all supported browsers. The removed functions include:

jQuery.isArray, jQuery.parseJSON, jQuery.trim, jQuery.type, jQuery.now, jQuery.isNumeric, jQuery.isFunction, jQuery.isWindow, jQuery.camelCase, jQuery.nodeName, jQuery.cssNumber, jQuery.cssProps, and jQuery.fx.interval.

Use native equivalents like Array.isArray(), JSON.parse(), String.prototype.trim(), and Date.now() instead.

@madsi1m madsi1m marked this pull request as draft February 18, 2026 05:12
@madsi1m madsi1m changed the title Fix juery v4.0.0 Fix jquery v4.0.0 Feb 18, 2026
@madsi1m madsi1m requested a review from monkeyiq February 18, 2026 05:40
@madsi1m madsi1m marked this pull request as ready for review February 18, 2026 05:40
@madsi1m madsi1m changed the title Fix jquery v4.0.0 Fix jquery v4.0.0 + small tweaks Feb 18, 2026
@madsi1m
Copy link
Copy Markdown
Contributor Author

madsi1m commented Feb 18, 2026

also updated en_AU "downlaod" typeO in poeditor

@monkeyiq monkeyiq self-assigned this Feb 18, 2026
@monkeyiq
Copy link
Copy Markdown
Contributor

Having select2 being on that rc for 5 years doesn't give much faith that they will update to jq4 any time soon :/

@monkeyiq monkeyiq merged commit 6ba8b25 into filesender:development3 Feb 22, 2026
5 checks passed
@madsi1m madsi1m deleted the fixjq400 branch February 22, 2026 21:49
@madsi1m
Copy link
Copy Markdown
Contributor Author

madsi1m commented Feb 22, 2026

select2 dev has been a bit sketchy, I noticed the last few commits did a fix for jq4 beta...
I do like the look of https://tom-select.js.org as a possible replacement, will look into it at a later date.

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