WordPress

What’s New in Gutenberg 23.6: Core Stabilizations, Dynamic Galleries, and Custom Icons

What’s New in Gutenberg 23.6: Core Stabilizations, Dynamic Galleries, and Custom Icons

Gutenberg 23.6 has officially landed, bringing significant feature stabilizations, advanced editorial workflows, and a powerful new API for managing icons. As part of the biweekly release cycle leading toward upcoming core releases, this version also bumps the minimum required WordPress version to 6.9 while refining real-time collaboration (RTC) and responsive editing tooling.

Playlist and Tabs Blocks Reach Stable Status

Two components that previously required the block experiments flag enabled are now part of the default block library. The Playlist block emerges as a fully supported tool for rendering audio track listings complete with artwork, waveforms, track lengths, and configurable play orders. It integrates deeply with modern media workflows, featuring robust track-switching logic and localized seek values.

Concurrently, the Tabs block family is now stable, allowing developers and content creators to structure modular content following W3C ARIA Authoring Practices Guide standards. Each tab panel can accept arbitrary inner blocks, while individual tab buttons include fine-grained color, typography, border, and spacing controls to align seamlessly with theme styles.

Inline Notes and @Mention Autocomplete

The collaborative editing suite continues its evolution toward a comprehensive review workflow. Gutenberg 23.6 introduces inline notes, allowing users to anchor a comment directly to a specific text selection within a paragraph rather than locking notes to entire block containers. These highlights remain anchored during continuous editing and do not bleed into the published frontend markup.

Complementing inline notes is new @mention autocomplete functionality. Typing the “@” character inside a comment triggers an interactive, keyboard-navigable list of site users. Selecting a user inserts an author-linked mention chip carrying the respective user ID, streamlining editorial delegation.

Dynamic Mode for the Gallery Block

Rather than introducing an entirely new component, the core Gallery block receives a powerful Dynamic Gallery variation. Instead of manually selecting individual images, this variation queries and displays all media currently attached to the post dynamically in both the editor canvas and frontend output.

Because it operates as a native variation, editors can switch fluidly between the manual image picker and the dynamic feed without losing block configurations, layout attributes, or spacing settings.

Icon Collections and Custom Registration API

Gutenberg 23.6 addresses long-standing extensibility requests by introducing a custom icon registration API. Themes and plugins can now register custom SVG icon sets organized into distinct collections. These icons function as shared global data accessible across both editor interfaces and front-end views.

The revamped icon picker features a dedicated Collections tab mimicking the Pattern Explorer interface. Icons load asynchronously to prevent interface lag when large proprietary or third-party sets are registered, and the library supports slug validation containing digits and underscores.

Responsive Style States and Viewport Configuration

Responsive design tools receive robust under-the-hood upgrades. Developers can now define custom tablet and mobile preview viewport widths directly within theme.json, ensuring that device preview panels map directly to a theme’s native CSS breakpoints.

Furthermore, block support has been expanded: background gradient controls are now available natively for the Accordion, Post Content, Pullquote, Quote, and Verse blocks. The Post Editor is now consistently iframed across all views, aligning its rendering architecture directly with the Site Editor.

Selective Global Style Application

Managing global styles becomes far more granular with this release. When pushing local block adjustments out to the global theme scope, editors are no longer forced to apply every style property simultaneously. A new selective application UI allows precise targeting of individual style tokens, preventing unintended overrides across template parts.

Practical Implementation and Limitations

Adopting Gutenberg 23.6 requires verifying compatibility with WordPress 6.9 environments. Developers leveraging the new icon registration API should note that icon slugs must strictly adhere to allowed character rules (letters, digits, and underscores), and large asset registers should rely on the asynchronous loading mechanisms provided by the registry package to maintain optimal Editor performance.

Frequently asked questions

What core blocks became stable in Gutenberg 23.6?

The Playlist block and the Tabs block family graduated from block experiments and are now stable parts of the default block library.

How does the new Dynamic Gallery variation work?

The Dynamic Gallery is a variation of the standard Gallery block that automatically displays all media currently attached to a post, both in the editor and on the frontend, without requiring manual image selection.

Can plugins and themes register custom icons?

Yes, Gutenberg 23.6 introduces a custom icon registration API and REST endpoints that allow themes and plugins to register, organize, and load custom SVG icon collections asynchronously.

What is the minimum WordPress version required for Gutenberg 23.6?

Gutenberg 23.6 bumps the minimum WordPress core requirement to version 6.9.

Primary reference: Review the original announcement for exact release details. This article is an independent explanation and does not reproduce the source text.

Leave a Reply

Your email address will not be published. Required fields are marked *