Make WordPress Core


Ignore:
Timestamp:
05/09/2023 02:10:02 PM (2 years ago)
Author:
audrasjb
Message:

Editor: Update block editor packages to the latest patch releases.

This updates the block editor related npm dependencies to their latest patch versions ahead of WordPress 6.2.1 RC1.

Updated packages:

  • @wordpress/annotations@2.26.4
  • @wordpress/block-directory@4.3.12
  • @wordpress/block-editor@11.3.10
  • @wordpress/block-library@8.3.12
  • @wordpress/components@23.3.7
  • @wordpress/customize-widgets@4.3.12
  • @wordpress/edit-post@7.3.12
  • @wordpress/edit-site@5.3.12
  • @wordpress/edit-widgets@5.3.12
  • @wordpress/editor@13.3.10
  • @wordpress/format-library@4.3.10
  • @wordpress/interface@5.3.8
  • @wordpress/list-reusable-blocks@4.3.7
  • @wordpress/preferences@3.3.7
  • @wordpress/reusable-blocks@4.3.10
  • @wordpress/rich-text@6.3.4
  • @wordpress/server-side-render@4.3.7
  • @wordpress/widgets@3.3.10

This changeset includes the following fixes:

  • i18n: Add context to labels related to CSS position properties gutenberg#49135
  • Comments: Fix 'sprintf requires more than 1 params' error gutenberg#49054
  • Fix the site editor loading in multi-site installs gutenberg#49861
  • Fix quick inserter going off-screen in some situations gutenberg#49881
  • Site Editor: Decode the site title properly gutenberg#49685
  • Firefox: fix input rules (React async state issue) gutenberg#48210
  • Only show alignment info when parent layout is constrained. gutenberg#49703
  • [Inserter]: Fix onHover error on patterns tab in mobile gutenberg#49450
  • Fix site editor redirection after creating new template or template part gutenberg#49364

Props mamaduka, audrasjb, wildworks, ocean90, aristath, costdev, hellofromtonya, youknowriad, mdxfr, oandregal, mattwiebe, bph, ndiego, talldanwp, joen, ellatrix, kevin940726, isabel_brison, andrewserong, ntsekouras, welcher.
Fixes #58274.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/comment-template.php

    r55246 r55737  
    5959                --$comment_depth;
    6060            } else {
    61                 $inner_content  = block_core_comment_template_render_comments(
     61                $block_content .= block_core_comment_template_render_comments(
    6262                    $children,
    6363                    $block
    6464                );
    65                 $block_content .= sprintf( $inner_content );
    6665            }
    6766        }
Note: See TracChangeset for help on using the changeset viewer.