Make WordPress Core


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

    r56710 r57377  
    1818        },
    1919        "citation": {
    20             "type": "string",
    21             "source": "html",
     20            "type": "rich-text",
     21            "source": "rich-text",
    2222            "selector": "cite",
    23             "default": "",
    2423            "__experimentalRole": "content"
    2524        },
     
    4342            "__experimentalLetterSpacing": true,
    4443            "__experimentalDefaultControls": {
    45                 "fontSize": true,
    46                 "fontAppearance": true
     44                "fontSize": true
    4745            }
    4846        },
     
    5553                "text": true
    5654            }
     55        },
     56        "layout": {
     57            "allowEditing": false
     58        },
     59        "spacing": {
     60            "blockGap": true
    5761        }
    5862    },
Note: See TracChangeset for help on using the changeset viewer.