Make WordPress Core


Ignore:
Timestamp:
06/08/2021 08:07:15 AM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Package updates for 5.8 beta 1.

This includes the following fixes:

Widgets Editor:

Widget blocks in the customizer:

Global Styles:

Template Editor:

Miscellaneous:

Performance:

Props noisysocks, nosolosw, jorgefilipecosta.
See #52991.

File:
1 edited

Legend:

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

    r50929 r51089  
    3333            "link": true
    3434        },
    35         "fontSize": true,
    36         "lineHeight": true,
     35        "typography": {
     36            "fontSize": true,
     37            "lineHeight": true,
     38            "__experimentalFontWeight": true
     39        },
    3740        "__experimentalSelector": "h1,h2,h3,h4,h5,h6",
    3841        "__unstablePasteTextInline": true
Note: See TracChangeset for help on using the changeset viewer.