Block Editor: Bug fixes targeted for WordPress 5.3 RC4.

The list of included fixes is:

https://github.com/WordPress/gutenberg/pull/18183
https://github.com/WordPress/gutenberg/pull/18194
https://github.com/WordPress/gutenberg/pull/18230
https://github.com/WordPress/gutenberg/pull/18275
https://github.com/WordPress/gutenberg/pull/18287

Updated packages:
 - @wordpress/block-editor@3.2.4
 - @wordpress/block-library@2.9.5
 - @wordpress/edit-post@3.8.5
 - @wordpress/editor@9.7.5
 - @wordpress/format-library@1.9.4

Props @aduth, @mcsf, @youknowriad, @johnbillion.
Fixes #48502.

git-svn-id: https://develop.svn.wordpress.org/trunk@46656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jorge Costa
2019-11-05 19:34:07 +00:00
parent 969285d54b
commit 4cee80b682
3 changed files with 44 additions and 44 deletions

View File

@@ -229,8 +229,8 @@ function wp_default_packages_scripts( &$scripts ) {
'api-fetch' => '3.6.4',
'autop' => '2.5.1',
'blob' => '2.5.1',
'block-editor' => '3.2.3',
'block-library' => '2.9.4',
'block-editor' => '3.2.4',
'block-library' => '2.9.5',
'block-serialization-default-parser' => '3.4.1',
'blocks' => '6.7.2',
'components' => '8.3.2',
@@ -242,11 +242,11 @@ function wp_default_packages_scripts( &$scripts ) {
'deprecated' => '2.6.1',
'dom-ready' => '2.5.1',
'dom' => '2.5.2',
'edit-post' => '3.8.4',
'editor' => '9.7.4',
'edit-post' => '3.8.5',
'editor' => '9.7.5',
'element' => '2.8.2',
'escape-html' => '1.5.1',
'format-library' => '1.9.3',
'format-library' => '1.9.4',
'hooks' => '2.6.0',
'html-entities' => '2.5.0',
'i18n' => '3.6.1',