mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Block Editor: Include the fixes targetted for WordPress 5.8 RC3.
This includes the following fixes: - Safari: see if compositing layer size is more reasonable when position fixed divs are not inserted into content. - Site Logo Block: update Site Logo block UI and option syncing. - Fix moving inner blocks in the Widgets Customizer. - Allow themes to provide empty values for color.duotone and spacing.units - Update getTermsInfo() to workaround parsing issue for translatable strings. - Specify what settings can be part of settings.layout. - Update conditions to hide duotone panel. - Prevent entering invalid values in the Query Loop block config. - Prevent color panel from showing as empty. - Avoid calling gutenberg_ functions within code shipped through WordPress Core. Props desrosj. See #53397. git-svn-id: https://develop.svn.wordpress.org/trunk@51421 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+15
-15
@@ -82,52 +82,52 @@
|
||||
"@wordpress/api-fetch": "5.1.1",
|
||||
"@wordpress/autop": "3.1.1",
|
||||
"@wordpress/blob": "3.1.1",
|
||||
"@wordpress/block-directory": "2.1.16",
|
||||
"@wordpress/block-editor": "6.1.9",
|
||||
"@wordpress/block-library": "3.2.14",
|
||||
"@wordpress/block-directory": "2.1.17",
|
||||
"@wordpress/block-editor": "6.1.10",
|
||||
"@wordpress/block-library": "3.2.15",
|
||||
"@wordpress/block-serialization-default-parser": "4.1.1",
|
||||
"@wordpress/blocks": "9.1.5",
|
||||
"@wordpress/components": "14.1.6",
|
||||
"@wordpress/components": "14.1.7",
|
||||
"@wordpress/compose": "4.1.3",
|
||||
"@wordpress/core-data": "3.1.9",
|
||||
"@wordpress/customize-widgets": "1.0.15",
|
||||
"@wordpress/customize-widgets": "1.0.16",
|
||||
"@wordpress/data": "5.1.3",
|
||||
"@wordpress/data-controls": "2.1.3",
|
||||
"@wordpress/date": "4.1.1",
|
||||
"@wordpress/deprecated": "3.1.1",
|
||||
"@wordpress/dom": "3.1.2",
|
||||
"@wordpress/dom-ready": "3.1.1",
|
||||
"@wordpress/edit-post": "4.1.16",
|
||||
"@wordpress/edit-widgets": "2.1.16",
|
||||
"@wordpress/editor": "10.1.12",
|
||||
"@wordpress/edit-post": "4.1.17",
|
||||
"@wordpress/edit-widgets": "2.1.17",
|
||||
"@wordpress/editor": "10.1.13",
|
||||
"@wordpress/element": "3.1.1",
|
||||
"@wordpress/escape-html": "2.1.1",
|
||||
"@wordpress/format-library": "2.1.9",
|
||||
"@wordpress/format-library": "2.1.10",
|
||||
"@wordpress/hooks": "3.1.1",
|
||||
"@wordpress/html-entities": "3.1.1",
|
||||
"@wordpress/i18n": "4.1.1",
|
||||
"@wordpress/icons": "4.0.2",
|
||||
"@wordpress/interface": "3.1.7",
|
||||
"@wordpress/interface": "3.1.8",
|
||||
"@wordpress/is-shallow-equal": "4.1.1",
|
||||
"@wordpress/keyboard-shortcuts": "2.1.3",
|
||||
"@wordpress/keycodes": "3.1.1",
|
||||
"@wordpress/list-reusable-blocks": "2.1.6",
|
||||
"@wordpress/list-reusable-blocks": "2.1.7",
|
||||
"@wordpress/media-utils": "2.1.1",
|
||||
"@wordpress/notices": "3.1.3",
|
||||
"@wordpress/nux": "4.1.6",
|
||||
"@wordpress/nux": "4.1.7",
|
||||
"@wordpress/plugins": "3.1.3",
|
||||
"@wordpress/primitives": "2.1.1",
|
||||
"@wordpress/priority-queue": "2.1.1",
|
||||
"@wordpress/redux-routine": "4.1.1",
|
||||
"@wordpress/reusable-blocks": "2.1.12",
|
||||
"@wordpress/reusable-blocks": "2.1.13",
|
||||
"@wordpress/rich-text": "4.1.3",
|
||||
"@wordpress/server-side-render": "2.1.7",
|
||||
"@wordpress/server-side-render": "2.1.8",
|
||||
"@wordpress/shortcode": "3.1.1",
|
||||
"@wordpress/token-list": "2.1.1",
|
||||
"@wordpress/url": "3.1.1",
|
||||
"@wordpress/viewport": "3.1.3",
|
||||
"@wordpress/warning": "2.1.1",
|
||||
"@wordpress/widgets": "1.1.14",
|
||||
"@wordpress/widgets": "1.1.15",
|
||||
"@wordpress/wordcount": "3.1.1",
|
||||
"backbone": "1.4.0",
|
||||
"clipboard": "2.0.8",
|
||||
|
||||
Reference in New Issue
Block a user