jquery / jquery

jQuery JavaScript Library
https://jquery.com
MIT License
58.96k stars 20.62k forks source link

v4 beta : mottie/tablesorter plugin fails with sort() and trim() missing #5417

Closed aavmurphy closed 3 months ago

aavmurphy commented 3 months ago

https://github.com/Mottie/tablesorter

Using the v4.0.0 beta fails with sort() and trim().

Could be its best not to remove the "depreciated" APIs/methods just yet. Maybe have them do console.warn() for now?

mgol commented 3 months ago

These APIs have already been deprecated for a couple years.

For projects not ready for removal of those APIs, it'll be possible to load the jQuery Migrate plugin to fill in the removed APIs. We don't plan to bring them back to the core library at this point, though.