Make WordPress Core


Ignore:
Timestamp:
02/09/2024 06:20:12 PM (3 years ago)
Author:
youknowriad
Message:

Editor: Update the WordPress packages to Gutenberg 17.7RC1.

This brings the latest and greatest from Gutenberg.
The full changelog is available here
https://github.com/WordPress/gutenberg/releases/tag/v17.7.0-rc.1

Props youknowriad, get_dave.
See #60315.

File:
1 edited

Legend:

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

    r57377 r57578  
    9999                },
    100100                "reusable": false,
    101                 "shadow": true,
     101                "shadow": {
     102                        "__experimentalSkipSerialization": true
     103                },
    102104                "spacing": {
    103105                        "__experimentalSkipSerialization": true,
     
    120122                        }
    121123                },
    122                 "__experimentalSelector": ".wp-block-button .wp-block-button__link"
     124                "__experimentalSelector": ".wp-block-button .wp-block-button__link",
     125                "interactivity": {
     126                        "clientNavigation": true
     127                }
    123128        },
    124129        "styles": [
Note: See TracChangeset for help on using the changeset viewer.