Make WordPress Core


Ignore:
Timestamp:
07/15/2021 06:53:34 PM (2 years ago)
Author:
youknowriad
Message:

Block Editor: Backport fixes targetted for WordPress 5.8 RC4.

This includes:

  • Suggestion List: Check if a node exists to scroll into view.
  • Autocomplete: reset state for empty text.
  • Adds auxiliary class names for editor styles in the widgets editor.
  • Extract snackbars into a separate component.
  • Rich text: run input rules after composition end.
  • iframe: load inline styles.
  • Multi select: select all: restore ref callback.
  • Writing flow: allow select all from empty selection.
  • Post Excerpt: Fix excerpt_more filter conflict and remove wordCount attribute.
  • Add the percent unit to the default units in Core.

Props desrosj.
See #53397.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-patterns/query-grid-posts.php

    r51241 r51443  
    1515                    <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
    1616                    <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-title {"isLink":true} /-->
    17                     <!-- wp:post-excerpt {"wordCount":20} /-->
     17                    <!-- wp:post-excerpt /-->
    1818                    <!-- wp:post-date /--></div>
    1919                    <!-- /wp:group -->
Note: See TracChangeset for help on using the changeset viewer.