Conversation
Add missing `supports` definition to the v1 deprecated block so that migration from v1 works correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: +18 B (0%) Total Size: 7.73 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in 6c24292. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23678771272
|
Follow-up to #72665
What?
This PR fixes v1 block deprecation for the Latest Comments block by adding the missing
supportsdefinition.Why?
The v1 block deprecation was missing the
supportsproperty. Without it, styles such as color and font size are lost during block migration from v1.790ff8b83b4ccbf413fe72db101a904e.mp4
Testing Instructions
2 Insert a Latest Comments block and apply colors and font size.
Screenshots
e1e2e7798e6dbefef39de03ac78e24f9.mp4
Use of AI Tools
This PR was authored with the assistance of Claude Code (AI).