Make WordPress Core


Ignore:
Timestamp:
12/03/2020 02:41:37 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Editor: Update components package for WordPress 5.6 RC3.

@wordpress/components: 11.1.2 -> 11.1.3

This fixes an accessibility regression with VoiceOver not announcing the input label or an existing selection in the parent page dropdown under "Page Attributes" in the sidebar.

See https://github.com/WordPress/gutenberg/pull/27431 for more details.

Props isabel_brison, sarahricker, alexstine, kevin940726, talldanwp.
Fixes #51923.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r49718 r49737  
    33013301        },
    33023302        "@wordpress/components": {
    3303             "version": "11.1.2",
    3304             "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-11.1.2.tgz",
    3305             "integrity": "sha512-Brgrhn+eYBeAxPxh0p6m6XS3dc5TKqWUvySTrbIqsufX5KReOrL5eVkTZFo0F/lWAWQV5luMPNWcbamjQipB4Q==",
     3303            "version": "11.1.3",
     3304            "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-11.1.3.tgz",
     3305            "integrity": "sha512-J598iMZfDUWWJq7v1kYBeELBqPW9ZkyO+wzX6OnbnIh88KCiQbA2eMCHlzgB3rll9VxrRY1ew5FkmLgx9vRjYg==",
    33063306            "requires": {
    33073307                "@babel/runtime": "^7.11.2",
Note: See TracChangeset for help on using the changeset viewer.