Make WordPress Core


Ignore:
Timestamp:
02/07/2023 07:01:56 AM (3 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/group/block.json

    r54257 r55246  
    4242            }
    4343        },
     44        "dimensions": {
     45            "minHeight": true
     46        },
    4447        "__experimentalBorder": {
    4548            "color": true,
     
    5356                "width": true
    5457            }
     58        },
     59        "position": {
     60            "sticky": true
    5561        },
    5662        "typography": {
     
    6773            }
    6874        },
    69         "__experimentalLayout": true
     75        "__experimentalLayout": {
     76            "allowSizingOnChildren": true
     77        }
    7078    },
    7179    "editorStyle": "wp-block-group-editor",
Note: See TracChangeset for help on using the changeset viewer.