Make WordPress Core


Ignore:
Timestamp:
12/18/2018 09:56:06 PM (7 years ago)
Author:
desrosj
Message:

Block Editor: Upgrade @wordpress packages to match version 4.7.1.

Updated packages:

  • `@wordpress/annotations
  • `@wordpress/api-fetch
  • `@wordpress/block-library@2.2.10
  • @wordpress/block-serialization-default-parser@2.0.2
  • @wordpress/block-serialization-spec-parser@2.0.2
  • @wordpress/blocks@6.0.4
  • @wordpress/components@7.0.4
  • @wordpress/core-data@2.0.15
  • @wordpress/data@4.1.0
  • @wordpress/date@3.0.1
  • @wordpress/edit-post@3.1.5
  • @wordpress/editor@9.0.5
  • @wordpress/eslint-plugin@1.0.0
  • @wordpress/format-library@1.2.8
  • @wordpress/html-entities@2.0.4
  • @wordpress/list-reusable-blocks@1.1.17
  • @wordpress/notices@1.1.1
  • @wordpress/nux@3.0.5
  • @wordpress/rich-text@3.0.3
  • @wordpress/url@2.3.2
  • @wordpress/viewport@2.0.13

This also includes the updates the Core blocks.

The script loader is updated to match the Gutenberg repository as well.

Props atimmer, gziolo, joen, youknowriad.

Merges [44183] to trunk.

Fixes #45442, #45637.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

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

    r44286 r44296  
    226226
    227227    $packages_versions = array(
    228         'api-fetch'                          => '2.2.5',
     228        'api-fetch'                          => '2.2.6',
    229229        'a11y'                               => '2.0.2',
    230         'annotations'                        => '1.0.3',
     230        'annotations'                        => '1.0.4',
    231231        'autop'                              => '2.0.2',
    232232        'blob'                               => '2.1.0',
    233         'block-library'                      => '2.2.9',
    234         'block-serialization-default-parser' => '2.0.1',
    235         'blocks'                             => '6.0.3',
    236         'components'                         => '7.0.3',
     233        'block-library'                      => '2.2.10',
     234        'block-serialization-default-parser' => '2.0.2',
     235        'blocks'                             => '6.0.4',
     236        'components'                         => '7.0.4',
    237237        'compose'                            => '3.0.0',
    238         'core-data'                          => '2.0.14',
    239         'data'                               => '4.0.1',
    240         'date'                               => '3.0.0',
     238        'core-data'                          => '2.0.15',
     239        'data'                               => '4.1.0',
     240        'date'                               => '3.0.1',
    241241        'deprecated'                         => '2.0.3',
    242242        'dom'                                => '2.0.7',
    243243        'dom-ready'                          => '2.0.2',
    244         'edit-post'                          => '3.1.4',
    245         'editor'                             => '9.0.4',
     244        'edit-post'                          => '3.1.5',
     245        'editor'                             => '9.0.5',
    246246        'element'                            => '2.1.8',
    247247        'escape-html'                        => '1.0.1',
    248         'format-library'                     => '1.2.7',
     248        'format-library'                     => '1.2.8',
    249249        'hooks'                              => '2.0.3',
    250         'html-entities'                      => '2.0.3',
     250        'html-entities'                      => '2.0.4',
    251251        'i18n'                               => '3.1.0',
    252252        'is-shallow-equal'                   => '1.1.4',
    253253        'keycodes'                           => '2.0.5',
    254         'list-reusable-blocks'               => '1.1.16',
    255         'notices'                            => '1.1.0',
    256         'nux'                                => '3.0.4',
     254        'list-reusable-blocks'               => '1.1.17',
     255        'notices'                            => '1.1.1',
     256        'nux'                                => '3.0.5',
    257257        'plugins'                            => '2.0.9',
    258258        'redux-routine'                      => '3.0.3',
    259         'rich-text'                          => '3.0.2',
     259        'rich-text'                          => '3.0.3',
    260260        'shortcode'                          => '2.0.2',
    261261        'token-list'                         => '1.1.0',
    262         'url'                                => '2.3.1',
    263         'viewport'                           => '2.0.12',
     262        'url'                                => '2.3.2',
     263        'viewport'                           => '2.0.13',
    264264        'wordcount'                          => '2.0.3',
    265265    );
     
    19911991            'wp-components',
    19921992            'wp-editor',
     1993            'wp-block-library',
    19931994            // Always include visual styles so the editor never appears broken.
    19941995            'wp-block-library-theme',
Note: See TracChangeset for help on using the changeset viewer.