Skip to content

General: Bump the pinned hash for Gutenberg to b9743a - #13015

Closed
t-hamano wants to merge 1 commit into
WordPress:7.1from
t-hamano:pre-7.1-rc3-gb-sync-1
Closed

General: Bump the pinned hash for Gutenberg to b9743a#13015
t-hamano wants to merge 1 commit into
WordPress:7.1from
t-hamano:pre-7.1-rc3-gb-sync-1

Conversation

@t-hamano

Copy link
Copy Markdown
Contributor

Trac ticket: https://core.trac.wordpress.org/ticket/65529

This ticket is for syncing the changes between ea285b45692aed6c4f95353671393402f97f0aa7 into wordpress-develop (b9743a015526ac8fd79298fd4e96cf002cee333b).

Diff: WordPress/gutenberg@ea285b4...b9743a0

@github-actions

Copy link
Copy Markdown

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

@t-hamano

t-hamano commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Commit Message

git log --reverse --format="- %s" ea285b45692aed6c4f95353671393402f97f0aa7..b9743a015526ac8fd79298fd4e96cf002cee333b| sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | wl-copy
General: Bump the pinned hash for Gutenberg to `b9743a`.

This updates the pinned commit hash of the Gutenberg repository from `ea285b45692aed6c4f95353671393402f97f0aa7` to `b9743a015526ac8fd79298fd4e96cf002cee333b`.

A full list of changes included in this commit can be found on GitHub: 
https://github.com/WordPress/gutenberg/compare/ea285b45692aed6c4f95353671393402f97f0aa7...b9743a015526ac8fd79298fd4e96cf002cee333b

- Style states: fix state deselection when selecting the already selected block (https://github.com/WordPress/gutenberg/pull/81277)
- Global styles: render element styles set only inside a breakpoint (https://github.com/WordPress/gutenberg/pull/81265)
- Style states: Fix phantom pseudo element style output (https://github.com/WordPress/gutenberg/pull/81291)
- Docs: remove breakpoint-only element style example from global styles guide (https://github.com/WordPress/gutenberg/pull/81308)
- theme.json schema: responsive states belong to blocks (https://github.com/WordPress/gutenberg/pull/81253)
- theme.json schema: allow responsive states on block style variations (https://github.com/WordPress/gutenberg/pull/81309)
- Render viewport state element styles in the editor (https://github.com/WordPress/gutenberg/pull/81307) (https://github.com/WordPress/gutenberg/pull/81311)
- Site Editor: Decode HTML entities in Identity fields (https://github.com/WordPress/gutenberg/pull/81269) (https://github.com/WordPress/gutenberg/pull/81320)
- Editor: Keep the canvas height stable while resizing the canvas (https://github.com/WordPress/gutenberg/pull/81374)
- Playlist: Normalize Waveform Player configuration handling (https://github.com/WordPress/gutenberg/pull/81375)
- Playlist: Improve audio conversion and track selection (https://github.com/WordPress/gutenberg/pull/80926) (https://github.com/WordPress/gutenberg/pull/81385)
- fix: order site identity changes predictably (https://github.com/WordPress/gutenberg/pull/81283)
- Cover: Avoid passing null as the featured image size (https://github.com/WordPress/gutenberg/pull/81444)
- components/Menu: Restore Modal focus return when menu items close (https://github.com/WordPress/gutenberg/pull/81446)
- Notes: Fix text wrapping for long usernames in collaboration sidebar (https://github.com/WordPress/gutenberg/pull/81406)
- Site Editor: Use inverted ThemeProvider seed for portaled UI (https://github.com/WordPress/gutenberg/pull/81296)

Props wildworks.
See #65529.

@t-hamano
t-hamano marked this pull request as ready for review August 12, 2026 10:52
@github-actions

Copy link
Copy Markdown

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.

Core Committers: Use this line as a base for the props when committing in SVN:

Props wildworks.

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

update_post_thumbnail_cache();
}
$current_featured_image = get_the_post_thumbnail_url( null, $attributes['sizeSlug'] ?? null );
$current_featured_image = get_the_post_thumbnail_url( null, $attributes['sizeSlug'] ?? 'full' );

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This change does not affect the behavior of the cover block. It was necessary to backport it to 7.1 to resolve unit test errors.

See WordPress/gutenberg#81444 (comment) for more details.

@t-hamano

t-hamano commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

@t-hamano t-hamano closed this Aug 12, 2026
@t-hamano
t-hamano deleted the pre-7.1-rc3-gb-sync-1 branch August 12, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant