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 [https://github.com/WordPress/gutenberg/pull/49126 Gutenberg PR 49126]. See #57929 ✅
* [Regression] Post Editor: List View has no close button on mobile viewports [https://github.com/WordPress/gutenberg/pull/49200 Gutenberg PR 49200] ✅
References:
* [811da1ab3a
Packages x.3.11 publish commit].
Follow-up to [55548].
Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask.
See #57471.
Fixes #57929.
Built from https://develop.svn.wordpress.org/trunk@55568
git-svn-id: http://core.svn.wordpress.org/trunk@55080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
69a5893569
commit
90b5db421c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1238,6 +1238,9 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{
|
|||
.edit-post-editor__document-overview-panel-header li:only-child{
|
||||
width:100%;
|
||||
}
|
||||
.edit-post-editor__document-overview-panel-header.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon{
|
||||
display:flex;
|
||||
}
|
||||
|
||||
.edit-post-editor__list-view-container>.document-outline,.edit-post-editor__list-view-empty-headings,.edit-post-editor__list-view-panel-content{
|
||||
height:100%;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1238,6 +1238,9 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar{
|
|||
.edit-post-editor__document-overview-panel-header li:only-child{
|
||||
width:100%;
|
||||
}
|
||||
.edit-post-editor__document-overview-panel-header.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon{
|
||||
display:flex;
|
||||
}
|
||||
|
||||
.edit-post-editor__list-view-container>.document-outline,.edit-post-editor__list-view-empty-headings,.edit-post-editor__list-view-panel-content{
|
||||
height:100%;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -30624,10 +30624,7 @@ function ResponsiveWrapper(_ref) {
|
|||
|
||||
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'];
|
||||
const inner_blocks_DEFAULT_BLOCK = {
|
||||
name: 'core/navigation-link',
|
||||
attributes: {
|
||||
type: 'page'
|
||||
}
|
||||
name: 'core/navigation-link'
|
||||
};
|
||||
function NavigationInnerBlocks(_ref) {
|
||||
let {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55567';
|
||||
$wp_version = '6.3-alpha-55568';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue