mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Editor: Update @wordpress packages for 6.2 Beta 5.
Updates the `@wordpress` packages to include the following changes: - Add border radius to off canvas navigation menu items - Remove border from quick inserter child elements - Show variant patterns even if there are no patterns for the Query Loop block - Order initial block items in Navigation with PrivateInserter - Update: Add descriptions to all panels in the Site Editor's dark side - Fix typo in template parts description - Fix: Browse mode descriptions margin - Fix: Show creation popover on empty page links in the navigation sidebar - Make sure the directly inserted block in the Nav block is a Page link - Fix browser history when synchronising state with urls - Navigation Sidebar: Change the logic about which navigation gets selected for the sidebar - Fixes extra UI in navigation block inspector - Renames parent selection boolean param and improves docs - Widget Importer: Fix Widget Group block imports - Don't add Post Content layout styles to title in the post editor - Site editor: Add hover animation to site editor canvas - Prevent the saving button from showing when renaming templates - Navigation Block: Fix big spinner - Navigation: Don't save the level of the link in an attribute - Focus 1st parent block on block remove, if no previous block is available - Navigation: Performance: improve params in `block_core_navigation_get_most_recently_published_navigation()` - Navigation Block inspector: fix link UI popover opening on links that have a url - Fix for `WP_Theme_JSON_Resolver::get_merged_data()` - Site Editor: Add page details when viewing a specific page. - Fix site editor sidebar scrollbars - Fix: Custom link UI does appears outside canvas on the sidebar navigation - Fix: Make navigation page list load its items on navigation sidebar References: * [https://github.com/WordPress/gutenberg/commit/d14fea64bd9ad9d2d86047936974dbed39a5b5b3 Gutenberg's commit for publishing the packages] * [https://github.com/WordPress/gutenberg/commit/dbe47a5e8f829f4a21b9d7d580098ecefb73447a Gutenberg's commit for `blocks/navigation-link.php` and `blocks/navigation-submenu.php`] * [https://github.com/WordPress/gutenberg/commit/ea74a306e5289a90d29c0b3eb1d9b4ef893f7f19 Gutenberg's commit for `blocks/navigation.php`] Follow-up to [55441], [55440]. Props ntsekouras, mamaduka, gziolo, costdev, hellofromTonya. See #57471. git-svn-id: https://develop.svn.wordpress.org/trunk@55475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+11
-11
@@ -82,28 +82,28 @@
|
||||
"@wordpress/api-fetch": "6.23.1",
|
||||
"@wordpress/autop": "3.26.1",
|
||||
"@wordpress/blob": "3.26.1",
|
||||
"@wordpress/block-directory": "4.3.6",
|
||||
"@wordpress/block-editor": "11.3.6",
|
||||
"@wordpress/block-library": "8.3.6",
|
||||
"@wordpress/block-directory": "4.3.7",
|
||||
"@wordpress/block-editor": "11.3.7",
|
||||
"@wordpress/block-library": "8.3.7",
|
||||
"@wordpress/block-serialization-default-parser": "4.26.1",
|
||||
"@wordpress/blocks": "12.3.3",
|
||||
"@wordpress/components": "23.3.5",
|
||||
"@wordpress/compose": "6.3.3",
|
||||
"@wordpress/core-data": "6.3.3",
|
||||
"@wordpress/customize-widgets": "4.3.6",
|
||||
"@wordpress/customize-widgets": "4.3.7",
|
||||
"@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.6",
|
||||
"@wordpress/edit-site": "5.3.6",
|
||||
"@wordpress/edit-widgets": "5.3.6",
|
||||
"@wordpress/editor": "13.3.6",
|
||||
"@wordpress/edit-post": "7.3.7",
|
||||
"@wordpress/edit-site": "5.3.7",
|
||||
"@wordpress/edit-widgets": "5.3.7",
|
||||
"@wordpress/editor": "13.3.7",
|
||||
"@wordpress/element": "5.3.2",
|
||||
"@wordpress/escape-html": "2.26.1",
|
||||
"@wordpress/format-library": "4.3.6",
|
||||
"@wordpress/format-library": "4.3.7",
|
||||
"@wordpress/hooks": "3.26.1",
|
||||
"@wordpress/html-entities": "3.26.1",
|
||||
"@wordpress/i18n": "4.26.1",
|
||||
@@ -123,7 +123,7 @@
|
||||
"@wordpress/priority-queue": "2.26.1",
|
||||
"@wordpress/private-apis": "0.8.1",
|
||||
"@wordpress/redux-routine": "4.26.1",
|
||||
"@wordpress/reusable-blocks": "4.3.6",
|
||||
"@wordpress/reusable-blocks": "4.3.7",
|
||||
"@wordpress/rich-text": "6.3.3",
|
||||
"@wordpress/server-side-render": "4.3.5",
|
||||
"@wordpress/shortcode": "3.26.1",
|
||||
@@ -132,7 +132,7 @@
|
||||
"@wordpress/url": "3.27.1",
|
||||
"@wordpress/viewport": "5.3.3",
|
||||
"@wordpress/warning": "2.26.1",
|
||||
"@wordpress/widgets": "3.3.6",
|
||||
"@wordpress/widgets": "3.3.7",
|
||||
"@wordpress/wordcount": "3.26.1",
|
||||
"backbone": "1.4.1",
|
||||
"clipboard": "2.0.11",
|
||||
|
||||
Reference in New Issue
Block a user