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

    r56065 r57377  
    99    "attributes": {
    1010        "value": {
    11             "type": "string",
    12             "source": "html",
     11            "type": "rich-text",
     12            "source": "rich-text",
    1313            "selector": "p",
    1414            "__experimentalRole": "content"
    1515        },
    1616        "citation": {
    17             "type": "string",
    18             "source": "html",
     17            "type": "rich-text",
     18            "source": "rich-text",
    1919            "selector": "cite",
    20             "default": "",
    2120            "__experimentalRole": "content"
    2221        },
     
    3736            }
    3837        },
     38        "spacing": {
     39            "margin": true,
     40            "padding": true
     41        },
    3942        "typography": {
    4043            "fontSize": true,
     
    4750            "__experimentalLetterSpacing": true,
    4851            "__experimentalDefaultControls": {
    49                 "fontSize": true,
    50                 "fontAppearance": true
     52                "fontSize": true
    5153            }
    5254        },
Note: See TracChangeset for help on using the changeset viewer.