Make WordPress Core


Ignore:
Timestamp:
01/29/2024 09:04:18 PM (17 months ago)
Author:
youknowriad
Message:

Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.

This patch, somewhat small brings a lot to WordPress.
This includes features like:

  • DataViews.
  • Customization tools like box shadow, background size and repeat.
  • UI improvements in the site editor.
  • Preferences sharing between the post and site editors.
  • Unified panels and editors between post and site editors.
  • Improved template mode in the post editor.
  • Iterations to multiple interactive blocks.
  • Preparing the blocks and UI for pattern overrides.
  • and a lot more.

Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.

File:
1 edited

Legend:

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

    r56710 r57377  
    88    "keywords": [ "title", "subtitle" ],
    99    "textdomain": "default",
     10    "usesContext": [ "pattern/overrides" ],
    1011    "attributes": {
    1112        "textAlign": {
     
    1314        },
    1415        "content": {
    15             "type": "string",
    16             "source": "html",
     16            "type": "rich-text",
     17            "source": "rich-text",
    1718            "selector": "h1,h2,h3,h4,h5,h6",
    18             "default": "",
    1919            "__experimentalRole": "content"
    2020        },
     
    5858            "__experimentalWritingMode": true,
    5959            "__experimentalDefaultControls": {
    60                 "fontSize": true,
    61                 "fontAppearance": true,
    62                 "textTransform": true
     60                "fontSize": true
    6361            }
    6462        },
Note: See TracChangeset for help on using the changeset viewer.