Make WordPress Core


Ignore:
Timestamp:
06/15/2021 08:50:26 AM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2.

This includes:

Various

Template Editor

Widgets Editor

Global Styles (theme.json)

Performance

Props nosolosw, jorgefilipecosta, aristath, ntsekouras, peterwilsoncc, mcsf.
See #53397.

File:
1 edited

Legend:

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

    r51094 r51149  
    15541554        'reusable-blocks'      => array( 'wp-components' ),
    15551555        'nux'                  => array( 'wp-components' ),
     1556        'widgets'              => array(
     1557            'wp-components',
     1558        ),
    15561559        'edit-widgets'         => array(
    1557             'wp-components',
     1560            'wp-widgets',
    15581561            'wp-block-editor',
    15591562            'wp-edit-blocks',
     
    15621565        ),
    15631566        'customize-widgets'    => array(
    1564             'wp-components',
     1567            'wp-widgets',
    15651568            'wp-block-editor',
    15661569            'wp-edit-blocks',
     
    16231626        'wp-block-directory',
    16241627        'wp-components',
     1628        'wp-customize-widgets',
    16251629        'wp-edit-post',
     1630        'wp-edit-widgets',
    16261631        'wp-editor',
    16271632        'wp-format-library',
     
    16291634        'wp-reusable-blocks',
    16301635        'wp-nux',
     1636        'wp-widgets',
    16311637        // Deprecated CSS.
    16321638        'deprecated-media',
Note: See TracChangeset for help on using the changeset viewer.