-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Latest Posts: sync updates from Core (6.4) #55181
Conversation
Size Change: -29 B (0%) Total Size: 1.65 MB
ℹ️ View Unchanged
|
bd4ced8
to
e7fe2f3
Compare
Flaky tests detected in e7fe2f3. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6463139587
|
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.
Thanks for the PR, code LGTM and works as expected!
I changed the backport labels because these changes will have to go into core. |
I just cherry-picked this PR to the 6.4-beta3-2 branch to get it included in the next release: afed927 |
* Site Editor Styles Screen: Fix dancing styles previews (#55183) * Pulling across changes from WordPress/wordpress-develop#5441 (#55181) Removed var * Add `aria-label` attribute to navigation block only when it is open (#54816) * Add `aria-label` only when is open * Remove unnecessary `label` property in edit * Escape translation * Move navigation context to `wp_json_encode` * Add `wp_json_encode` flags * Paste: fix MS Word list paste (#55127) * Paste: fix MS Word list paste * Match mso-list:Ignore * Fix inline paste * Fix scrollbars on pattern transforms (#55069) * Fix scrollbars on pattern transforms * Fix single pattern previews * Improve classname semantics * Remove modal title * Reset styles on window resize (#55077) Co-authored-by: Ricardo Artemio Morales <[email protected]> --------- Co-authored-by: Andrew Serong <[email protected]> Co-authored-by: Ramon <[email protected]> Co-authored-by: Mario Santos <[email protected]> Co-authored-by: Ella <[email protected]> Co-authored-by: Daniel Richards <[email protected]> Co-authored-by: Ricardo Artemio Morales <[email protected]>
What?
Follow up to:#55029
Syncing changes from: WordPress/wordpress-develop#5441 There were was suggestions from reviews about how to better structure the translated string. This PR syncs Gutenberg with those changes with Core.
Testing Instructions
Testing instructions taken from #55029