Make WordPress Core


Ignore:
Timestamp:
11/05/2019 07:34:07 PM (6 years ago)
Author:
jorgefilipecosta
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r46638 r46656  
    230230        'autop'                              => '2.5.1',
    231231        'blob'                               => '2.5.1',
    232         'block-editor'                       => '3.2.3',
    233         'block-library'                      => '2.9.4',
     232        'block-editor'                       => '3.2.4',
     233        'block-library'                      => '2.9.5',
    234234        'block-serialization-default-parser' => '3.4.1',
    235235        'blocks'                             => '6.7.2',
     
    243243        'dom-ready'                          => '2.5.1',
    244244        'dom'                                => '2.5.2',
    245         'edit-post'                          => '3.8.4',
    246         'editor'                             => '9.7.4',
     245        'edit-post'                          => '3.8.5',
     246        'editor'                             => '9.7.5',
    247247        'element'                            => '2.8.2',
    248248        'escape-html'                        => '1.5.1',
    249         'format-library'                     => '1.9.3',
     249        'format-library'                     => '1.9.4',
    250250        'hooks'                              => '2.6.0',
    251251        'html-entities'                      => '2.5.0',
Note: See TracChangeset for help on using the changeset viewer.