Make WordPress Core


Ignore:
Timestamp:
02/07/2023 07:01:56 AM (2 years ago)
Author:
youknowriad
Message:

Block Editor: Updated the WordPress packages to include Gutenberg 15.1.0 changes.

In addition to all the packages being updated to the latest versions,
this commit also includes some mandatory changes to avoid editor breakage:

  • Update React to to 18.2.0.
  • Add the right stylesheets to support iframed block editors.

Props ntsekouras, mamaduka, flixos90, desrosj, peterwilsoncc.
See #57471.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/site-tagline/block.json

    r54257 r55246  
    55    "title": "Site Tagline",
    66    "category": "theme",
    7     "description": "Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if it's not displayed in the theme design.",
     7    "description": "Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if its not displayed in the theme design.",
    88    "keywords": [ "description" ],
    99    "textdomain": "default",
     
    1414    },
    1515    "supports": {
     16        "anchor": true,
    1617        "align": [ "wide", "full" ],
    1718        "html": false,
Note: See TracChangeset for help on using the changeset viewer.