mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2.
This includes: **Various** - Fix multi selection for nested blocks https://github.com/WordPress/gutenberg/pull/32536 - Consistently show the drop indicator while dragging blocks https://github.com/WordPress/gutenberg/pull/31896 - Fix horizontal drop indicator https://github.com/WordPress/gutenberg/pull/32589 - Fix Safari flickering issue https://github.com/WordPress/gutenberg/pull/32581 - Silence useSelect zombie bug errors https://github.com/WordPress/gutenberg/pull/32088 **Template Editor** - Clarify the template creation modal https://github.com/WordPress/gutenberg/pull/32427 - Only add skip links for block templates https://github.com/WordPress/gutenberg/pull/32451 **Widgets Editor** - Add block breadcrumb https://github.com/WordPress/gutenberg/pull/32498 https://github.com/WordPress/gutenberg/pull/32528 https://github.com/WordPress/gutenberg/pull/32569 - Saved deleted and restored widgets. https://github.com/WordPress/gutenberg/pull/32534 - Fix unsaved changes detection https://github.com/WordPress/gutenberg/pull/32573 - Fix button spacing in the header https://github.com/WordPress/gutenberg/pull/32585 - Avoid extra undo levels https://github.com/WordPress/gutenberg/pull/32572 - Move Legacy Widget block to the `@wordpress/widgets` package https://github.com/WordPress/gutenberg/pull/32501 - Fix Social Links color inheritance https://github.com/WordPress/gutenberg/pull/32625 - Use Button appender https://github.com/WordPress/gutenberg/pull/32580 **Global Styles (theme.json)** - Separate the presets per origin in the block editor settings https://github.com/WordPress/gutenberg/pull/32358 https://github.com/WordPress/gutenberg/pull/32622 - Use CSS Custom Properties for the preset styles https://github.com/WordPress/gutenberg/pull/32627 **Performance** - Remove is-typing classname to improve typing performance https://github.com/WordPress/gutenberg/pull/32567 Props nosolosw, jorgefilipecosta, aristath, ntsekouras, peterwilsoncc, mcsf. See #53397. git-svn-id: https://develop.svn.wordpress.org/trunk@51149 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+26
-26
@@ -78,56 +78,56 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/a11y": "3.1.1",
|
||||
"@wordpress/annotations": "2.1.1",
|
||||
"@wordpress/annotations": "2.1.2",
|
||||
"@wordpress/api-fetch": "5.1.1",
|
||||
"@wordpress/autop": "3.1.1",
|
||||
"@wordpress/blob": "3.1.1",
|
||||
"@wordpress/block-directory": "2.1.5",
|
||||
"@wordpress/block-editor": "6.1.3",
|
||||
"@wordpress/block-library": "3.2.4",
|
||||
"@wordpress/block-directory": "2.1.7",
|
||||
"@wordpress/block-editor": "6.1.4",
|
||||
"@wordpress/block-library": "3.2.6",
|
||||
"@wordpress/block-serialization-default-parser": "4.1.1",
|
||||
"@wordpress/blocks": "9.1.3",
|
||||
"@wordpress/components": "14.1.2",
|
||||
"@wordpress/compose": "4.1.1",
|
||||
"@wordpress/core-data": "3.1.4",
|
||||
"@wordpress/customize-widgets": "1.0.4",
|
||||
"@wordpress/data": "5.1.1",
|
||||
"@wordpress/data-controls": "2.1.1",
|
||||
"@wordpress/blocks": "9.1.4",
|
||||
"@wordpress/components": "14.1.3",
|
||||
"@wordpress/compose": "4.1.2",
|
||||
"@wordpress/core-data": "3.1.6",
|
||||
"@wordpress/customize-widgets": "1.0.6",
|
||||
"@wordpress/data": "5.1.2",
|
||||
"@wordpress/data-controls": "2.1.2",
|
||||
"@wordpress/date": "4.1.1",
|
||||
"@wordpress/deprecated": "3.1.1",
|
||||
"@wordpress/dom": "3.1.1",
|
||||
"@wordpress/dom-ready": "3.1.1",
|
||||
"@wordpress/edit-post": "4.1.5",
|
||||
"@wordpress/edit-widgets": "2.1.5",
|
||||
"@wordpress/editor": "10.1.4",
|
||||
"@wordpress/edit-post": "4.1.7",
|
||||
"@wordpress/edit-widgets": "2.1.7",
|
||||
"@wordpress/editor": "10.1.6",
|
||||
"@wordpress/element": "3.1.1",
|
||||
"@wordpress/escape-html": "2.1.1",
|
||||
"@wordpress/format-library": "2.1.3",
|
||||
"@wordpress/format-library": "2.1.4",
|
||||
"@wordpress/hooks": "3.1.1",
|
||||
"@wordpress/html-entities": "3.1.1",
|
||||
"@wordpress/i18n": "4.1.1",
|
||||
"@wordpress/icons": "4.0.1",
|
||||
"@wordpress/interface": "3.1.2",
|
||||
"@wordpress/interface": "3.1.3",
|
||||
"@wordpress/is-shallow-equal": "4.1.1",
|
||||
"@wordpress/keyboard-shortcuts": "2.1.1",
|
||||
"@wordpress/keyboard-shortcuts": "2.1.2",
|
||||
"@wordpress/keycodes": "3.1.1",
|
||||
"@wordpress/list-reusable-blocks": "2.1.2",
|
||||
"@wordpress/list-reusable-blocks": "2.1.3",
|
||||
"@wordpress/media-utils": "2.1.1",
|
||||
"@wordpress/notices": "3.1.1",
|
||||
"@wordpress/nux": "4.1.2",
|
||||
"@wordpress/plugins": "3.1.1",
|
||||
"@wordpress/notices": "3.1.2",
|
||||
"@wordpress/nux": "4.1.3",
|
||||
"@wordpress/plugins": "3.1.2",
|
||||
"@wordpress/primitives": "2.1.1",
|
||||
"@wordpress/priority-queue": "2.1.1",
|
||||
"@wordpress/redux-routine": "4.1.1",
|
||||
"@wordpress/reusable-blocks": "2.1.4",
|
||||
"@wordpress/rich-text": "4.1.1",
|
||||
"@wordpress/server-side-render": "2.1.3",
|
||||
"@wordpress/reusable-blocks": "2.1.6",
|
||||
"@wordpress/rich-text": "4.1.2",
|
||||
"@wordpress/server-side-render": "2.1.4",
|
||||
"@wordpress/shortcode": "3.1.1",
|
||||
"@wordpress/token-list": "2.1.1",
|
||||
"@wordpress/url": "3.1.1",
|
||||
"@wordpress/viewport": "3.1.1",
|
||||
"@wordpress/viewport": "3.1.2",
|
||||
"@wordpress/warning": "2.1.1",
|
||||
"@wordpress/widgets": "1.1.4",
|
||||
"@wordpress/widgets": "1.1.6",
|
||||
"@wordpress/wordcount": "3.1.1",
|
||||
"backbone": "1.4.0",
|
||||
"clipboard": "2.0.8",
|
||||
|
||||
Reference in New Issue
Block a user