Make WordPress Core


Ignore:
Timestamp:
01/28/2021 02:01:50 AM (4 years ago)
Author:
noisysocks
Message:

Editor: Update @wordpress npm packages

Update @wordpress npm packages to the latest published versions. This means that
the block editor includes functionality that exists in Gutenberg 9.8.

See #52334.
Props isabel_brison.

File:
1 edited

Legend:

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

    r49716 r50048  
    9191        'wp-polyfill-dom-rect',
    9292        'wp-polyfill-element-closest',
     93        'wp-polyfill-object-fit',
    9394        'wp-polyfill',
    9495    );
     
    105106        'wp-polyfill-dom-rect'        => '3.42.0',
    106107        'wp-polyfill-element-closest' => '2.0.2',
     108        'wp-polyfill-object-fit'      => '2.3.4',
    107109        'wp-polyfill'                 => '7.4.4',
    108110    );
     
    132134                'window.FormData && window.FormData.prototype.keys' => 'wp-polyfill-formdata',
    133135                'Element.prototype.matches && Element.prototype.closest' => 'wp-polyfill-element-closest',
     136                '\'objectFit\' in document.documentElement.style' => 'wp-polyfill-object-fit',
    134137            )
    135138        )
Note: See TracChangeset for help on using the changeset viewer.