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/table/block.json

    r56159 r57377  
    1313        },
    1414        "caption": {
    15             "type": "string",
    16             "source": "html",
    17             "selector": "figcaption",
    18             "default": ""
     15            "type": "rich-text",
     16            "source": "rich-text",
     17            "selector": "figcaption"
    1918        },
    2019        "head": {
     
    3130                    "query": {
    3231                        "content": {
    33                             "type": "string",
    34                             "source": "html"
     32                            "type": "rich-text",
     33                            "source": "rich-text"
    3534                        },
    3635                        "tag": {
     
    7675                    "query": {
    7776                        "content": {
    78                             "type": "string",
    79                             "source": "html"
     77                            "type": "rich-text",
     78                            "source": "rich-text"
    8079                        },
    8180                        "tag": {
     
    121120                    "query": {
    122121                        "content": {
    123                             "type": "string",
    124                             "source": "html"
     122                            "type": "rich-text",
     123                            "source": "rich-text"
    125124                        },
    126125                        "tag": {
Note: See TracChangeset for help on using the changeset viewer.