Skip to main content
wordpress supportwordpress support services

Gutenberg 19.2 Released with Enhancements and Bug Fixes

Gutenberg 19.2 was released on September 11, 2024. This latest release includes notable changes such as Block Bindings UI, enhancements to the Zoom Out mode, an experimental client-side media processing feature, and some bug fixes.

Here’s a rundown of the key features and changes:

Block Bindings UI Moving Out of the Experimental Phase

One of the most significant updates in Gutenberg 19.2 is removing the experimental flag from the Block Bindings UI. This feature, now fully integrated into the editor, allows users to link block attributes with external data sources seamlessly. By default, only admin users can create and modify bindings, ensuring greater control and security. 

Vicente Canales from the Core team has shared this video in the announcement post. 

Preview Options Extensibility

The new release also adds extensibility to Preview Options via the Plugin API.Plugin and theme developers can now introduce custom preview options in the block editor’s preview dropdown. This allows users to preview content in different formats or environments, offering more flexibility in how they view their creations.

Enhanced Zoom Out Mode

The toolbar now has an “Edit” button, making it easier to switch between modes. Users can also exit Zoom Out mode by double-clicking on blocks and the “Shuffle” block toolbar button has been removed. 

Content-Only Mode Enhancements

In Content-Only mode, top-level locked blocks now support block styles, providing more consistent designs. Block icons are also now displayed in the toolbar for easier identification.

Experimental Client-side Media Processing

Gutenberg 19.2 introduces an experimental client-side media processing feature. This reduces the server load and potentially improves performance and efficiency. 

Other notable highlights include:

  • A new reorder control is available at the field level on the new view configuration UI.
  • The minimum supported WordPress version for Create Block is now set to 6.6.
  • Only admin users are allowed to create and modify block bindings by default.
  • Block editor improvements include a ‘Reset’ option for the MediaReplaceFlow component and Block Library enhancements include better handling of social icons and pagination blocks.
  • 10 bug fixes, including a fix for pagination arrows pointing the wrong way in RTL languages and resolving an editor error in Safari caused by the checkVisibility method.

There has been one reported issue with this release, where it causes problems with the Web Stories editor. WordPress Core Committer Pascal Birchler has confirmed that the issue is related to Gutenberg and not Web Stories. Interested users can also check out Riad Benguella’s post on Gutenberg development practices and common pitfalls.