Skip to content

Update pinned hash to 23.5.#12435

Closed
t-hamano wants to merge 3 commits into
WordPress:trunkfrom
t-hamano:update/gutenberg-23.5
Closed

Update pinned hash to 23.5.#12435
t-hamano wants to merge 3 commits into
WordPress:trunkfrom
t-hamano:update/gutenberg-23.5

Conversation

@t-hamano

@t-hamano t-hamano commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Trac ticket: https://core.trac.wordpress.org/ticket/65589#ticket

This ticket includes a large number of changes, most of which are modifications to SVG icon data. See WordPress/gutenberg#79320 for more details.

Use of AI Tools

None

@t-hamano t-hamano requested a review from desrosj July 7, 2026 10:11
@t-hamano t-hamano marked this pull request as ready for review July 7, 2026 10:11
@github-actions

github-actions Bot commented Jul 7, 2026

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, mukesh27, desrosj.

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

@t-hamano

t-hamano commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

I'm investigating the cause because the unit tests are failing.

Gutenberg 23.5 adds `layout` support to the `core/latest-posts` block, so
its rendered wrapper now receives the `is-layout-flow` and
`wp-block-latest-posts-is-layout-flow` classes. Update the block render
fixtures to match the new output and fix the failing `test_do_block_output`
assertions.

Co-Authored-By: Claude <noreply@anthropic.com>
@t-hamano

t-hamano commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

I'm investigating the cause because the unit tests are failing.

The unit test errors should be fixed by 7e509e3. Layout support was added to the Latest Posts block in WordPress/gutenberg#77989, but the fixture file was not updated in the core.

@github-actions

github-actions Bot commented Jul 7, 2026

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.

Comment on lines +211 to +212
// Add init modules as static dependencies
// No init modules configured

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Not a blocker:

Why wasn't this flagged by PHPCS?

  • The indentation isn't correct.
  • The comment is missing a period at the end.

According to the WordPress inline documentation standards, single-line comments should be properly indented and end with punctuation: https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#5-1-single-line-comments

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.

@t-hamano

Copy link
Copy Markdown
Contributor Author

I generated the changelog with the following command. Since pbcopy is for Mac, I used wl-copy instead in my Linux environment.

git log --reverse --format="- %s" OLDHASH..NEWHASH | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | wl-copy

Commit message:

General: Bump the pinned hash for Gutenberg to `v23.5.0`.

This updates the pinned commit hash of the Gutenberg repository from `98a796c8780c480ef7bcfe03c42302d9564d785c` (version `23.4.0`) to `b5574edc8a952b2f1e528693761a97b1b3b580eb` (version `23.5.0`).

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

