Make WordPress Core


Ignore:
Timestamp:
10/29/2019 09:57:37 AM (7 years ago)
Author:
gziolo
Message:

Block Editor: Bug fixes targetted for WordPress 5.3 RC3.

The list of included fixes is:
https://github.com/WordPress/gutenberg/pull/18108
https://github.com/WordPress/gutenberg/pull/18051
https://github.com/WordPress/gutenberg/pull/18106
https://github.com/WordPress/gutenberg/pull/18102
Updated packages:
@wordpress/api-fetch@3.6.4
@wordpress/block-directory@1.0.4
@wordpress/block-library@2.9.4
@wordpress/core-data@2.7.4
@wordpress/data-controls@1.3.4
@wordpress/edit-post@3.8.4
@wordpress/editor@9.7.4
@wordpress/list-reusable-blocks@1.8.4
@wordpress/media-utils@1.2.4
@wordpress/server-side-render@1.3.4

Props desrosj, youknowriad.
Merges [{46606}] to the 5.3 branch.
See #48447.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-includes/script-loader.php

    r46562 r46611  
    227227        'a11y'                               => '2.5.1',
    228228        'annotations'                        => '1.7.2',
    229         'api-fetch'                          => '3.6.3',
     229        'api-fetch'                          => '3.6.4',
    230230        'autop'                              => '2.5.1',
    231231        'blob'                               => '2.5.1',
    232232        'block-editor'                       => '3.2.3',
    233         'block-library'                      => '2.9.3',
     233        'block-library'                      => '2.9.4',
    234234        'block-serialization-default-parser' => '3.4.1',
    235235        'blocks'                             => '6.7.2',
    236236        'components'                         => '8.3.2',
    237237        'compose'                            => '3.7.2',
    238         'core-data'                          => '2.7.3',
    239         'data-controls'                      => '1.3.3',
     238        'core-data'                          => '2.7.4',
     239        'data-controls'                      => '1.3.4',
    240240        'data'                               => '4.9.2',
    241241        'date'                               => '3.5.0',
     
    243243        'dom-ready'                          => '2.5.1',
    244244        'dom'                                => '2.5.2',
    245         'edit-post'                          => '3.8.3',
    246         'editor'                             => '9.7.3',
     245        'edit-post'                          => '3.8.4',
     246        'editor'                             => '9.7.4',
    247247        'element'                            => '2.8.2',
    248248        'escape-html'                        => '1.5.1',
     
    253253        'is-shallow-equal'                   => '1.6.1',
    254254        'keycodes'                           => '2.6.2',
    255         'list-reusable-blocks'               => '1.8.3',
    256         'media-utils'                        => '1.2.3',
     255        'list-reusable-blocks'               => '1.8.4',
     256        'media-utils'                        => '1.2.4',
    257257        'notices'                            => '1.8.2',
    258258        'nux'                                => '3.7.2',
     
    262262        'rich-text'                          => '3.7.2',
    263263        'shortcode'                          => '2.4.1',
    264         'server-side-render'                 => '1.3.3',
     264        'server-side-render'                 => '1.3.4',
    265265        'token-list'                         => '1.6.1',
    266266        'url'                                => '2.8.2',
Note: See TracChangeset for help on using the changeset viewer.