Make WordPress Core


Ignore:
Timestamp:
01/18/2022 03:40:37 AM (3 years ago)
Author:
noisysocks
Message:

Update @wordpress packages

Update packages to include these bug fixes from Gutenberg:

  • Stop keypresses being caught by other elements when they happen in a CustomSelectControl
  • Remove color, spacing, and layout options for Template Part block
  • Try: parse shortcode blocks outside the content
  • Fix aria-modal attribution with multiple navs on page
  • Gallery block: Remove warning notice about mobile version required
  • Fix Home template description typo
  • Fix enqueueing additional styles for blocks only when rendered
  • fix typo (hanle -> handle)
  • SelectControl: mark the children prop as optional
  • Remove warning for enqueued styles in Editor
  • Add context to font style and font weight related translation strings
  • Temporarily remove text decoration from Nav block
  • Fix empty secondary sidebar overlapping widget editor content on mobile viewports
  • Fix hiding the bottom of tablet/mobile preview in Site Editor

See #54487.
Props isabel_brison.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9/src/wp-includes/blocks/template-part/block.json

    r52275 r52596  
    2323        "align": true,
    2424        "html": false,
    25         "color": {
    26             "gradients": true,
    27             "link": true
    28         },
    29         "spacing": {
    30             "padding": true
    31         },
    32         "__experimentalLayout": true,
    3325        "reusable": false
    3426    },
Note: See TracChangeset for help on using the changeset viewer.