Make WordPress Core


Ignore:
Timestamp:
04/08/2019 06:36:33 AM (7 years ago)
Author:
pento
Message:

Block Editor: Update packages to bring a selection of bugfixes in.

Props iseulde, kjellr, aduth, 0mirka00, mcsf, nosolosw, gziolo, jasmussen, talldanwp, notnownikki, swissspidy, jorgefilipecosta, noisysocks.
See https://github.com/WordPress/gutenberg/pull/14796.
Fixes #46801.

File:
1 edited

Legend:

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

    r45044 r45138  
    226226        $packages_versions = array(
    227227                'a11y'                               => '2.2.0',
    228                 'annotations'                        => '1.2.0',
    229                 'api-fetch'                          => '3.1.0',
     228                'annotations'                        => '1.2.2',
     229                'api-fetch'                          => '3.1.2',
    230230                'autop'                              => '2.0.0',
    231231                'blob'                               => '2.3.0',
    232                 'block-editor'                       => '1.1.0',
    233                 'block-library'                      => '2.4.0',
     232                'block-editor'                       => '1.1.2',
     233                'block-library'                      => '2.4.2',
    234234                'block-serialization-default-parser' => '3.1.0',
    235                 'blocks'                             => '6.2.0',
    236                 'components'                         => '7.2.0',
     235                'blocks'                             => '6.2.2',
     236                'components'                         => '7.2.2',
    237237                'compose'                            => '3.2.0',
    238                 'core-data'                          => '2.2.0',
     238                'core-data'                          => '2.2.2',
    239239                'data'                               => '4.4.0',
    240240                'date'                               => '3.2.0',
    241241                'deprecated'                         => '2.2.0',
    242                 'dom'                                => '2.2.0',
     242                'dom'                                => '2.2.2',
    243243                'dom-ready'                          => '2.2.0',
    244                 'edit-post'                          => '3.3.0',
    245                 'editor'                             => '9.2.0',
     244                'edit-post'                          => '3.3.2',
     245                'editor'                             => '9.2.2',
    246246                'element'                            => '2.3.0',
    247247                'escape-html'                        => '1.2.0',
    248                 'format-library'                     => '1.4.0',
     248                'format-library'                     => '1.4.2',
    249249                'hooks'                              => '2.2.0',
    250250                'html-entities'                      => '2.2.0',
     
    252252                'is-shallow-equal'                   => '1.2.0',
    253253                'keycodes'                           => '2.2.0',
    254                 'list-reusable-blocks'               => '1.3.0',
     254                'list-reusable-blocks'               => '1.3.2',
    255255                'notices'                            => '1.3.0',
    256                 'nux'                                => '3.2.0',
     256                'nux'                                => '3.2.2',
    257257                'plugins'                            => '2.2.0',
    258258                'priority-queue'                     => '1.1.0',
    259259                'redux-routine'                      => '3.2.0',
    260                 'rich-text'                          => '3.2.0',
     260                'rich-text'                          => '3.2.2',
    261261                'shortcode'                          => '2.2.0',
    262262                'token-list'                         => '1.2.0',
Note: See TracChangeset for help on using the changeset viewer.