Release notes
Changelog
A short summary of the 2.0.0 RC3 updates.
Candidate build 2.0.0 RC3 Latest v2 updates
Editing
Updates to selection and nested block editing.
- Inspector panels keep the selected inner block active.
- Nested accordion items can be edited in Gutenberg.
- Query-loop links no longer open posts inside the editor iframe.
Text and links
Common Gutenberg text controls now work in GutenBricks blocks.
- Heading blocks use the configured heading levels.
- Bold, italic, underline, link, and list controls work.
- Links remain editable while text is being edited.
Previews and styles
Editor previews now include the relevant block styles.
- Inserter previews use the available width and styling.
- Nested blocks retain their classes and responsive rules.
- Changing an image updates the rendered element immediately.
Templates and InnerBlocks
Template and InnerBlocks settings now resolve more consistently.
- Allowed blocks can find the templates available to an InnerBlock.
- Nested styles and content persist in the editor and frontend.
- Block previews and controls stay isolated from nearby blocks.
Testing
RC3 adds coverage for common editor interactions.
- Added regression tests for headings, rich text, loops, and accordions.
- PHP 7.4 compatibility remains supported.
- Release checks now verify repeatable plugin archives.