Release notes
Changelog
A short summary of the 1.1.29 maintenance fixes.
Maintenance release 1.1.29 Latest v1 maintenance fixes
Rich-text editing
Fixes for editing formatted text in the Gutenberg canvas.
- Fixed Rich Text editors loading in the wrong browser document in Gutenberg’s iframe.
- Fixed editor errors and unresponsive formatted-text controls caused by cross-document selection and range handling.
InnerBlocks
Fixes for preserving intentional InnerBlocks changes.
- Fixed default InnerBlocks returning after they were deliberately removed.
- Fixed deleted InnerBlocks staying deleted through preview refresh, save, and reload.
Editor parity
Fixes for Gutenberg previews that looked different from the published page.
- Removed Gutenberg-only gaps between GutenBricks blocks and nested editor mounts.
- Improved heading, emphasis, container, and wrapper layout parity with Bricks and ACSS styles.
Multi-block rendering
Fixes for repeated blocks and dynamic classes on the same page.
- Fixed repeated block instances receiving duplicate rendered element IDs.
- Fixed unregistered dynamic class names being resolved as an unrelated global class.