Make WordPress Core


Ignore:
Timestamp:
01/29/2024 09:04:18 PM (8 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/paragraph/block.json

    r56710 r57377  
    88    "keywords": [ "text" ],
    99    "textdomain": "default",
    10     "usesContext": [ "postId" ],
     10    "usesContext": [ "postId", "pattern/overrides" ],
    1111    "attributes": {
    1212        "align": {
     
    1414        },
    1515        "content": {
    16             "type": "string",
    17             "source": "html",
     16            "type": "rich-text",
     17            "source": "rich-text",
    1818            "selector": "p",
    19             "default": "",
    2019            "__experimentalRole": "content"
    2120        },
     
    4342            }
    4443        },
    45         "__experimentalConnections": true,
    4644        "spacing": {
    4745            "margin": true,
Note: See TracChangeset for help on using the changeset viewer.