Etch - Your unified development environment for WordPress v1.4.15 Nulled
= Latest – 1.4.15
April 24, 2026
Etch 1.4.15 fixes an issue with media ID props being silently rewritten to the attachment URL, and introduces support for conditions nested inside other conditions. It also includes the new {component} dynamic data scope, support for attachment IDs in dynamic SVG src, and the ability to detach a component instance.
- New: Dynamic SVG elements now accept a WordPress attachment ID in the src attribute and resolve it to the attachment URL
- New: Components expose a new {component} dynamic data scope — see the for what’s available
- New: Detach a component instance from its component — breaks the link so the block becomes a regular set of elements you can edit freely
- Improvement: Refreshed properties panel — the component name and key now live in the panel header instead of taking up a row
- Fix: Condition properties nested inside another condition property now evaluate and render their children correctly
- Fix: Media ID properties are no longer silently rewritten to the attachment URL at resolve time
Etch - Your unified development environment for WordPress v1.4.11 Nulled
April 13, 2026
Etch 1.4.11 fixes a rendering regression in the HTML Editor. Also adds a JS indicator badge for blocks containing <script> in the Structure panel, auto-strips curly braces when pasting into condition inputs, and refines styling across the AI Panel and selected block overlay.
- New: JS indicator badge on blocks containing <script> in the Structure panel
- Improvement: Condition inputs automatically strip curly braces when pasting dynamic expressions
- Improvement: Polished styling for the “Add to AI context” button and AI Panel context block
- Improvement: Refined typographic styles on the selected block overlay
- Fix: HTML Editor rendering regression
- Fix: AI context controls are now hidden when the AI Assistant is disabled
- Fix: Label text transform no longer leaks onto sibling elements
Etch - Your unified development environment for WordPress v1.4.10 Nulled
April 09, 2026
AI chat now supports block context, letting you right-click HTML elements in the structure panel to include their HTML and CSS as context for AI conversations. The class property input also gets a new populator for it’s default value.
The redesigned component inputs introduced in 1.4.9 have continued to evolve. We encourage you to enable them in the settings and share your feedback. Let us know what you think so we can make some final changes before they officially replace the old design!
- New: Block context for AI chat. Right-click HTML blocks in the structure panel to add them as context for AI conversations, with visual pills showing which blocks are included
- New: “Remove from AI context” option in the structure panel context menu and dismiss buttons on context pills
- New: Default value property-populator for class props
- New: Continued implementation of component inputs redesign, we encourage you to test them out and give us feedback
- Improvement: Passthrough blocks are now properly respected when scrolling into view
- Improvement: “scrollbar-gutter: stable” no longer unintentionally affects the canvas iframe
- Fix: Pending images are now cleared when opening a new AI conversation
- Fix: Pending block context is cleared when starting a new conversation or clearing the chat
Etch - Your unified development environment for WordPress v1.4.8 Nulled
- Latest – 1.4.8
April 02, 2026
This release introduces Condition Props, a new component property type for conditionally showing or hiding groups of props, and enables Etch Intelligence for all users during the beta. The AI chat gains CSS injection with intelligent selector merging and an HTML replace button. Several bugs are fixed around group/repeater prop exposing, Unicode in .toSlug(), and the component editor UI.
- New: Condition Prop — a new component property type that conditionally shows or hides groups of child props based on an expression, supported in both the Etch Builder and Gutenberg.
- New: AI CSS injection — the AI chat can now insert CSS directly into your styles, merging intelligently with existing selectors (AI rules win on conflicts, existing rules are preserved).
- New: Replace with AI output — when an element is selected, a new “Replace” button lets you swap it with AI-generated HTML.
- New: Etch Intelligence is now enabled for all users during the beta period.
- New: Component Instance Inputs Redesign — refreshed look for text, group, and condition property inputs when using components. Available behind the “Component Instance Inputs V2” setting for early feedback — other prop types (select, loop, etc.) are not yet supported and may not work properly.
- Improvement: AI error messages from the provider now surface directly in the chat window.
- Improvement: Improved image paste handling in the AI panel.
- Fix: Group and repeater props now properly expose to the parent component, and dynamic data is no longer reverted when editing group or repeater inputs.
- Fix: The .toSlug() modifier now correctly handles Unicode characters (German umlauts, Polish letters) at the start of strings, with consistent behavior between the builder and the frontend.
- Fix: Images always render with an alt attribute, even when no value is set in the media library. Also fixed SVGs incorrectly rendering with width/height of “1”.
- Fix: Long class names in the component editor class prop no longer overflow the UI.
- Fix: Third-party plugin assets no longer break in the builder iframe due to the asset queue emitting a JSON object instead of an array.
- Fix: Copying text from the AI chat no longer pastes block JSON into the clipboard.
Etch - Your unified development environment for WordPress v1.4.7 Nulled
= Latest – 1.4.7
March 26, 2026
Etch 1.4.7 introduces Build mode in AI chat — a dedicated mode for helping you build pages, with the original conversational mode now available as Ask mode. You can now paste or drag-and-drop screenshots into AI chat to have it build from a visual reference. The canvas gains zoom support via ALT+mouse wheel with precise width and zoom controls. The Gutenberg editor adds support for repeater prop inputs, and a regression where void elements like <br> were duplicated on the frontend has been fixed.
- New: AI chat introduces Build mode — a specialized mode for helping you build pages, alongside the existing Ask mode for general questions
- New: Paste or drag-and-drop images into AI chat — share screenshots to have the AI build from a visual reference
- New: Repeater prop input in the Gutenberg block editor — add, remove, and populate nested repeater groups directly in the block sidebar
- New: Zoomable canvas — ALT+mouse wheel to zoom in and out, with width and zoom percentage inputs for fine-tuning
- Fix: Void elements (e.g. <br>, <img>) no longer get duplicated on the frontend
Etch - Your unified development environment for WordPress v1.4.5 Nulled
= Latest – 1.4.5
March 19, 2026
Etch 1.4.5 restores builder support for patterns and components that use the legacy block format, which stopped working after 1.4.4 removed the old parser. It also fixes a community-reported issue where copy/paste was being hijacked inside input fields, and adds a safeguard against accidental template content wipes. On the builder side, the command palette now supports wrapping selections in span and anchor elements.
- New: Wrap in span and wrap in anchor options added to the command palette (CMD-K)
- Improvement: AI chat responses are now faster thanks to optimized reasoning
- Improvement: AI chat action buttons polished with distinct icons and clearer layout
- Fix: Patterns and components using the legacy block format now paste and insert correctly again in the builder (ETC-530)
- Fix: Copy and paste now works correctly inside input fields — block-level copy/paste no longer hijacks standard text inputs (ETC-525)
- Fix: Templates can no longer be accidentally wiped when saving
- Fix: Selector mode no longer opens unexpectedly when using Cmd+Enter in AI chat
Etch - Your unified development environment for WordPress v1.4.4 Nulled
= Latest – 1.4.4
March 18, 2026
Etch 1.4.4 lets you insert HTML snippets from the AI chat directly into the builder canvas and adds property data attributes for third-party developer integrations. This release also removes the legacy custom block conversion logic — if you’re migrating from a pre-v1 release, you’ll need to follow the manual migration guide at . On the bug fix side, dynamic images now always output a valid alt attribute, and the media picker in Gutenberg blocks correctly allows all media types.
- New: HTML snippets from the AI chat can now be inserted directly into the builder canvas via a dedicated insert button
- New: Property data attributes are now exposed on Gutenberg blocks and in the Etch builder, making it easier for third-party developers to target specific property inputs
- Improvement: The legacy custom block conversion logic has been removed. Users migrating from a pre-v1 release must now follow the manual migration steps documented at
- Improvement: Plain text inputs no longer auto-wrap values in var() syntax — this now only applies in the CSS editor and style manager
- Fix: Dynamic images now always render the alt attribute, even when no value is set in the media library
- Fix: Settings no longer revert when clicking outside the settings dialog
- Fix: The media property picker in Gutenberg blocks now accepts all media types, not just images
Etch - Your unified development environment for WordPress v1.4.2 Nulled
= Latest – 1.4.2
March 12, 2026
Etch 1.4.2 ships an opt-in preview of the redesigned component editor, a work in progress with updated property panels for text, boolean, loop, media, and group props so far. AI chat now shows its reasoning by default, and this release lays the first foundations of Etch Intelligence — the system behind a smarter Etch AI.
- New: Redesigned component editor (work in progress) — opt-in preview available in settings, with updated property panels for text, boolean, loop, media, and group props so far
- New: Early foundations of Etch Intelligence — the system that will make Etch’s AI meaningfully smarter. First pieces are shipping now, much more coming.
- New: AI reasoning is now visible in chat responses, with a new setting to toggle the display (on by default)
- Improvement: AI settings moved to a dedicated tab
Etch - Your unified development environment for WordPress v1.4.0 Nulled
= Latest – 1.4.0
March 06, 2026
This update introduces Group Properties, AI chat streaming, new commands in the CMD+K menu, and Alt-click deep folding. It also includes multiple fixes and improvements, particularly around style handling and copy/paste behavior.
- New: Group Property to group properties together
- New: AI chat now streams responses
- New: Wrap words in <span> and add “Wrap in” commands to Cmd+K
- New: Alt+click to deep fold/unfold single structure panel items
- Improvement: Include custom media definitions in copy/paste
- Improvement: Selector search no longer requires . or # prefix
- Improvement: Render up to the render limit and abort further rendering (performance)
- Improvement: Remove undo/redo toggle from settings
- Improvement: Remove experimental custom media definitions toggle from settings
- Fix: Copy/paste of class props
- Fix: Prevent BEM classes from being applied to children of hidden or readonly blocks
- Fix: Custom media stylesheet not created until reload
- Fix: to-rem not substituted in custom media definitions
- Fix: Ensure partial classes are cleaned up
- Fix: Ensure blocks have the correct parent reference on undo/redo