Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://develop.svn.wordpress.org/trunk"
},
"gutenberg": {
"sha": "4997026b75c922d8a6f77a03d72ed7cad04c7073",
"sha": "fd715a6833679d098d9fee84b642f8f1bc27341b",
"ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
},
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions src/wp-includes/assets/script-loader-packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
'wp-url',
'wp-warning'
),
'version' => '77626afea4a1cac03204'
'version' => 'b1292aac86a5d819f737'
),
'block-library.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -150,7 +150,7 @@
'import' => 'dynamic'
)
),
'version' => 'd24e08348f91bcfce1b7'
'version' => '97b70e2d8d72d9b83b4e'
),
'block-serialization-default-parser.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -183,7 +183,7 @@
'wp-shortcode',
'wp-warning'
),
'version' => 'dc4bdf700024000fd427'
'version' => '524509cfc84da30a4133'
),
'commands.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -224,7 +224,7 @@
'wp-theme',
'wp-warning'
),
'version' => 'd54375c07776a218ee99'
'version' => 'd5254b2fdf63282d09f7'
),
'compose.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -306,7 +306,7 @@
'wp-theme',
'wp-widgets'
),
'version' => 'f28ae391ffd39b8db426'
'version' => '05ff2e24b332f5dc0ea1'
),
'data.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -346,7 +346,7 @@
'dependencies' => array(
'wp-deprecated'
),
'version' => '22d969bde5c7182cdd2f'
'version' => 'e13e9a880cb4f091f98e'
),
'dom-ready.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -396,7 +396,7 @@
'import' => 'static'
)
),
'version' => '4aeb2f3aa372be39adb2'
'version' => '823ecf7905c05ce03022'
),
'edit-site.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -446,7 +446,7 @@
'import' => 'static'
)
),
'version' => 'c33d508cfc124b1b3e2d'
'version' => '64590e045eedae65347d'
),
'edit-widgets.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -487,7 +487,7 @@
'import' => 'static'
)
),
'version' => 'b6608ebdd73ddae5a250'
'version' => '9d38df85a4b408821722'
),
'editor.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -537,7 +537,7 @@
'import' => 'static'
)
),
'version' => 'cf691bc72eeac5643913'
'version' => '2f1a5efaa6f78167e6c7'
),
'element.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -794,7 +794,7 @@
'wp-keycodes',
'wp-private-apis'
),
'version' => '1c4b61567c93d486f1dc'
'version' => '9f145f4a11c41d022c83'
),
'router.js' => array(
'dependencies' => array(
Expand Down
4 changes: 2 additions & 2 deletions src/wp-includes/assets/script-modules-packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'import' => 'static'
)
),
'version' => '96a846e1d7b789c39ab9'
'version' => '1bf28ded04f9f188bdcb'
),
'block-library/playlist/view.js' => array(
'dependencies' => array(
Expand Down Expand Up @@ -315,7 +315,7 @@
'wp-private-apis',
'wp-style-engine'
),
'version' => '9d008e280440935933bc'
'version' => '0e40b71e65fda1397a4b'
),
'route/index.js' => array(
'dependencies' => array(
Expand Down
1 change: 0 additions & 1 deletion src/wp-includes/blocks/blocks-json.php
Original file line number Diff line number Diff line change
Expand Up @@ -4812,7 +4812,6 @@
'full'
),
'splitting' => true,
'editableRoot' => true,
'anchor' => true,
'className' => false,
'__experimentalBorder' => array(
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ function block_core_navigation_add_directives_to_submenu( $tags, $block_attribut
)
) ) {
$tags->set_attribute( 'data-wp-on--click', 'actions.toggleMenuOnClick' );
$tags->set_attribute( 'data-wp-bind--aria-expanded', 'state.isMenuOpen' );
$tags->set_attribute( 'data-wp-bind--aria-expanded', 'state.isSubmenuOpen' );
// The `aria-expanded` attribute for SSR is already added in the submenu block.
}
// Add directives to the submenu.
Expand Down
1 change: 0 additions & 1 deletion src/wp-includes/blocks/paragraph/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"supports": {
"align": [ "wide", "full" ],
"splitting": true,
"editableRoot": true,
"anchor": true,
"className": false,
"__experimentalBorder": {
Expand Down
15 changes: 8 additions & 7 deletions src/wp-includes/build/pages/font-library/page-wp-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ function wp_get_font_library_wp_admin_menu_items() {
*/
function wp_font_library_wp_admin_preload_data() {
// Define paths to preload - same for all pages
// Please also change packages/core-data/src/entities.js when changing this.
// This must exactly match the _fields list in packages/core-data/src/entities.js,
// same fields in the same order, or the preload is never consumed.
$preload_paths = array(
'/?_fields=description,gmt_offset,home,image_sizes,image_size_threshold,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
'/?_fields=description,gmt_offset,home,image_max_bit_depth,image_sizes,image_size_threshold,image_strip_meta,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
array( '/wp/v2/settings', 'OPTIONS' ),
);

Expand Down Expand Up @@ -269,23 +270,23 @@ function wp_font_library_wp_admin_render_page() {
#wpwrap {
overflow-y: auto;
}
body {
body.js {
background: #fff;
}

/* Reset wp-admin padding */
#wpcontent {
body.js #wpcontent {
padding-inline-start: 0;
}
#wpbody-content {
body.js #wpbody-content {
padding-bottom: 0;
}

/* Hide legacy admin elements */
#wpbody-content > div:not(.boot-layout-container):not(#screen-meta) {
body.js #wpbody-content > div:not(.boot-layout-container):not(#screen-meta) {
display: none;
}
#wpfooter {
body.js #wpfooter {
display: none;
}

Expand Down
5 changes: 3 additions & 2 deletions src/wp-includes/build/pages/font-library/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ function wp_get_font_library_menu_items() {
*/
function wp_font_library_preload_data() {
// Define paths to preload - same for all pages
// Please also change packages/core-data/src/entities.js when changing this.
// This must exactly match the _fields list in packages/core-data/src/entities.js,
// same fields in the same order, or the preload is never consumed.
$preload_paths = array(
'/?_fields=description,gmt_offset,home,image_sizes,image_size_threshold,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
'/?_fields=description,gmt_offset,home,image_max_bit_depth,image_sizes,image_size_threshold,image_strip_meta,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
array( '/wp/v2/settings', 'OPTIONS' ),
);

Expand Down
15 changes: 8 additions & 7 deletions src/wp-includes/build/pages/options-connectors/page-wp-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ function wp_get_options_connectors_wp_admin_menu_items() {
*/
function wp_options_connectors_wp_admin_preload_data() {
// Define paths to preload - same for all pages
// Please also change packages/core-data/src/entities.js when changing this.
// This must exactly match the _fields list in packages/core-data/src/entities.js,
// same fields in the same order, or the preload is never consumed.
$preload_paths = array(
'/?_fields=description,gmt_offset,home,image_sizes,image_size_threshold,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
'/?_fields=description,gmt_offset,home,image_max_bit_depth,image_sizes,image_size_threshold,image_strip_meta,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
array( '/wp/v2/settings', 'OPTIONS' ),
);

Expand Down Expand Up @@ -269,23 +270,23 @@ function wp_options_connectors_wp_admin_render_page() {
#wpwrap {
overflow-y: auto;
}
body {
body.js {
background: #fff;
}

/* Reset wp-admin padding */
#wpcontent {
body.js #wpcontent {
padding-inline-start: 0;
}
#wpbody-content {
body.js #wpbody-content {
padding-bottom: 0;
}

/* Hide legacy admin elements */
#wpbody-content > div:not(.boot-layout-container):not(#screen-meta) {
body.js #wpbody-content > div:not(.boot-layout-container):not(#screen-meta) {
display: none;
}
#wpfooter {
body.js #wpfooter {
display: none;
}

Expand Down
5 changes: 3 additions & 2 deletions src/wp-includes/build/pages/options-connectors/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ function wp_get_options_connectors_menu_items() {
*/
function wp_options_connectors_preload_data() {
// Define paths to preload - same for all pages
// Please also change packages/core-data/src/entities.js when changing this.
// This must exactly match the _fields list in packages/core-data/src/entities.js,
// same fields in the same order, or the preload is never consumed.
$preload_paths = array(
'/?_fields=description,gmt_offset,home,image_sizes,image_size_threshold,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
'/?_fields=description,gmt_offset,home,image_max_bit_depth,image_sizes,image_size_threshold,image_strip_meta,name,site_icon,site_icon_url,site_logo,timezone_string,url,page_for_posts,page_on_front,show_on_front',
array( '/wp/v2/settings', 'OPTIONS' ),
);

Expand Down
Loading