mirror of
git://develop.git.wordpress.org/
synced 2025-04-21 04:31:55 +02:00
Update the WP packages with fixes prior to WP 6.2 beta 3
Includes the following changes:
- Upgrade Playwright to 1.30.0
- [Block Editor - Inserter]: preload media categories empty check - client side
- Navigation: Fixes undo and redo for nesting operations in the navigation block's inspector
- Fix: OffCanvasEditor does not inserts submenu on collapsed items.
- OffCanvasEditor: Only allow some blocks to be converted to submenus
- Navigation: Updates "Add Submenu item" text to "Add Submenu link"
- Update: Make OffCanvasEditor use LeafMoreMenu by default.
- Template Part: Performance: Replace usage of wp_get_theme()->get_stylesheet() with get_stylesheet()
- Widget Editor: Fix a problem with 'Move to Widget Area' button not working
- Reusable Blocks: Use React 18 rendering for import dropdown
- useAsyncList: flush state updates when processing queue
- Refactor the site editor URLs for better backward compatibility
- Template editor: only disable the save button if no changes rather than hiding it
- [Quote]: Fix deprectated large style specificity rule
- Style Book: Allow button text labels for style book icon
- List View: Scroll selected block into view when single block selection changes
- Post editor: revert iframed editor for WP core only
- Fix the Publish region position and focus style.
- Remove "& Shadow" from the Border ScreenHeader title
- Site editor: specify focus state color for template navigation button
References: [1e2b2f680c
Gutenberg's commit for publishing the packages]
Props ntsekouras, ellatrix.
See #57471.
git-svn-id: https://develop.svn.wordpress.org/trunk@55392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
072274690b
commit
30cf035f43
1107
package-lock.json
generated
1107
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
66
package.json
66
package.json
@ -26,10 +26,10 @@
|
||||
"devDependencies": {
|
||||
"@lodder/grunt-postcss": "^3.1.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
|
||||
"@wordpress/babel-preset-default": "7.10.1",
|
||||
"@wordpress/babel-preset-default": "7.10.2",
|
||||
"@wordpress/dependency-extraction-webpack-plugin": "4.9.1",
|
||||
"@wordpress/e2e-test-utils": "9.3.2",
|
||||
"@wordpress/scripts": "25.3.3",
|
||||
"@wordpress/scripts": "25.3.4",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"chalk": "5.2.0",
|
||||
"check-node-version": "4.2.1",
|
||||
@ -78,61 +78,61 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/a11y": "3.26.1",
|
||||
"@wordpress/annotations": "2.26.2",
|
||||
"@wordpress/annotations": "2.26.3",
|
||||
"@wordpress/api-fetch": "6.23.1",
|
||||
"@wordpress/autop": "3.26.1",
|
||||
"@wordpress/blob": "3.26.1",
|
||||
"@wordpress/block-directory": "4.3.4",
|
||||
"@wordpress/block-editor": "11.3.4",
|
||||
"@wordpress/block-library": "8.3.4",
|
||||
"@wordpress/block-directory": "4.3.5",
|
||||
"@wordpress/block-editor": "11.3.5",
|
||||
"@wordpress/block-library": "8.3.5",
|
||||
"@wordpress/block-serialization-default-parser": "4.26.1",
|
||||
"@wordpress/blocks": "12.3.2",
|
||||
"@wordpress/components": "23.3.3",
|
||||
"@wordpress/compose": "6.3.2",
|
||||
"@wordpress/core-data": "6.3.2",
|
||||
"@wordpress/customize-widgets": "4.3.4",
|
||||
"@wordpress/data": "8.3.2",
|
||||
"@wordpress/data-controls": "2.26.2",
|
||||
"@wordpress/blocks": "12.3.3",
|
||||
"@wordpress/components": "23.3.4",
|
||||
"@wordpress/compose": "6.3.3",
|
||||
"@wordpress/core-data": "6.3.3",
|
||||
"@wordpress/customize-widgets": "4.3.5",
|
||||
"@wordpress/data": "8.3.3",
|
||||
"@wordpress/data-controls": "2.26.3",
|
||||
"@wordpress/date": "4.26.2",
|
||||
"@wordpress/deprecated": "3.26.1",
|
||||
"@wordpress/dom": "3.26.1",
|
||||
"@wordpress/dom-ready": "3.26.1",
|
||||
"@wordpress/edit-post": "7.3.4",
|
||||
"@wordpress/edit-site": "5.3.4",
|
||||
"@wordpress/edit-widgets": "5.3.4",
|
||||
"@wordpress/editor": "13.3.4",
|
||||
"@wordpress/element": "5.3.1",
|
||||
"@wordpress/edit-post": "7.3.5",
|
||||
"@wordpress/edit-site": "5.3.5",
|
||||
"@wordpress/edit-widgets": "5.3.5",
|
||||
"@wordpress/editor": "13.3.5",
|
||||
"@wordpress/element": "5.3.2",
|
||||
"@wordpress/escape-html": "2.26.1",
|
||||
"@wordpress/format-library": "4.3.4",
|
||||
"@wordpress/format-library": "4.3.5",
|
||||
"@wordpress/hooks": "3.26.1",
|
||||
"@wordpress/html-entities": "3.26.1",
|
||||
"@wordpress/i18n": "4.26.1",
|
||||
"@wordpress/icons": "9.17.1",
|
||||
"@wordpress/interface": "5.3.4",
|
||||
"@wordpress/icons": "9.17.2",
|
||||
"@wordpress/interface": "5.3.5",
|
||||
"@wordpress/is-shallow-equal": "4.26.1",
|
||||
"@wordpress/keyboard-shortcuts": "4.3.2",
|
||||
"@wordpress/keyboard-shortcuts": "4.3.3",
|
||||
"@wordpress/keycodes": "3.26.2",
|
||||
"@wordpress/list-reusable-blocks": "4.3.3",
|
||||
"@wordpress/media-utils": "4.17.1",
|
||||
"@wordpress/notices": "3.26.2",
|
||||
"@wordpress/list-reusable-blocks": "4.3.4",
|
||||
"@wordpress/media-utils": "4.17.2",
|
||||
"@wordpress/notices": "3.26.3",
|
||||
"@wordpress/nux": "6.0.0",
|
||||
"@wordpress/plugins": "5.3.2",
|
||||
"@wordpress/preferences": "3.3.3",
|
||||
"@wordpress/plugins": "5.3.3",
|
||||
"@wordpress/preferences": "3.3.4",
|
||||
"@wordpress/preferences-persistence": "1.18.1",
|
||||
"@wordpress/primitives": "3.24.1",
|
||||
"@wordpress/primitives": "3.24.2",
|
||||
"@wordpress/priority-queue": "2.26.1",
|
||||
"@wordpress/private-apis": "0.8.1",
|
||||
"@wordpress/redux-routine": "4.26.1",
|
||||
"@wordpress/reusable-blocks": "4.3.4",
|
||||
"@wordpress/rich-text": "6.3.2",
|
||||
"@wordpress/server-side-render": "4.3.3",
|
||||
"@wordpress/reusable-blocks": "4.3.5",
|
||||
"@wordpress/rich-text": "6.3.3",
|
||||
"@wordpress/server-side-render": "4.3.4",
|
||||
"@wordpress/shortcode": "3.26.1",
|
||||
"@wordpress/style-engine": "1.9.1",
|
||||
"@wordpress/token-list": "2.26.1",
|
||||
"@wordpress/url": "3.27.1",
|
||||
"@wordpress/viewport": "5.3.2",
|
||||
"@wordpress/viewport": "5.3.3",
|
||||
"@wordpress/warning": "2.26.1",
|
||||
"@wordpress/widgets": "3.3.4",
|
||||
"@wordpress/widgets": "3.3.5",
|
||||
"@wordpress/wordcount": "3.26.1",
|
||||
"backbone": "1.4.1",
|
||||
"clipboard": "2.0.11",
|
||||
|
File diff suppressed because one or more lines are too long
@ -22,7 +22,7 @@ function render_block_core_template_part( $attributes ) {
|
||||
if (
|
||||
isset( $attributes['slug'] ) &&
|
||||
isset( $attributes['theme'] ) &&
|
||||
wp_get_theme()->get_stylesheet() === $attributes['theme']
|
||||
get_stylesheet() === $attributes['theme']
|
||||
) {
|
||||
$template_part_id = $attributes['theme'] . '//' . $attributes['slug'];
|
||||
$template_part_query = new WP_Query(
|
||||
|
@ -4,7 +4,6 @@ import {
|
||||
publishPost,
|
||||
trashAllPosts,
|
||||
visitAdminPage,
|
||||
canvas,
|
||||
} from '@wordpress/e2e-test-utils';
|
||||
|
||||
describe( 'Edit Posts', () => {
|
||||
@ -59,11 +58,10 @@ describe( 'Edit Posts', () => {
|
||||
await page.waitForNavigation();
|
||||
|
||||
// Wait for title field to render onscreen.
|
||||
await page.waitForSelector( 'iframe[name="editor-canvas"]' );
|
||||
await canvas().waitForSelector( '.editor-post-title__input' );
|
||||
await page.waitForSelector( '.editor-post-title__input' );
|
||||
|
||||
// Expect to now be in the editor with the correct post title shown.
|
||||
const editorPostTitleInput = await canvas().$x(
|
||||
const editorPostTitleInput = await page.$x(
|
||||
`//h1[contains(@class, "editor-post-title__input")][contains(text(), "${ title }")]`
|
||||
);
|
||||
expect( editorPostTitleInput.length ).toBe( 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user