Make WordPress Core


Ignore:
Timestamp:
04/12/2022 05:33:54 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Update polyfill libraries.

This updates two polyfill libraries to their latest versions.

  • polyfill-library from 3.105.0 to 4.0.0.
  • formdata-polyfill from 4.0.0 to 4.0.10.

This will affect the following script handles:

  • wp-polyfill-formdata
  • wp-polyfill-node-contains
  • wp-polyfill-dom-rect

These polyfills are no longer used by WordPress Core, but are kept up to date as a courtesy for any plugins or themes still requiring them.

See #55547.

File:
1 edited

Legend:

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

    r53164 r53165  
    110110        'lodash'                      => '4.17.19',
    111111        'wp-polyfill-fetch'           => '3.6.2',
    112         'wp-polyfill-formdata'        => '4.0.0',
    113         'wp-polyfill-node-contains'   => '3.105.0',
     112        'wp-polyfill-formdata'        => '4.0.10',
     113        'wp-polyfill-node-contains'   => '4.0.0',
    114114        'wp-polyfill-url'             => '3.6.4',
    115         'wp-polyfill-dom-rect'        => '3.104.0',
     115        'wp-polyfill-dom-rect'        => '4.0.0',
    116116        'wp-polyfill-element-closest' => '2.0.2',
    117117        'wp-polyfill-object-fit'      => '2.3.5',
Note: See TracChangeset for help on using the changeset viewer.