Make WordPress Core


Ignore:
Timestamp:
12/17/2018 07:05:30 PM (8 years ago)
Author:
desrosj
Message:

Block Editor: Update @wordpress package dependencies.

Update packages include:

  • block-library
  • components
  • edit-post
  • editor
  • format-library
  • list-reusable-blocks
  • nux

Other changes:

  • Fix a translator comment in edit-form-blocks.php.
  • Rename the gutenberg_ functions in blocks/latest-comments.php.

Props noisy socks, youknowriad, pinto, swissspidy.

Merges [43935] and [43949-43951] into trunk.

See #45145.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-includes/script-loader.php

    r44271 r44273  
    211211                'a11y'                               => '2.0.2',
    212212                'annotations'                        => '1.0.3',
    213                 'api-fetch'                          => '2.2.5',
    214213                'autop'                              => '2.0.2',
    215214                'blob'                               => '2.1.0',
    216                 'block-library'                      => '2.2.6',
     215                'block-library'                      => '2.2.8',
    217216                'block-serialization-default-parser' => '2.0.0',
    218217                'blocks'                             => '6.0.2',
    219                 'components'                         => '7.0.1',
     218                'components'                         => '7.0.3',
    220219                'compose'                            => '3.0.0',
    221220                'core-data'                          => '2.0.14',
     
    225224                'dom'                                => '2.0.7',
    226225                'dom-ready'                          => '2.0.2',
    227                 'edit-post'                          => '3.1.1',
    228                 'editor'                             => '9.0.1',
     226                'edit-post'                          => '3.1.3',
     227                'editor'                             => '9.0.3',
    229228                'element'                            => '2.1.8',
    230229                'escape-html'                        => '1.0.1',
    231                 'format-library'                     => '1.2.4',
     230                'format-library'                     => '1.2.6',
    232231                'hooks'                              => '2.0.3',
    233232                'html-entities'                      => '2.0.3',
     
    235234                'is-shallow-equal'                   => '1.1.4',
    236235                'keycodes'                           => '2.0.5',
    237                 'list-reusable-blocks'               => '1.1.14',
     236                'list-reusable-blocks'               => '1.1.16',
    238237                'notices'                            => '1.1.0',
    239                 'nux'                                => '3.0.2',
     238                'nux'                                => '3.0.4',
    240239                'plugins'                            => '2.0.9',
    241240                'redux-routine'                      => '3.0.3',
     
    278277                        'editor',
    279278                        'lodash',
    280                         'moment',
    281279                        'wp-api-fetch',
    282280                        'wp-autop',
Note: See TracChangeset for help on using the changeset viewer.