-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Second round of bugfixes for WP 6.3 RC3 #53210
Conversation
…53101) * Shorten the width of the top toolbar overlay and make doc title smaller. * Add a scrim and a margin to handle plugin buttons better.
….3 (#53115) * Removes usage of BlockToolsBackCompat * Remove unwanted BlockTools from Nav sidebar
* Make the navigabel region wrap the inert sidebar. * Adjust animation.
--------- Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
* Footnotes: fix published preview * remove var dump * Fix php lint * PHP lint * Address feedback * Add e2e test
…ges in site editor (#53003) * Initial commit: - Prevent footnote creation withing core/block - Only insert a footnote if one isn't found in the entity block list * Try grabbing controlled blocks from parent post content block * Cache `selectedClientId` Get hasParentCoreBlocks using separate useSelect call. * Rename hasParentCoreBlocks to isBlockWithinPattern Add comments * Removing while loop since we're already fetching the post content parent in the `getBlockParentsByBlockName` call above * Reinstating while loop because it can deal with nested blocks --------- Co-authored-by: Andrew Serong <14988353+andrewserong@users.noreply.github.com>
* Footnotes: add missing _ in revision field filter * Use correct hook name * Revert prefixing callback names
…t so that any side effects from the footer wrapper are not rendered, e.g., styles and what not (#53204) Ensure that the precise bottom margin persists if the footer isn't rendered
Size Change: +236 B (0%) Total Size: 1.46 MB
ℹ️ View Unchanged
|
Flaky tests detected in 2bc0dad. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5722990149
|
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.
LGTM, gave the changes a quick spot check, and didn't encounter any issues! ✨
Failure is a known flaky so going to go ahead and merge this |
What?
Merges the following bug fixes to the release branch:
Site editor: conditionally render global styles revisions footer in sidebar
Image block: fix image size at wide and full width
Fix not expanding pattern in page editor
Footnotes: add missing _ in revision field filter
Remove block tools back compat component schedule for deprecated in 6.3
Fix block top toolbar artefact in navigation isolation
Top toolbar: Fix issues with save button overlap, and plugin buttons
Footnotes: fix published preview
Footnotes/RichText: fix getRichTextValues for deeply nested blocks
Footnotes: disable for synced patterns and prevent duplication for pages in site editor
Defer to preceding handlers in command palette keyboard shortcut
Fix regression with Edit site Navigate regions
Pattern: Add getBlockRootClientId call
Patterns: fix color and behavior of unsynced patterns in block inserter when searching for reusable