-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge the Gutenberg Updates into WordPress Trunk for the 5.8 release #31322
Comments
I plan to publish WordPress packages to npm with code for Gutenberg v10.5 today and open a patch in WP core that updates them. I see several PHP changes applied for v10.4.0...v10.5.0. There is a big list of updated Block Patterns. I believe that it was already backported in WordPress/wordpress-develop@ce50c6a. I will make sure that other changes are included as well, some examples:
|
Some updates:
|
Done. This patch contains more improvements like inlining CSS styles to avoid a ton of tiny CSS files downloaded in parallel. @aristath plans to share more in the detailed dev note. Awesome work 👏🏻 👏🏻 👏🏻 👏🏻 👏🏻 There might be a follow-up task required in the Gutenberg plugin. We are investigating it today. That leaves JS handling for the File block on the front end. We should also have another updated to block editor later this week when Gutenberg 10.6 drops. |
Gutenberg 10.6 synced with WordPress core: There are some follow-up items necessary:
|
I'm about to land renaming @ntsekouras is planning to look at writing unit tests for |
Core has been updated with the packages for Gutenberg 10.7.0 RC and the post author block is not removed from Core. |
@ntsekouras just included the Query and Social Links block patterns to Core. |
We landed the theme.json Global settings. @nosolosw and @jorgefilipecosta are focusing on the style part right now. |
Theme.json infrastructure is now fully backported. |
And the widgets editor is in :) |
Template Mode has been merged too. |
Thanks all for your work here. We got all the big features in. We have a couple smaller remaining issues. Let's now coordinate using the 5.8 Must Haves board. Please take a look there and consider the items there as the highest priorities at the moment. |
This is an overview issue to track the progress of the integration of the Gutenberg Projects that area meant to land in Core for the 5.8 release before feature freeze (May 25). (See this post for the details about the included projects)
Related WordPress Trac ticket: https://core.trac.wordpress.org/ticket/52991
Theme.json infrastructure https://core.trac.wordpress.org/ticket/53175
__experimentalFeatures
data for the block editor wordpress-develop#1262Theme blocks (This happens automatically with package updates but we need to mark these blocks as stable in the Gutenberg repository first)
Template editing in the post editor https://core.trac.wordpress.org/ticket/53176
block-templates
theme support flag and setting.Widget Editor https://core.trac.wordpress.org/ticket/51506
Diverse block editor features (Package update and related changes)
Check whether there are any remaining PHP changes that doesn't fall under the items above v9.9.3...v10.7.0-rc.1 (Link to updated with each Gutenberg release until 10.7.0)
Note The last package update currently in trunk corresponds to Gutenberg v10.7.0
The text was updated successfully, but these errors were encountered: