-
Notifications
You must be signed in to change notification settings - Fork 9.4k
#13685: Upgrading jQuery to 3.3.1 #15531
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
Conversation
* Updating jQuery to 3.3.1 (originally from npm) * Updating jQuery Migrate 3.0.1 (originally from npm)
* Test compatibility for with jQuery 3.x
* Updated jQuery UI to 1.12
+ moved plugin zIndex from previous version
* Fix ajax success in tests.
* Fixing Success/Error as towards done/fail in jQuery 3.x
* File upload success/fail
* Update jQuery UI for backend.
@kirmorozov Closing and reopening Pull Request in order to trigger Travis CI build on it. |
Work in progress, resolving incompatibility problems with tabs in admin after jQuery-ui update. |
abe87c3
to
d573eb4
Compare
@Igloczek Hi fellow, how many reviewers must approve to have it merged into the core? |
@kirmorozov It's not defined, only community engineering team decide what should be merged. |
@piotrekkaminski Can you merge it earlier to make sure vendors are compatible when release date comes? |
…uery3 # Conflicts: # lib/web/mage/translate-inline.js
Revert "MAGETWO-95280: Storefront Images Don't Scale Back To Original Size In Mobile" This reverts commit 13d360d
OK, there was only one bug: |
Hi, |
The pull request was discussed on architecture meeting and it was decided to include it in major 2.4 release magento/architecture#59 (comment) |
@ihor-sviziev As of jquery mobile, you can check difference yourself, no changes since forever. |
Found issue with tabs in admin, resolved here for 2.3.1 curl https://github.com/magento/magento2/compare/2.3.1...morozov-group:2.3.1-jquery3.patch |\
sed 's#/app/code/Magento/Catalog/#/vendor/magento/module-catalog/#g' |\
sed 's#/app/code/Magento/ConfigurableProduct/#/vendor/magento/module-configurable-product/#g' |\
sed 's#/app/code/Magento/ProductVideo/#/vendor/magento/module-product-video/#g' |\
sed 's#/app/code/Magento/Theme/#/vendor/magento/module-theme/#g' |\
sed 's#/app/code/Magento/Ui/#/vendor/magento/module-ui/#g' |\
sed 's#/app/code/Magento/User/#/vendor/magento/module-user/#g' > _jquery3.patch
patch -p1 --forward < _jquery3.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @kirmorozov,
Finally branch 2.4-develop was created, now your PR could be merged! Could you resolve merge conflicts and update to the latest versions.
@kirmorozov please upgrade to jQuery 3.4.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that since jQuery UI modules are now divided into separate files as of a5c6783, this PR has to be reworked.
Hi @kirmorozov, |
@kirmorozov Unfortunately I need to close this PR now due to inactivity. |
Hi @kirmorozov, thank you for your contribution! |
Description
Upgrading initial jQuery and jQuery Migrate
In previous series:
#14556
#14637
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist