Skip to content

Update gutenberg to match core after #75360 sync#75594

Merged
tellthemachines merged 1 commit intotrunkfrom
add/grid-core-sync-feedback
Feb 17, 2026
Merged

Update gutenberg to match core after #75360 sync#75594
tellthemachines merged 1 commit intotrunkfrom
add/grid-core-sync-feedback

Conversation

@tellthemachines
Copy link
Contributor

What?

Brings feedback from WordPress/wordpress-develop#10906 back into Gutenberg.

Testing Instructions

  1. In your block theme folder, under styles > blocks, add a file with something like:
{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Large gap",
	"slug": "largegap",
	"blockTypes": ["core/group"],
	"styles": {
		"spacing": {
			"blockGap": "99px"
		}
	}
}
  1. Add a Grid block to a page and set both an explicit column count and min column width for it.
  2. Save and check the front end: the correct number of columns should display provided the screen is wide enough.

@tellthemachines tellthemachines self-assigned this Feb 17, 2026
@tellthemachines tellthemachines added [Type] Enhancement A suggestion for improvement. [Feature] Layout Layout block support, its UI controls, and style output. No Core Sync Required Indicates that any changes do not need to be synced to WordPress Core labels Feb 17, 2026
Copy link
Contributor

@andrewserong andrewserong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good and this is smoke testing well for me!

@github-actions
Copy link

github-actions bot commented Feb 17, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: tellthemachines <[email protected]>
Co-authored-by: andrewserong <[email protected]>
Co-authored-by: ramonjd <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@ramonjd
Copy link
Member

ramonjd commented Feb 17, 2026

I didn't test, but compared the changes against the core patch. LGTM 🚀

@tellthemachines tellthemachines merged commit d398d64 into trunk Feb 17, 2026
55 of 56 checks passed
@tellthemachines tellthemachines deleted the add/grid-core-sync-feedback branch February 17, 2026 01:51
@github-actions github-actions bot added this to the Gutenberg 22.6 milestone Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Feature] Layout Layout block support, its UI controls, and style output. No Core Sync Required Indicates that any changes do not need to be synced to WordPress Core [Type] Enhancement A suggestion for improvement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants