Make WordPress Core


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

    r56710 r57377  
    2525        "__experimentalOnMerge": true,
    2626        "__experimentalSettings": true,
    27         "__experimentalMetadata": true,
    2827        "align": [ "wide", "full" ],
    2928        "anchor": true,
     
    3130        "html": false,
    3231        "background": {
    33             "backgroundImage": true
     32            "backgroundImage": true,
     33            "backgroundSize": true,
     34            "__experimentalDefaultControls": {
     35                "backgroundImage": true
     36            }
    3437        },
    3538        "color": {
     
    5356        },
    5457        "dimensions": {
     58            "aspectRatio": true,
    5559            "minHeight": true
    5660        },
Note: See TracChangeset for help on using the changeset viewer.