-
Notifications
You must be signed in to change notification settings - Fork 798
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
Gutenberg 7.2.0: replace legacy editor- classes with block-editor- #14446
Conversation
Caution: This PR has changes that must be merged to WordPress.com |
Thank you for the great PR description! When this PR is ready for review, please apply the Scheduled Jetpack release: April 7, 2020. |
Are these changes fine with the editor as it shipped in WP 5.2? Based on https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/, it looks like G 5.4 shipped with WP 5.2 and the |
I believe so. This is the relevant PR that shipped with 5.3.0: WordPress/gutenberg#14420 |
Updated the description with a few visible regressions that I was able to spot. cc @jeherve |
@chriskmnds Do you think this would be ready for a review? |
I believe this is good for testing and merging. |
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.
@jeherve since this already fixed lots of things, let's merge and leave markdown fixea for a separate PR? |
3b3138b
to
aca56b6
Compare
chriskmnds, Your synced wpcom patch D38073-code has been updated. |
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.
Let's merge this as is for now!
r204563-wpcom |
* Initial changelog entry * Changelog: add #14904 * Changelog: add #14910 * Changelog: add #14913 * Changelog: add #14916 * Changelog: add #14922 * Changelog: add #14924 * Changelog: add #14925 * Changelog: add #14928 * Changelog: add #14840 * Changelog: add #14841 * Changelog: add #14842 * Changelog: add #14826 * Changelog: add #14835 * Changelog: add #14859 * Changelog: add #14884 * Changelog: add #14888 * Changelog: add #14817 * Changelog: add #14814 * Changelog: add #14819 * Changelog;: add #14797 * Changelog: add #14798 * Changelog: add #14802 * Changelog: add #13676 * Changelog: add #13744 * Changelog: add #13777 * Changelog: add #14446 * Changelog: add #14739 * Changelog: add #14770 * Changelog: add #14784 * Changelog: add #14897 * Changelog: add #14898 * Changelog: add #14968 * Changelog: add #14985 * Changelog: add #15044 * Changelog: add #15052 * Update to remove Podcast since it remains in Beta * Changelog: add #14803 * Changelog: add #15028 * Changelog: add #15065 * Changelog:add #14886 * Changelog: add #15118 * Changelog: add #14990 * Changelog: add #14528 * Changelog: add #15120 * Changelog: add #15126 * Changelog: add #15049 * Chanegelog: add #14852 * Changelog: add #15090 * Changelog: add #15138 * Changelog: add #15124 * Changelog:add #15055 * Changelog: add #15017 * Changelog: add #15109 * Changelog: add #15145 * Changelog:add #15096 * Changelog:add #15153 * Changelog: add #15133 * Changelog: add #14960 * Changelog: add #15127 * Changelog: add #15056 * Copy current changelog to changelog archive. * Clarify changelog description
Gutenberg 7.2.0 & 7.3.0 removed legacy
editor-
classes in WordPress/gutenberg#19050 and WordPress/gutenberg#19489. This PR updates references to legacy classes found in these PRs and the Gutenberg repo.These were refactored in the aforementioned PRs:
These were found in Gutenberg with the newer format (possibly updated in other revisions - need to check):
Testing instructions:
Booted a local Jetpack environment with this PR and compared with a site on WPCOM. Some visual regressions spotted:
Markdown
Before
After
Recurring Payments button (block nudge)
Before
After
Contact Info
Before (on focus)
After (on focus)
Proposed changelog entry for your changes:
Not sure.