#64202 closed enhancement (fixed)
Block Supports: Add height support to dimensions block supports
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | 6.9 |
| Component: | Editor | Keywords: | gutenberg-merge has-patch has-unit-tests add-to-field-guide needs-dev-note |
| Focuses: | Cc: |
Description
This ticket tracks the backport of PHP files for the following Gutenberg updates:
https://github.com/WordPress/gutenberg/pull/71914
These updates include the PHP changes to add height block supports.
New dimensions block supports are being added to support new blocks such as the proposed Icon block. See https://github.com/WordPress/gutenberg/pull/71227 for further context.
Change History (8)
This ticket was mentioned in PR #10474 on WordPress/wordpress-develop by @aaronrobertshaw.
5 months ago
#1
- Keywords has-patch has-unit-tests added
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
2 months ago
#3
@
2 months ago
As per today's 7.0 bug scrub:
This is a Gutenberg merge ticket and there's a PR, but it's still a draft for now. Pinging @aaronrobertshaw for a status update.
#4
@
2 months ago
Thanks for the ping. Similar to the width block support. There were some further follow-ups to this block support in Gutenberg. I'll update this PR as soon as possible and get this backport reviewed.
#5
@
2 months ago
- Owner set to ramonopoly
- Resolution set to fixed
- Status changed from new to closed
In 61620:
@ramonopoly commented on PR #10474:
2 months ago
#6
#7
@
7 weeks ago
- Keywords add-to-field-guide needs-dev-note added
This is worth mentioning in the Field Guide.
Also adding needs-dev-note just in case we can mention it in a more general note.
#8
@
6 weeks ago
There's been a draft dev note up for review for a little while that covers all the dimension supports enhancements including the selectors API change, and the additions of width and height block supports.
https://make.wordpress.org/core/?p=121783&preview=1&_ppp=8f7d804279
Trac ticket: https://core.trac.wordpress.org/ticket/64202
This PR brings the changes from the following Gutenberg PRs to core:
https://github.com/WordPress/gutenberg/pull/71914
### Description
Adds a new dimensions.height block support to facilitate the creation of new blocks such as the Icon block.
See: https://github.com/WordPress/gutenberg/pull/71227
### Testing