mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
Block Editor: Bug fixes targeted for WordPress 5.3.1.
The list of included fixes: - Edge scrolling issues https://github.com/WordPress/gutenberg/pull/17707 - Intermittent JavaScript issues https://github.com/WordPress/gutenberg/pull/18559 - Remove embed CollegeHumor https://github.com/WordPress/gutenberg/pull/18591 Updated packages: - @wordpress/block-directory@1.0.6 - @wordpress/block-editor@3.2.5 - @wordpress/block-library@2.9.6 - @wordpress/core-data@2.7.5 - @wordpress/edit-post@3.8.6 - @wordpress/editor@9.7.6 - @wordpress/format-library@1.9.5 Props youknowriad, ellatrix, epiqueras, audrasjb, gziolo, mcsf, kyliesabra. Fixes #48884. git-svn-id: https://develop.svn.wordpress.org/trunk@46860 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -229,24 +229,24 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
'api-fetch' => '3.6.4',
|
||||
'autop' => '2.5.1',
|
||||
'blob' => '2.5.1',
|
||||
'block-editor' => '3.2.4',
|
||||
'block-library' => '2.9.5',
|
||||
'block-editor' => '3.2.5',
|
||||
'block-library' => '2.9.6',
|
||||
'block-serialization-default-parser' => '3.4.1',
|
||||
'blocks' => '6.7.2',
|
||||
'components' => '8.3.2',
|
||||
'compose' => '3.7.2',
|
||||
'core-data' => '2.7.4',
|
||||
'core-data' => '2.7.5',
|
||||
'data-controls' => '1.3.4',
|
||||
'data' => '4.9.2',
|
||||
'date' => '3.5.0',
|
||||
'deprecated' => '2.6.1',
|
||||
'dom-ready' => '2.5.1',
|
||||
'dom' => '2.5.2',
|
||||
'edit-post' => '3.8.5',
|
||||
'editor' => '9.7.5',
|
||||
'edit-post' => '3.8.6',
|
||||
'editor' => '9.7.6',
|
||||
'element' => '2.8.2',
|
||||
'escape-html' => '1.5.1',
|
||||
'format-library' => '1.9.4',
|
||||
'format-library' => '1.9.5',
|
||||
'hooks' => '2.6.0',
|
||||
'html-entities' => '2.5.0',
|
||||
'i18n' => '3.6.1',
|
||||
|
||||
Reference in New Issue
Block a user