Make WordPress Core


Ignore:
Timestamp:
02/07/2023 07:01:56 AM (2 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/require-dynamic-blocks.php

    r54483 r55246  
    2323require_once ABSPATH . WPINC . '/blocks/file.php';
    2424require_once ABSPATH . WPINC . '/blocks/gallery.php';
     25require_once ABSPATH . WPINC . '/blocks/heading.php';
    2526require_once ABSPATH . WPINC . '/blocks/home-link.php';
    2627require_once ABSPATH . WPINC . '/blocks/image.php';
     
    3536require_once ABSPATH . WPINC . '/blocks/post-author.php';
    3637require_once ABSPATH . WPINC . '/blocks/post-author-biography.php';
     38require_once ABSPATH . WPINC . '/blocks/post-author-name.php';
    3739require_once ABSPATH . WPINC . '/blocks/post-comments-form.php';
    3840require_once ABSPATH . WPINC . '/blocks/post-content.php';
Note: See TracChangeset for help on using the changeset viewer.