Make WordPress Core


Ignore:
Timestamp:
04/15/2021 02:41:38 PM (5 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages to use with WordPress 5.8

In the response to the discussion during the Dev Chat, I'm doing a first pass to keep WordPress packages up to date in the WordPress 5.8 release cycle.

See https://github.com/WordPress/wordpress-develop/pull/1176 for more details.

Props youknowriad, aristath, andraganescu.
See #52991.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/button/block.json

    r50048 r50761  
    6262        "align": true,
    6363        "alignWide": false,
     64        "color": {
     65            "__experimentalSkipSerialization": true,
     66            "gradients": true
     67        },
    6468        "reusable": false,
    65         "__experimentalSelector": ".wp-block-button > a"
     69        "__experimentalSelector": ".wp-block-button__link"
    6670    },
    6771    "editorStyle": "wp-block-button-editor",
Note: See TracChangeset for help on using the changeset viewer.