Package update: bugfixes for 6.3 RC3#53089
Conversation
…debar (#52971) * I18N: Add missing gettext wrapper * Add context to disambiguate 'Outline' that is commonly used on borders.
* Footnotes: disable based on post type * Address feedback * Fix typo * Format: disable if block is not registered * Lock usesContext api * Use Symbol instead of Math.random
* Check if spacing tool is defined before displaying controls. * Don't show sides if spacing type false
…ns (#52246) * Remove redundant shortcut button. * Fix focus and hover style and improve consistency. * Rename post document-title and improve CSS consistency.
|
Size Change: +279 B (0%) Total Size: 1.45 MB
ℹ️ View Unchanged
|
tellthemachines
left a comment
There was a problem hiding this comment.
Changes LGTM and testing shows fixes working as expected ✅
…attempting to get styles (#52956)
Tested this in this branch. LGTM |
|
Latest commit — #53091 – Patterns: backport fix for bug that causes search and filtering to only work on first page of results — works as described and fixes the reported bug |
|
Flaky tests detected in 02f3eb9. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5688634039
|
|
e2e failure is a known flaky so we should be good to merge if all other tests pass |
What?
Cherry-picks the following PRs into the release branch:
#52427 – Patterns: Enable focus mode editing
#52844 – CommandPalette: Fixed to not execute commands in IME composition.
#52959 – List View: Ensure onBlockDrop does not fire if there is no target
#52971 – I18N: Add missing Gettext wrapper on strings in Edit Post overview sidebar
#52934 – Footnotes: disable based on post type
#52964 – Patterns Browse Screen: Fix back button when switching between categories
#52961 – Patterns: Allow orphaned template parts to appear in general category
#53005 – Spacing presets: fix bug with select control adding undefined preset values
#52996 – Site Editor: Fix canvas mode sync with URL
#53008 – Check if spacing tool is defined before displaying controls.
#52246 – Improve consistency of the Post editor and Site editor Document actions
#53071 – Site Editor: Fix the typo in the title label map
#52956 – Patterns: fix editor crashing on certain search filter combinations
#53091 – Patterns: backport fix for bug that causes search and filtering to only work on first page of results