Skip to content

Commit f5311ed

Browse files
Editor: Update @WordPress packages for 6.2 RC3.
Updates the `@wordpress` packages to include the fixes for these regressions introduced in the 6.2 cycle: * [Regression] Navigation Block: Category/Custom taxonomy links are not searchable in the Link inserter [WordPress/gutenberg#49126 Gutenberg PR 49126]. See #57929 ✅ * [Regression] Post Editor: List View has no close button on mobile viewports [WordPress/gutenberg#49200 Gutenberg PR 49200] ✅ References: * [WordPress/gutenberg@811da1a Packages x.3.11 publish commit]. Follow-up to [55548]. Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask. Reviewed by SergeyBiryukov, audrasjb. Merges [55568] to the 6.2 branch. See #57471. Fixes #57929. Built from https://develop.svn.wordpress.org/branches/6.2@55570 git-svn-id: http://core.svn.wordpress.org/branches/6.2@55082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent c0b0ce8 commit f5311ed

File tree

9 files changed

+13
-10
lines changed

9 files changed

+13
-10
lines changed

wp-includes/assets/script-loader-packages.min.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

wp-includes/assets/script-loader-packages.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

wp-includes/css/dist/edit-post/style-rtl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,9 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{
12381238
.edit-post-editor__document-overview-panel-header li:only-child{
12391239
width:100%;
12401240
}
1241+
.edit-post-editor__document-overview-panel-header.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon{
1242+
display:flex;
1243+
}
12411244

12421245
.edit-post-editor__list-view-container>.document-outline,.edit-post-editor__list-view-empty-headings,.edit-post-editor__list-view-panel-content{
12431246
height:100%;

wp-includes/css/dist/edit-post/style-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-includes/css/dist/edit-post/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,9 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{
12381238
.edit-post-editor__document-overview-panel-header li:only-child{
12391239
width:100%;
12401240
}
1241+
.edit-post-editor__document-overview-panel-header.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon{
1242+
display:flex;
1243+
}
12411244

12421245
.edit-post-editor__list-view-container>.document-outline,.edit-post-editor__list-view-empty-headings,.edit-post-editor__list-view-panel-content{
12431246
height:100%;

wp-includes/css/dist/edit-post/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-includes/js/dist/block-library.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30624,10 +30624,7 @@ function ResponsiveWrapper(_ref) {
3062430624

3062530625
const inner_blocks_ALLOWED_BLOCKS = ['core/navigation-link', 'core/search', 'core/social-links', 'core/page-list', 'core/spacer', 'core/home-link', 'core/site-title', 'core/site-logo', 'core/navigation-submenu'];
3062630626
const inner_blocks_DEFAULT_BLOCK = {
30627-
name: 'core/navigation-link',
30628-
attributes: {
30629-
type: 'page'
30630-
}
30627+
name: 'core/navigation-link'
3063130628
};
3063230629
function NavigationInnerBlocks(_ref) {
3063330630
let {

wp-includes/js/dist/block-library.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.2-RC2-55551';
19+
$wp_version = '6.2-RC2-55570';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)