- Site Editor: Fix admin color scheme bleeding through the mobile content scrollbar gutter (https://github.com/WordPress/gutenberg/pull/79056)
- Build: Add GUTENBERG_CHECK_INSTALLED_DEPS env var to opt out of installed-deps check (https://github.com/WordPress/gutenberg/pull/79068)
- Media Editor: Keep the modal skeleton pinned in the editor flow (https://github.com/WordPress/gutenberg/pull/79070)
- Editor: Hide cmd palette shortcut in document bar when admin bar is shown (https://github.com/WordPress/gutenberg/pull/79060)
- Math format: seed LaTeX input from the current selection (https://github.com/WordPress/gutenberg/pull/79052)
- Omnibar: Rename experiment to match iteration issue (https://github.com/WordPress/gutenberg/pull/79074)
- Theme: Add Figma scopes to element size tokens (https://github.com/WordPress/gutenberg/pull/79032)
- Admin bar in editor experiment: show site icon instead of dashicon if set (https://github.com/WordPress/gutenberg/pull/79049)
- Math format: Simplify the onClick handler and use canonical selected-text capture (https://github.com/WordPress/gutenberg/pull/79081)
- Style Engine: Export public TypeScript types (https://github.com/WordPress/gutenberg/pull/79079)
- Image: Fix pasted images stretching when dimensions are preserved (https://github.com/WordPress/gutenberg/pull/79067)
- Update `@ariakit/react` to 0.4.29 (https://github.com/WordPress/gutenberg/pull/79055)
- Navigation: Use block context to determine whether Page List is nested in Submenu (https://github.com/WordPress/gutenberg/pull/79048)
- Fix code editor cursor jump on remote RTC updates (https://github.com/WordPress/gutenberg/pull/79005)
- Fix: Custom HTML block preview keeps expanding when iframe uses height:100vh (https://github.com/WordPress/gutenberg/pull/78677)
- Image block: don't show crop icon while image is uploading (https://github.com/WordPress/gutenberg/pull/79103)
- Media Editor Modal: Add a loading and simple error state (https://github.com/WordPress/gutenberg/pull/79101)
- Add React 19 as an experimental flag (https://github.com/WordPress/gutenberg/pull/79077)
- Try: Remove Tab (Tab list item) block  (https://github.com/WordPress/gutenberg/pull/77439)
- Navigation block: Fix responsive style states for typography settings (https://github.com/WordPress/gutenberg/pull/79072)
- Popover: add open/close motion and fix close re-anchor (https://github.com/WordPress/gutenberg/pull/78885)
- Remove unused build:profile-types and component-usage-stats scripts (https://github.com/WordPress/gutenberg/pull/79113)
- RTC: Allow disabling collaboration by post type (https://github.com/WordPress/gutenberg/pull/78984)
- Omnipresent Toolbar: increase top padding in sidebar nav title (https://github.com/WordPress/gutenberg/pull/79083)
- Add support for aspect ratio and related controls in viewport states (https://github.com/WordPress/gutenberg/pull/78795)
- Fix responsive element styles front end output (https://github.com/WordPress/gutenberg/pull/79135)
- BaseControl: add text-wrap: pretty (https://github.com/WordPress/gutenberg/pull/79112)
- wp-build: Return null from getPackageInfo on resolve miss instead of throwing (https://github.com/WordPress/gutenberg/pull/78715)
- Global styles revisions: replace active text with badge (https://github.com/WordPress/gutenberg/pull/79137)
- Editor: Disable saving while a non-post entity is being saved (https://github.com/WordPress/gutenberg/pull/79069)
- Add xl border radius token for page shell surfaces. (https://github.com/WordPress/gutenberg/pull/78913)
- Add corner radius presets to ThemeProvider (https://github.com/WordPress/gutenberg/pull/78816)
- theme: rename `bg`/`fg` design token groups to `background`/`foreground` (https://github.com/WordPress/gutenberg/pull/79098)
- Theme: Enforce sRGB seed-color input contract for ThemeProvider (https://github.com/WordPress/gutenberg/pull/79148)
- Theme: Rename `--wpds-color-stroke-focus-brand` token to `--wpds-color-stroke-focus` (https://github.com/WordPress/gutenberg/pull/79125)
- refactor: Move 'glob' dependency to appropriate workspaces (https://github.com/WordPress/gutenberg/pull/79145)
- Add lock-unlock route as a workspace and update dependencies (https://github.com/WordPress/gutenberg/pull/79138)
- Dependabot: Add npm entry so security update PRs can be rebased (https://github.com/WordPress/gutenberg/pull/79076)
- refactor: rename '@wordpress/lock-unlock' to '@wordpress/routes-lock-unlock' across the codebase (https://github.com/WordPress/gutenberg/pull/79163)
- Panel: Recommend CollapsibleCard for use outside the block inspector (https://github.com/WordPress/gutenberg/pull/78863)
- Editor: Migrate FlatTermSelector to UI Stack component (https://github.com/WordPress/gutenberg/pull/78659)
- design-system-mcp: Remove Storybook dependency in TypeScript types (https://github.com/WordPress/gutenberg/pull/79132)
- Bump rollup from 4.55.1 to 4.59.0 (https://github.com/WordPress/gutenberg/pull/75964)
- Media modal: small tweak to gutters (https://github.com/WordPress/gutenberg/pull/79168)
- Icon Block: Add flip and rotate transformation controls (https://github.com/WordPress/gutenberg/pull/77017)
- Media Editor: Magnify the crop to fill the canvas (https://github.com/WordPress/gutenberg/pull/79044)
- Update capitalisation and spelling within the welcome tour (https://github.com/WordPress/gutenberg/pull/53028)
- Feature: Need to add “Show More” / “Show Less” toggle in Note. (https://github.com/WordPress/gutenberg/pull/77446)
- Correct behaviour of flex child fixed width and introduce max width option (https://github.com/WordPress/gutenberg/pull/79073)
- Eslint: move deps from root into tools/eslint and packages/eslint-plugin (https://github.com/WordPress/gutenberg/pull/79110)
- Gallery: Hide Navigation button type when lightbox editing is disabled (https://github.com/WordPress/gutenberg/pull/79147)
- Add more React internals polyfills (https://github.com/WordPress/gutenberg/pull/79142)
- [DataViewsPicker]: `DataViewsPicker.BulkActionToolbar` now renders only the bulk-selection info and action buttons (https://github.com/WordPress/gutenberg/pull/79180)
- Block Editor: Fix potential crash from 'useBlockToolbarPopoverProps' (https://github.com/WordPress/gutenberg/pull/79178)
- Tabs: Simplify layout and prune redundant block supports (https://github.com/WordPress/gutenberg/pull/77646)
- e2e: Retry transient theme activation failures in pages spec (https://github.com/WordPress/gutenberg/pull/79171)
- Revisions screen with picker-activity layout (https://github.com/WordPress/gutenberg/pull/77333)
- chore: remove glob from root pkg json (https://github.com/WordPress/gutenberg/pull/79183)
- Core Data: Don't use 'useQuerySelect' in 'useEntityRecord(s)' hooks (https://github.com/WordPress/gutenberg/pull/76198)
- Revisions: Ignore empty `[]/{}` meta values in the Meta diff panel (https://github.com/WordPress/gutenberg/pull/79185)
- UI Field.Description: add `text-wrap: pretty` (https://github.com/WordPress/gutenberg/pull/79143)
- Blocks: Migrate Markdown converter from showdown to marked (https://github.com/WordPress/gutenberg/pull/77953)
- Bump shivammathur/setup-php (https://github.com/WordPress/gutenberg/pull/79193)
- Icons block: insert an icon by default (https://github.com/WordPress/gutenberg/pull/79111)
- Theme: Add tests for ThemeProvider and useThemeProviderStyles (https://github.com/WordPress/gutenberg/pull/79126)
- Icon block: Move flip controls to toolbar group. (https://github.com/WordPress/gutenberg/pull/79192)
- Packages: Fix the published dependency surface of npm packages (https://github.com/WordPress/gutenberg/pull/79095)
- Block Library: Remove unused Babel optimization plugin (https://github.com/WordPress/gutenberg/pull/79162)
- Automated Testing: Use static value for IS_GUTENBERG_PLUGIN env setup (https://github.com/WordPress/gutenberg/pull/79201)
- Scripts: Avoid tests getting published to npm (https://github.com/WordPress/gutenberg/pull/79204)
- Theme: Add disabled variants for brand and error interactive color tokens (https://github.com/WordPress/gutenberg/pull/79124)
- Fix: State styles – clear `background-image` when hover sets a solid `background-color` (https://github.com/WordPress/gutenberg/pull/78992)
- Media editor: Snap crop handles to source pixels (https://github.com/WordPress/gutenberg/pull/79139)
- Image block: remove duplicate data-wp-bind--srcset in the lightbox overlay (https://github.com/WordPress/gutenberg/pull/79202)
- Template Part: Remove restriction on tabs / inspector fills (https://github.com/WordPress/gutenberg/pull/79181)
- Editor: Guard PostViewLink against post types without a labels object (https://github.com/WordPress/gutenberg/pull/79160)
- Media editor modal: Fix keyboard resizing for locked aspect-ratio crops (https://github.com/WordPress/gutenberg/pull/79207)
- wp-build: Resolve @wordpress/build from __dirname in resolve-miss test (https://github.com/WordPress/gutenberg/pull/79208)
- Theme: forward ThemeProvider cornerRadius preset to :root for root providers (https://github.com/WordPress/gutenberg/pull/79153)
- Refactor Prettier configuration and update dependencies (https://github.com/WordPress/gutenberg/pull/79219)
- chore: Add missing root devDependencies for WordPress packages (https://github.com/WordPress/gutenberg/pull/79221)
- Refactor: Update  npm-package-json-lint configuration (https://github.com/WordPress/gutenberg/pull/79223)
- Components: Complete WPDS token migration for remaining borders (https://github.com/WordPress/gutenberg/pull/79003)
- Plugin: Bump minimum required WordPress version to 6.9 (https://github.com/WordPress/gutenberg/pull/79196)
- Autocomplete: Add Group and GroupLabel primitives (https://github.com/WordPress/gutenberg/pull/78901)
- Pullquote: Migrate to text-align block support (https://github.com/WordPress/gutenberg/pull/79225)
- Style Book: Fix crash when previewing variations for blocks without examples (https://github.com/WordPress/gutenberg/pull/79131)
- Theme: Add stroke-surface tokens for the caution tone (https://github.com/WordPress/gutenberg/pull/79198)
- Icon block: Default to core/info via block.json instead of an insert-time effect (https://github.com/WordPress/gutenberg/pull/79212)
- Backport changelog and package version updates from wp/latest (https://github.com/WordPress/gutenberg/pull/79234)
- V2 Site Editor: Fix template edit routes (https://github.com/WordPress/gutenberg/pull/79230)
- Grid: Prepare `@wordpress/grid` for npm publishing as experimental 0.1.0 (https://github.com/WordPress/gutenberg/pull/79071)
- File Block: Replace on-mount downloadButtonText effect with a default variation (https://github.com/WordPress/gutenberg/pull/79236)
- Components, DataViews: Adopt --wpds-dimension-size-* tokens (https://github.com/WordPress/gutenberg/pull/79093)
- Refactor: move stylelint config and deps to tools/stylelint workspace (https://github.com/WordPress/gutenberg/pull/79226)
- Revert "Components: Complete WPDS token migration for remaining borders (https://github.com/WordPress/gutenberg/pull/79003)" (https://github.com/WordPress/gutenberg/pull/79243)
- Edit Post: Refactor and cleanup InitPatternModal component (https://github.com/WordPress/gutenberg/pull/79190)
- Widget Primitives: extract into `@wordpress/widget-primitives` (https://github.com/WordPress/gutenberg/pull/79134)
- chore: remove @wordpress/vips dependency from root (https://github.com/WordPress/gutenberg/pull/79249)
- design-system-mcp: Improve README overview and setup instructions (https://github.com/WordPress/gutenberg/pull/79238)
- Components: Re-land WPDS border token migration with Emotion-safe comments (https://github.com/WordPress/gutenberg/pull/79244)
- Theme: Provide design-system token defaults without a runtime `<ThemeProvider>` (https://github.com/WordPress/gutenberg/pull/78664)
- List View block support: Hide list tab when allowedBlocks is empty, with no children (https://github.com/WordPress/gutenberg/pull/78932)
- Handle WP.org SVN missing tag warnings (https://github.com/WordPress/gutenberg/pull/79257)
- CI: Run PHP unit tests on PHP 8.4 and 8.5 (https://github.com/WordPress/gutenberg/pull/79260)
- mark @types/react as an optional peer dependency (https://github.com/WordPress/gutenberg/pull/79272)
- Block bindings : add support to list-item (https://github.com/WordPress/gutenberg/pull/78947)
- document widget-modules endpoint experiment gate (https://github.com/WordPress/gutenberg/pull/79264)
- Storybook: Upgrade Storybook to 10.4 (https://github.com/WordPress/gutenberg/pull/77382)
- Core Data: Cleanup edits matching persisted record on undo/redo (https://github.com/WordPress/gutenberg/pull/77100)
- Notes: Simplify 'Show more/less' collapse logic (https://github.com/WordPress/gutenberg/pull/79261)
- File Block: Combine audio/video/image to file transforms (https://github.com/WordPress/gutenberg/pull/79242)
- Button: Use font weight token (https://github.com/WordPress/gutenberg/pull/79278)
- Avoid dirtying related navigation entities during passive render (https://github.com/WordPress/gutenberg/pull/79000)
- Theme: Skip serializing `data-wpds-root-provider="false"` on non-root providers (https://github.com/WordPress/gutenberg/pull/79253)
- Patterns: Migrate modals to @wordpress/ui components and fix rename input width (https://github.com/WordPress/gutenberg/pull/79233)
- ESLint, UI, Components: Mark `Tooltip` from `@wordpress/ui` as recommended (https://github.com/WordPress/gutenberg/pull/78693)
- Theme: differentiate `--wpds-color-fg-interactive-{brand,error}-active` vs resting state tokens (https://github.com/WordPress/gutenberg/pull/79151)
- Document AlertDialog as ConfirmDialog successor in Storybook (https://github.com/WordPress/gutenberg/pull/79293)
- Elements: Accept both md5 and sequential `wp-elements-*` class names in tests (https://github.com/WordPress/gutenberg/pull/79300)
- Cover block: add media editor modal (https://github.com/WordPress/gutenberg/pull/79258)
- Blocks: Use positional sprintf placeholders in avatar, comment, and search renderers (https://github.com/WordPress/gutenberg/pull/79290)
- DataForm: Fix panel field control overflow clipping and remove button overrides (https://github.com/WordPress/gutenberg/pull/79275)
- Experiment: Editor Inspector with DataForm - remove revision panel and add link (https://github.com/WordPress/gutenberg/pull/79195)
- Upload Media: Add error taxonomy, localized messages, and dev diagnostics (https://github.com/WordPress/gutenberg/pull/74917)
- Block Fields: Fix crash resolving pattern overrides bindings (https://github.com/WordPress/gutenberg/pull/79092)
- Media: Rename HEIC companion metadata key to source_image (https://github.com/WordPress/gutenberg/pull/79307)
- DataForm: Align `label-side` gap of `panel` layout with `regular` layout (https://github.com/WordPress/gutenberg/pull/79311)
- Theme: Add design tokens maintainer's guide documentation (https://github.com/WordPress/gutenberg/pull/79157)
- Remove ObliviousHarmony from CODEOWNERS for packages/env (https://github.com/WordPress/gutenberg/pull/79308)
- Widget Dashboard: extract into `@wordpress/widget-dashboard` (https://github.com/WordPress/gutenberg/pull/79268)
- Sync editor settings in layout effect (fixes autosave e2e) (https://github.com/WordPress/gutenberg/pull/78799)
- Remove Lighthouse patch (https://github.com/WordPress/gutenberg/pull/79319)
- Editor: Remove orphaned editor-help component leftovers (https://github.com/WordPress/gutenberg/pull/79324)
- Plugins API: Fix the plugin 'render' property validation (https://github.com/WordPress/gutenberg/pull/79315)
- Components: Improve Menu unit tests performance by removing sleeps (https://github.com/WordPress/gutenberg/pull/79295)
- UI Button: Fix loading state in forced colors (https://github.com/WordPress/gutenberg/pull/78820)
- Media Editor: Fix crop canvas pinch zoom (https://github.com/WordPress/gutenberg/pull/79332)
- Docs: Fix typos in README files (https://github.com/WordPress/gutenberg/pull/79331)
- Media Editor: Align crop settle state with transition completion (https://github.com/WordPress/gutenberg/pull/79339)
- KSES: Allow SVG-specific presentation attributes in safe_style_css (https://github.com/WordPress/gutenberg/pull/79172)
- Widget Primitives: decouple discovery from a hardcoded endpoint (https://github.com/WordPress/gutenberg/pull/79322)
- Site Editor: Save hub button styling while saving (https://github.com/WordPress/gutenberg/pull/79287)
- Migrate compose package to TypeScript  (https://github.com/WordPress/gutenberg/pull/70618)
- Vips: bump wasm-vips to 0.0.18 for high-bit-depth AVIF decoding (https://github.com/WordPress/gutenberg/pull/79179)
- Experimental: Expand Editor Inspector: Use DataForm experiment to templates (https://github.com/WordPress/gutenberg/pull/76934)
- Site Editor: Change 'Identity' nav item position (https://github.com/WordPress/gutenberg/pull/79292)
- Block Bindings: Preserve nested lists when binding List Item content (https://github.com/WordPress/gutenberg/pull/79346)
- Site Editor: Handle `aria-current` natively in `SidebarNavigationItem` (https://github.com/WordPress/gutenberg/pull/79305)
- RichText: Fix duplicated format wrappers when typing inside an applied format (https://github.com/WordPress/gutenberg/pull/79091)
- Vips: inline WASM with compact UTF-8 binary encoding instead of base64 (https://github.com/WordPress/gutenberg/pull/79188)
- View Config API and REST Endpoint: make them core ready (https://github.com/WordPress/gutenberg/pull/79347)
- Validation: Add a published-dependency audit script (https://github.com/WordPress/gutenberg/pull/79094)
- Reconcile feature-detection docblock with implemented checks (https://github.com/WordPress/gutenberg/pull/75851)
- fix typo in block-filter.md file (https://github.com/WordPress/gutenberg/pull/79367)
- Search block: Add opt-in support for the semantic <search> element (https://github.com/WordPress/gutenberg/pull/78485)
- Dashboard: revert H1 to "Dashboard" and fix heading hierarchy (https://github.com/WordPress/gutenberg/pull/79251)
- Components: Make ResizableBox children prop optional (https://github.com/WordPress/gutenberg/pull/79370)
- Grid overlays: Use canvas iframe window for viewport visibility detection (https://github.com/WordPress/gutenberg/pull/79255)
- Widget Primitives: make contract and story docs host-agnostic (https://github.com/WordPress/gutenberg/pull/79358)
- Use symbols for style states to avoid property clashes (https://github.com/WordPress/gutenberg/pull/79210)
- Ignore markdown linting for backport-changelog MD files (https://github.com/WordPress/gutenberg/pull/79392)
- Add media control icons (https://github.com/WordPress/gutenberg/pull/78987)
- Icons: Use snake_case `file_path` key in icon registry (https://github.com/WordPress/gutenberg/pull/79100)
- Editor: Use `Stack` for post summary (https://github.com/WordPress/gutenberg/pull/79397)
- Theme: Run stylelint plugin tests via the Node API (https://github.com/WordPress/gutenberg/pull/79199)
- Command Palette: Exclude assets from block editor settings endpoint (https://github.com/WordPress/gutenberg/pull/79396)
- List item: Remove orphaned convertToListItems util (https://github.com/WordPress/gutenberg/pull/79400)
- Video: Apply `inert` directly instead of wrapping in `Disabled` (https://github.com/WordPress/gutenberg/pull/79371)
- Site Editor: Introduce isHidden prop for SidebarNavigationItem (https://github.com/WordPress/gutenberg/pull/79352)
- Post Editor: Use the correct directory for recent preload improvements (https://github.com/WordPress/gutenberg/pull/79359)
- Configure Flakiness.io reporting for e2e tests (https://github.com/WordPress/gutenberg/pull/79173)
- View Config: request a subset of properties with the `_fields` parameter (https://github.com/WordPress/gutenberg/pull/79355)
- Storybook: Reorganize design system introduction for first touch-point usefulness (https://github.com/WordPress/gutenberg/pull/79360)
- Block editor: Convert utility modules to TypeScript (https://github.com/WordPress/gutenberg/pull/79323)
- devops: configure report auto-upload for flakiness.io dashboard (https://github.com/WordPress/gutenberg/pull/79411)
- UI: Simplify focus ring styles (https://github.com/WordPress/gutenberg/pull/78823)
- TextControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79386)
- devops: upload unit test results to flakiness dashboard (https://github.com/WordPress/gutenberg/pull/79414)
- Clarify Core-specific steps when bumping support (https://github.com/WordPress/gutenberg/pull/79416)
- Pattern editing: show root block identity when editing pattern sections (https://github.com/WordPress/gutenberg/pull/79417)
- Patterns: Add a missing gap to 'Enable overrides' modal (https://github.com/WordPress/gutenberg/pull/79421)
- Audio: Apply `inert` directly instead of wrapping in `Disabled` (https://github.com/WordPress/gutenberg/pull/79423)
- Experimental: Expand Editor Inspector: Use DataForm experiment to template parts (https://github.com/WordPress/gutenberg/pull/79399)
- Base Styles: Add wpds-var Sass helper for design token fallbacks (https://github.com/WordPress/gutenberg/pull/78698)
- Block Editor: Allow overriding `disableContentOnlyForTemplateParts` setting (https://github.com/WordPress/gutenberg/pull/79191)
- Mark all controlled/mode block changes non-persistent (https://github.com/WordPress/gutenberg/pull/79350)
- Revert "Base Styles: Add wpds-var Sass helper for design token fallbacks (https://github.com/WordPress/gutenberg/pull/78698)" (https://github.com/WordPress/gutenberg/pull/79429)
- Popover: Align transition state styles (https://github.com/WordPress/gutenberg/pull/79410)
- DataForm panel layout: fix double-clicking a field row leaving the flyout stuck open (https://github.com/WordPress/gutenberg/pull/79348)
- Classic Block: Port PHPUnit coverage for wp_declare_classic_block_necessary (https://github.com/WordPress/gutenberg/pull/79434)
- Fields: Move author fields for templates and template parts (https://github.com/WordPress/gutenberg/pull/79395)
- Theme: Drop `--wpds-dimension-base` from the public token surface (https://github.com/WordPress/gutenberg/pull/79254)
- Merge shared stylelint disallowed-list in components (https://github.com/WordPress/gutenberg/pull/79425)
- Edit Post: Refactor MetaBoxesSection to use data hooks (https://github.com/WordPress/gutenberg/pull/79433)
- View config endpoint: bring back changes from core (https://github.com/WordPress/gutenberg/pull/79438)
- devops: separate environments for jest date tests (https://github.com/WordPress/gutenberg/pull/79453)
- UI: Disable instant overlay popup transitions (https://github.com/WordPress/gutenberg/pull/79432)
- Components: Refactor withFallbackStyles from class to function component (https://github.com/WordPress/gutenberg/pull/78837)
- Automated Testing: Globally shim Element#getClientRects (https://github.com/WordPress/gutenberg/pull/79353)
- Theme: Promote ThemeProvider to stable API (https://github.com/WordPress/gutenberg/pull/78958)
- Automated Testing: Add babel-plugin-transform-import-meta to emulate import.meta.dirname (https://github.com/WordPress/gutenberg/pull/79362)
- E2E: Support WordPress installs served from a subdirectory (https://github.com/WordPress/gutenberg/pull/79166)
- Custom HTML: Fix scrollbar after tab switch in modal (https://github.com/WordPress/gutenberg/pull/78571)
- Theme: apply ThemeProvider styles inline (I2) (https://github.com/WordPress/gutenberg/pull/78678)
- Add flex vertical alignment tool to block inspector layout panel (https://github.com/WordPress/gutenberg/pull/79426)
- Block Supports: Relocate text and bg color controls to Typography and Background panels (https://github.com/WordPress/gutenberg/pull/77279)
- Add e2e coverage for pattern wrapper block identity (https://github.com/WordPress/gutenberg/pull/79462)
- Storybook: Include playground stories and MDX in CI smoke tests (https://github.com/WordPress/gutenberg/pull/79454)
- BoxControl: respect a consumer-supplied placeholder via inputProps (https://github.com/WordPress/gutenberg/pull/79466)
- Media Fields: Ensure the current post is always included in the initial options (https://github.com/WordPress/gutenberg/pull/79467)
- Global Styles: Add textShadow style support (https://github.com/WordPress/gutenberg/pull/73320)
- Media Fields: Avoid focus loss when detaching the current parent (https://github.com/WordPress/gutenberg/pull/79468)
- CI: Disallow new dependencies in the root package.json (https://github.com/WordPress/gutenberg/pull/78616)
- Experimental: Preserve editor panel visibility in the DataForm post summary (https://github.com/WordPress/gutenberg/pull/79441)
- Tabs: Pre-stabilization API cleanup and refactoring (https://github.com/WordPress/gutenberg/pull/79337)
- BoxControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79419)
- Image Block: Remove chained entity record calls (https://github.com/WordPress/gutenberg/pull/79469)
- UI: Use isomorphic layout effects (https://github.com/WordPress/gutenberg/pull/79458)
- Components: add Emotion migration guardrails (https://github.com/WordPress/gutenberg/pull/79442)
- devops: separate histories for different node.js versions (https://github.com/WordPress/gutenberg/pull/79473)
- Components: migrate Divider to SCSS module (https://github.com/WordPress/gutenberg/pull/79444)
- Block Library: unwrap Classic block migration notice experiment (https://github.com/WordPress/gutenberg/pull/78165)
- Editor: Refactor AutosaveMonitor to a function component (https://github.com/WordPress/gutenberg/pull/79043)
- Boot: run page `init` modules in `initSinglePage` (https://github.com/WordPress/gutenberg/pull/79394)
- DataFormPostSummary: fix different `useSelect` returned values  (https://github.com/WordPress/gutenberg/pull/79478)
- Icons: self declare color (https://github.com/WordPress/gutenberg/pull/79320)
- Theme: Document ramp memoization contract (https://github.com/WordPress/gutenberg/pull/79459)
- tools: Restrict layout effect imports in UI and theme (https://github.com/WordPress/gutenberg/pull/79476)
- CI: Avoid full-history checkout for the root-dependencies check (https://github.com/WordPress/gutenberg/pull/79489)
- Simplify playlist track state (https://github.com/WordPress/gutenberg/pull/79448)
- prepend_to_selector: optimized with str_replace() (https://github.com/WordPress/gutenberg/pull/76556)
- Components: migrate Surface to SCSS module (https://github.com/WordPress/gutenberg/pull/79445)
- Docs: Add a widget anatomy doc and lighten the widget system doc (https://github.com/WordPress/gutenberg/pull/79435)
- Media Editor: remove inline cropper (follow-up to https://github.com/WordPress/gutenberg/pull/78653) (https://github.com/WordPress/gutenberg/pull/78654)
- Grid: Add option to stretch columns with auto-fit for better layout flexibility (https://github.com/WordPress/gutenberg/pull/79356)
- Guidelines: Use str_starts_with() in is_block_meta_key() (https://github.com/WordPress/gutenberg/pull/79491)
- Color popover: move contrast warning notice to the bottom (https://github.com/WordPress/gutenberg/pull/79512)
- BorderBoxControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79420)
- Remove Classic Block conversion from BlockInvalidWarning (https://github.com/WordPress/gutenberg/pull/79500)
- [RTC] Add granular collaboration control (https://github.com/WordPress/gutenberg/pull/79184)
- FontSizePicker: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79481)
- React 19: patch to support legacy inert attribute values (https://github.com/WordPress/gutenberg/pull/79475)
- Icons: Add Storybook React Vite dev dependency (https://github.com/WordPress/gutenberg/pull/79506)
- QueryControls: Complete __next40pxDefaultSize cleanup (https://github.com/WordPress/gutenberg/pull/79485)
- Block editor: use core/registered-block in reducer tests (https://github.com/WordPress/gutenberg/pull/79522)
- UI: Update @base-ui/react to 1.6.0 (https://github.com/WordPress/gutenberg/pull/79408)
- Refactor: Replace strpos with str_starts_with for improved consistency (https://github.com/WordPress/gutenberg/pull/79519)
- Block Library: Remove redundant parentheses around assignments (https://github.com/WordPress/gutenberg/pull/79516)
- Tabs: Focus first tab when adding Tabs block (https://github.com/WordPress/gutenberg/pull/79507)
- ui/IconButton: Restore default tooltip delay (https://github.com/WordPress/gutenberg/pull/79505)
- FocalPointPicker: Complete __next40pxDefaultSize cleanup (https://github.com/WordPress/gutenberg/pull/79487)
- Components: document CSS module class composition (https://github.com/WordPress/gutenberg/pull/79490)
- BorderControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79418)
- Components: migrate Truncate to SCSS module (https://github.com/WordPress/gutenberg/pull/79446)
- Show the admin bar in the Post and Site Editor by default (https://github.com/WordPress/gutenberg/pull/79197)
- SearchControl: Complete __next40pxDefaultSize cleanup (https://github.com/WordPress/gutenberg/pull/79538)
- Stylelint: Enforce module class naming in UI packages (https://github.com/WordPress/gutenberg/pull/79504)
- Components: Add missing descriptions for design system components (https://github.com/WordPress/gutenberg/pull/79460)
- LetterSpacingControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79533)
- Experiments: Move screen under Settings, drop top-level Gutenberg menu and Demo page (https://github.com/WordPress/gutenberg/pull/79456)
- Tabs: Combine and cleanup toolbar controls (https://github.com/WordPress/gutenberg/pull/79537)
- Tabs: Fix dirty editor state on mount caused by tab-list sync (https://github.com/WordPress/gutenberg/pull/79540)
- RTC: fix undo / redo breakage when plug-in with metabox is loaded (https://github.com/WordPress/gutenberg/pull/79510)
- Block Supports: Guard elements hover rendering against missing hover selector (https://github.com/WordPress/gutenberg/pull/79511)
- Commands: add toggle for content-only pattern/template part editing (https://github.com/WordPress/gutenberg/pull/78383)
- Integrate Resizable Editor with Device Preview and add Responsive editing (https://github.com/WordPress/gutenberg/pull/75121)
- Pattern editing: use section block selector for pattern display identity (https://github.com/WordPress/gutenberg/pull/79565)
- Commands: Suggest pattern editing toggle for selected patterns (https://github.com/WordPress/gutenberg/pull/79566)
- Tabs: Select tab panel when caret moves into tab (https://github.com/WordPress/gutenberg/pull/79558)
- Fix unsetting values in viewport states for grid and constrained layouts (https://github.com/WordPress/gutenberg/pull/79520)
- Add layout and block spacing support to Latest Posts block (https://github.com/WordPress/gutenberg/pull/77989)
- Widget inserter: more accurate widget previews (https://github.com/WordPress/gutenberg/pull/79517)
- Tabs: Remove unnecessary callback memoization (https://github.com/WordPress/gutenberg/pull/79567)
- Icons: Add PHP method(s) for rendering inline SVG icons from the registry (https://github.com/WordPress/gutenberg/pull/78332)
- Tab List: Fix render inline formatting on frontend (https://github.com/WordPress/gutenberg/pull/79554)
- Divider: Restore lower border specificity (https://github.com/WordPress/gutenberg/pull/79534)
- Tabs: Remove redundant block selection from Add/Remove tab actions (https://github.com/WordPress/gutenberg/pull/79571)
- Icons: Fix viewBox attribute casing assertion for older WP versions (https://github.com/WordPress/gutenberg/pull/79576)
- Add icon state classes to Accordion block (https://github.com/WordPress/gutenberg/pull/74257)
- Pattern editing: Fade block outside the edited pattern in List View (https://github.com/WordPress/gutenberg/pull/73997)
- Experiments: move long intro to content (https://github.com/WordPress/gutenberg/pull/79578)
- Updating image urls (https://github.com/WordPress/gutenberg/pull/79529)
- `useTypingObserver`: capture the window reference for cleanup (https://github.com/WordPress/gutenberg/pull/78772)
- Tabs: Fix rich text label comparation when syncing the list (https://github.com/WordPress/gutenberg/pull/79582)
- Add `PluginPostStatusInfo` in DataForm post summary (https://github.com/WordPress/gutenberg/pull/79586)
- theme: Protect design tokens CSS import (https://github.com/WordPress/gutenberg/pull/79551)
- TreeSelect: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79550)
- Storybook: Scope Docs theme providers (https://github.com/WordPress/gutenberg/pull/79496)
- Base Styles: Reapply wpds-var Sass helper (https://github.com/WordPress/gutenberg/pull/79470)
- Docs: Add image hosting guidance to the documentation contributors guide (https://github.com/WordPress/gutenberg/pull/79574)
- CODEOWNERS: assign widget dashboard areas to @retrofox (https://github.com/WordPress/gutenberg/pull/79484)
- Automated Testing: Use three-dot diff comparison for changelog checks (https://github.com/WordPress/gutenberg/pull/79548)
- Base Styles: disallow direct var(--wpds-*) usage (https://github.com/WordPress/gutenberg/pull/79424)
- Abilities: Support URI schema format (https://github.com/WordPress/gutenberg/pull/79555)
- LineHeightControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79589)
- Theme: Revert ThemeProvider stable API (https://github.com/WordPress/gutenberg/pull/79594)
- Experimental: Expand DataForm inspector to patterns (https://github.com/WordPress/gutenberg/pull/79452)
- RTC: Fix autosave update with no content (https://github.com/WordPress/gutenberg/pull/79591)
- Icons: Add APIs for collection and icon registration (https://github.com/WordPress/gutenberg/pull/77260)
- TextIndentControl: Remove unnecessary __next40pxDefaultSize prop (https://github.com/WordPress/gutenberg/pull/79597)
- FontFamilyControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79593)
- Icons Registry test: Fix trigger_error suppression on WP < 7.0 (https://github.com/WordPress/gutenberg/pull/79607)
- Global Styles: Migrate color palette tabs to @wordpress/ui (https://github.com/WordPress/gutenberg/pull/79281)
- Experiments: Shorten the plugin settings page name (https://github.com/WordPress/gutenberg/pull/79579)
- Widget Primitives: Add `WidgetAttributeField` for typed attribute schemas (https://github.com/WordPress/gutenberg/pull/79544)
- Fix - Accordion: Text in a closed accordion panel cannot be found via the browser search (https://github.com/WordPress/gutenberg/pull/74744)
- Icons Registry: Allow digits and underscores in icon slugs (https://github.com/WordPress/gutenberg/pull/79623)
- Knowledge: Rename the Guidelines CPT storage primitive to Knowledge (https://github.com/WordPress/gutenberg/pull/79149)
- Update @terrazzo/* to 2.4.0 and regenerate design tokens (https://github.com/WordPress/gutenberg/pull/79627)
- Tabs: RichText handlers for adding/removing tabs (https://github.com/WordPress/gutenberg/pull/79583)
- Declare @types/node explicitly and harden no-unsafe-wp-apis (https://github.com/WordPress/gutenberg/pull/79626)
- Knowledge: Dissolve the Guidelines singleton into per-scope rows (https://github.com/WordPress/gutenberg/pull/79263)
- Jest: Mock CSS module class names (https://github.com/WordPress/gutenberg/pull/79535)
- React 19 patch: log warnings when polyfills are hit (https://github.com/WordPress/gutenberg/pull/79624)
- Upgrade browserslist to ^4.28.4 (https://github.com/WordPress/gutenberg/pull/79630)
- Dedupe @testing-library/dom to a single 10.4.1 in the lockfile (https://github.com/WordPress/gutenberg/pull/79631)
- Theme: Restore public ThemeProvider export (https://github.com/WordPress/gutenberg/pull/79620)
- Paste: move spaces out of inline formatting elements (https://github.com/WordPress/gutenberg/pull/79637)
- Blocks: Add innerContent support for static inner blocks, adopt it in the HTML block (https://github.com/WordPress/gutenberg/pull/79115)
- Update webpack to 5.108.1 (https://github.com/WordPress/gutenberg/pull/79633)
- RangeControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79590)
- Animated GIF to video conversion (via mediabunny) plus conversion controls (https://github.com/WordPress/gutenberg/pull/78410)
- Expose widget category through the build pipeline and REST API (https://github.com/WordPress/gutenberg/pull/79638)
- Button: Fix corner artifacts by using background-clip: border-box (https://github.com/WordPress/gutenberg/pull/79524)
- Notes: inline (partial-text) notes via hybrid marker + strip-on-render approach (https://github.com/WordPress/gutenberg/pull/78218)
- balance top padding for sidebar controls (https://github.com/WordPress/gutenberg/pull/79660)
- Guidelines E2E Tests: wait for boot to load copy page (https://github.com/WordPress/gutenberg/pull/79663)
- Media Editor: Use new Tabs component from the ui package, and its minimal variant (https://github.com/WordPress/gutenberg/pull/79664)
- View config: Add better post type default `form` (https://github.com/WordPress/gutenberg/pull/79625)
- Opt in to npm v11 supply-chain security features (https://github.com/WordPress/gutenberg/pull/79614)
- Revert "Opt in to npm v11 supply-chain security features (https://github.com/WordPress/gutenberg/pull/79614)" (https://github.com/WordPress/gutenberg/pull/79667)
- Navigation Link: Fix "[object Object]" in link preview for untitled entities (https://github.com/WordPress/gutenberg/pull/79616)
- Update stylelint to 16.26.1 (https://github.com/WordPress/gutenberg/pull/79648)
- Remove redundant @jest-environment jsdom pragmas from unit tests (https://github.com/WordPress/gutenberg/pull/79672)
- npm dedupe (https://github.com/WordPress/gutenberg/pull/79618)
- E2E: Ban uuid package via ESLint, use crypto.randomUUID() instead (https://github.com/WordPress/gutenberg/pull/79673)
- Jest: Add missing clsx dev dependency (https://github.com/WordPress/gutenberg/pull/79677)
- Style Engine: Preserve important gradient declarations (https://github.com/WordPress/gutenberg/pull/79568)
- Widget Dashboard: Refactor tile header and toolbar chrome (https://github.com/WordPress/gutenberg/pull/79639)
- Widget Dashboard: Anchor settings drawer to the right and toggle it from the gear (https://github.com/WordPress/gutenberg/pull/79683)
- Declare undeclared workspace dependencies (https://github.com/WordPress/gutenberg/pull/79684)
- Move icon tests out of phpunit/experimental (https://github.com/WordPress/gutenberg/pull/79695)
- WP Build: improve documentation for routes (https://github.com/WordPress/gutenberg/pull/79688)
- Packages: Backport UI and theme release changelogs (https://github.com/WordPress/gutenberg/pull/79690)
- Bump preactjs/compressed-size-action (https://github.com/WordPress/gutenberg/pull/79587)
- Bump js-yaml from 3.14.2 to 3.15.0 (https://github.com/WordPress/gutenberg/pull/79644)
- FontAppearanceControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79635)
- Bump actions/cache from 5.0.5 to 6.1.0 in /.github/setup-node (https://github.com/WordPress/gutenberg/pull/79692)
- Bump actions/cache from 5.0.5 to 6.1.0 in /.github/workflows (https://github.com/WordPress/gutenberg/pull/79693)
- Bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows (https://github.com/WordPress/gutenberg/pull/79488)
- Editor: Move focus to revisions slider when entering revisions mode (https://github.com/WordPress/gutenberg/pull/79691)
- Packages: Backport package release metadata (https://github.com/WordPress/gutenberg/pull/79702)
- Update: simplify inline-note marker stripping to match core backport (https://github.com/WordPress/gutenberg/pull/79670)
- Add an e2e test for single paragraph selection on triple click (https://github.com/WordPress/gutenberg/pull/79706)
- ComboboxControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79636)
- FormFileUpload: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79655)
- Automated Testing: Enforce dependencies checks consistently for development files (https://github.com/WordPress/gutenberg/pull/79703)
- Base Styles: Make Sass token fallbacks self-contained (https://github.com/WordPress/gutenberg/pull/79651)
- Radio: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79657)
- ToggleGroupControl: Hard deprecate 40px default size (https://github.com/WordPress/gutenberg/pull/79656)
- Heading: Fix ESLint warnings (https://github.com/WordPress/gutenberg/pull/79694)
- Media Inserter: Add a simple Attached images category with attach and detach behaviour (https://github.com/WordPress/gutenberg/pull/79336)
- Upgrade Playwright to v1.61 (https://github.com/WordPress/gutenberg/pull/78632)
- Icons: Add an icon collections REST endpoint and tighten name rules (https://github.com/WordPress/gutenberg/pull/79686)
- Experimental Media Modal: Ensure selection is properly cleared between open/close (https://github.com/WordPress/gutenberg/pull/79731)
- Image: Use Playwright's locator.drop for media placeholder drop test (https://github.com/WordPress/gutenberg/pull/79733)
- Add repeat all icon (https://github.com/WordPress/gutenberg/pull/79698)
- Widgets: translate `title`, `description`, and `keywords` server-side (https://github.com/WordPress/gutenberg/pull/79701)
- Build: Support --skip-types in npm run dev (https://github.com/WordPress/gutenberg/pull/79736)
- Release: Revert to 23.5rc-3 (https://github.com/WordPress/gutenberg/pull/79741)
- Render the selected static inner block synchronously (https://github.com/WordPress/gutenberg/pull/79726)
- Revert "Bump plugin version to 23.5.0" (https://github.com/WordPress/gutenberg/pull/79744)
- Build: Replace unmaintained release actions (https://github.com/WordPress/gutenberg/pull/78258)
- Build: Use GUTENBERG_TOKEN when creating the release draft (https://github.com/WordPress/gutenberg/pull/79747)
- CI: Enforce pruned ESLint suppressions during lint (https://github.com/WordPress/gutenberg/pull/79708)
- Revert "Bump plugin version to 23.5.0" (https://github.com/WordPress/gutenberg/pull/79750)

Props desrosj, wildworks.
Fixes #65589.

@github-actions

Copy link
Copy Markdown

A commit was made that fixes the Trac ticket referenced in the description of this pull request.

SVN changeset: 62738
GitHub commit: d31b75a

This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.

@github-actions github-actions Bot closed this Jul 14, 2026
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.

3 participants