Gutenberg 13.1 Ships a Batch of Improvements and Implements a New Border Design Component – WP Tavern
Gutenberg 13.1 landed within the WordPress plugin listing earlier right now. Not fairly as heavy on the characteristic checklist as its predecessor, the replace focuses extra on enhancements and bug fixes. The spotlight of the discharge is the overhauled border design part.
One notable bug that theme authors ought to be careful for is missing styles in the site editor. When enqueueing stylesheets by way of wp_enqueue_block_style()
, they’re noticeably absent. This bug was launched in Gutenberg 13.0 however has but to be fastened. It’s not a problem within the WordPress 6.0 beta releases and is just current within the plugin.
This launch additionally included a few block-related modifications that I don’t dive into later. The Classes block now has a setting for hiding “empty” categories (these with out posts). And the duotone button has a brand new triangle-shaped icon by default, which reverts to its round form when a filter has been utilized.
New Border Controls
Gutenberg 13.0 launched new BorderControl
and BoxBorderControl
parts. These updates had been an overhaul of the earlier border design instruments that customers would see within the block inspector.
With 13.1, any block that opts into border help will use the new components. This permits end-users to outline the highest, proper, backside, and left borders. Theme authors can even register these particular person borders by way of theme.json
for particular blocks.
Alongside this replace, the core Column block now has border support.
Block “Settings” Panel Renamed
Considered one of my favourite modifications will doubtless not get a lot consideration, however it’s value mentioning. Over a dozen blocks had customized settings panels that learn “Block Title settings” within the block inspector. These have all been reduced to “Settings.”
The replace may appear minor, however the UI is extra polished with out the cruft. It’s not probably the most thrilling work contributors are placing into the challenge, however it’s the mandatory stuff that creates a greater person expertise in the long term.
Plugin authors who’ve adopted the Gutenberg naming scheme for their very own blocks’ settings panels ought to take observe. It is likely to be time to do the identical.
Media & Textual content Font Dimension Change
The most recent plugin launch changes the template used to create the Media & Textual content block. Up to now, a big font dimension was given to the default Paragraph block inserted into the “textual content” column. The replace removes this subject.
This has lengthy been a type of irritating defaults set by the editor that customers would want to regulate every time they added the block. It was additionally an issue for theme builders who both eliminated or didn’t help that particular font dimension.
Now, if we might solely do the identical for the Cowl block…
Improved Feedback Question Loop and Associated Blocks
Two weeks in the past, I reviewed the brand new comment-related blocks shipping with WordPress 6.0. Whereas the ideas had potential, the expertise was nonetheless buggier than I anticipated late into the discharge cycle. Nonetheless, these points are actually fastened by way of a large staff effort. Most, if not all, must also be in WordPress 6.0 Beta 3, which landed yesterday.
The introduction of the Feedback Question Loop block opened a ton of flexibility for theme authors and customers alike. It acts as a wrapper for different comment-related blocks that may be rearranged for various designs.
The first points had been on the front-end output. Comment classes weren’t output by way of the Remark Template block, however that characteristic was not a deal-breaker. Nonetheless, the missing ID meant that remark permalinks and the comment-reply script weren’t working.
One of many different lacking items was the “X responses to Publish Title” heading. This was wanted to carry characteristic parity with the Publish Feedback block, deprecated in Gutenberg 13.0. I shared a place to begin that others, notably Carlos Bravo, constructed upon, creating a good higher model. Now, we have now a dedicated Comments Title block in Gutenberg. I used to be blissful to play even a small function in making it occur.