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

Check JQuery Deprecations #1806

Open
jconroy opened this issue Mar 16, 2021 · 1 comment
Open

Check JQuery Deprecations #1806

jconroy opened this issue Mar 16, 2021 · 1 comment
Assignees
Labels
compatibility status: blocked The issue is blocked from progressing, waiting for another piece of work to be done. type: task The issue is an internally driven task (e.g. from another A8c team).

Comments

@jconroy
Copy link
Member

jconroy commented Mar 16, 2021

WordPress 5.6 continued the jQuery migration project underway in WordPress bumping the jQuery version to the latest version of the 3.x branch. It maintained the jQuery migrate library until WordPress 5.7 (now 5.8) – at which point it is estimated that the jQuery migrate will be unbundled and deprecated code will no longer work.

Guide

As a general guide when migrating away from the deprecated function:

  • try to use vanilla JavaScript where possible.
  • make sure you test before and after behavior to ensure there is no regressions.
@danielbitzer danielbitzer self-assigned this Mar 19, 2021
@danielbitzer danielbitzer added the status: blocked The issue is blocked from progressing, waiting for another piece of work to be done. label Mar 26, 2021
@danielbitzer
Copy link
Contributor

Blocked pending javascript tidy up in #1826 #1824

@haszari haszari added the type: task The issue is an internally driven task (e.g. from another A8c team). label Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility status: blocked The issue is blocked from progressing, waiting for another piece of work to be done. type: task The issue is an internally driven task (e.g. from another A8c team).
3 participants