Skip to main content
Development 2 min read 402 views

WordPress 7.0 Release Candidate Introduces Visual Revisions and Block Visibility Controls

WordPress 7.0 RC1 is now available for testing with visual revision tracking that uses color-coded overlays to show block-level changes, viewport-based block visibility controls, and navigation block overlays for mobile menus. The final release is targeted for April 9.

TD

TechDrop Editorial

Share:

WordPress 7.0 Release Candidate 1 is now available for testing, bringing the most significant update to the block editor since the Gutenberg project launched. The release introduces visual revision tracking, viewport-based block visibility, and navigation block overlays — features that address long-standing requests from both content creators and theme developers.

Visual Revisions

The headline feature is a visual diff system for block editor revisions. Instead of the text-based revision comparison that WordPress has used for over a decade, version 7.0 shows changes as color-coded overlays directly in the editor canvas. Added blocks appear with green outlines, removed blocks with red outlines, and blocks with modified settings show yellow outlines. Within text blocks, added content is green with underline decoration while removed content appears in red with strikethrough.

The visual revision system makes it significantly easier to review changes in layout-heavy posts where the relationship between blocks matters as much as the text content. For editorial teams that rely on revision history for approval workflows, this is a substantial usability improvement.

Block Visibility Controls

Block visibility, building on the hide/show feature introduced in WordPress 6.9, now supports viewport-based conditions. Content creators can configure blocks to appear only on mobile, only on desktop, or any combination of viewport sizes. This eliminates a common pattern of duplicating blocks and applying CSS display rules manually — a technique that bloated page weight and complicated maintenance.

Navigation Block Overlays

The navigation block overlay feature, previously available as an experimental option, reaches stable status in 7.0. It provides a standardized way to create mobile menu overlays that slide in from the side or top of the screen, replacing the variety of custom JavaScript solutions that theme developers have historically implemented independently.

Developer Changes

WordPress 7.0 drops support for PHP 7.2 and 7.3, requiring PHP 7.4 or later. WP-CLI 3.0 is targeting an end-of-March release with new wp block commands for managing block types from the command line. A new Connector feature provides a standardized interface for integrating AI providers, with official packages for OpenAI, Google, and Anthropic.

The final WordPress 7.0 release is scheduled for April 9, 2026.

Related Articles