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

    r56710 r57377  
    4747                },
    4848                "caption": {
    49                     "type": "string",
    50                     "source": "html",
     49                    "type": "rich-text",
     50                    "source": "rich-text",
    5151                    "selector": ".blocks-gallery-item__caption"
    5252                }
     
    7373        },
    7474        "caption": {
    75             "type": "string",
    76             "source": "html",
     75            "type": "rich-text",
     76            "source": "rich-text",
    7777            "selector": ".blocks-gallery-caption"
    7878        },
     
    8080            "type": "boolean",
    8181            "default": true
     82        },
     83        "randomOrder": {
     84            "type": "boolean",
     85            "default": false
    8286        },
    8387        "fixedHeight": {
Note: See TracChangeset for help on using the changeset viewer.