-
Notifications
You must be signed in to change notification settings - Fork 117
Gutenberg feature watch list #14
Comments
@youknowriad Regarding the |
Right now, it's opt-out for everyone in the plugin. (Not yet in Core) |
Updates to the search block: |
As new featured to watch come in, let's add to the checklist in the first post. |
I forgot that the search block was here and created this issue: #324 |
Changes are also found in the 9.2 milestone https://github.com/WordPress/gutenberg/milestone/132?closed=1 |
Separator alignments tested without issues |
Heading block: untestable because of bugs already reported WordPress/gutenberg#26335 |
The columns block works well, with the exception of the overlapping block patterns. I'd like to ask @kjellr to test this: When I change the width of the columns after adding the overlapping images pattern, the view does not change on the front. |
Thanks! I opened #653 to take care of that. |
From https://github.com/WordPress/gutenberg/releases/tag/v9.3.0-rc.1 These changes may need additional testing:
|
In this issue we can keep track of possible changes to Gutenberg that can affect the theme.
Theme Support: Enable custom units by default
The theme currently includes
add_theme_support( 'custom-units' );
If this will be enabled by default, the above will no longer be needed.
Updates to the search block (Fix search block styling #103)
Updates to the separator Add Align support to Separator block gutenberg#25147
Updates to the column block Use
UnitControl
instead ofRangeControl
for column width gutenberg#24711Alignments added to headings block Heading block: add wide and full width options gutenberg#25917
The text was updated successfully, but these errors were encountered: