Etch - Your unified development environment for WordPress

Etch - Your unified development environment for WordPress v1.6.2 Nulled + Theme v0.0.7

No permission to download
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.16 Nulled
Nulled fixed and theme added.
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.16 Nulled
= Latest – 1.4.16
April 30, 2026
A small fix release while we’re heads-down on 1.5.0’s big-ticket items — the third-party API and expanded AI capabilities. This release ships UI fixes (combobox reactivity, the boolean property toggle is back, dynamic image placeholders) and an opt-in flag for hosts where PHP output buffering was making AI responses come back empty.
  • Improvement: Boolean props use a standard toggle again instead of the cycling tri-state button — the toggle disables itself when the value is a dynamic reference
  • Fix: Comboboxes keep reactivity after you type in them — external value updates are reflected back into the displayed value
  • Fix: Some hosts’ PHP output buffering causes the AI assistant’s response to come back empty — enable ENABLE_CLEAR_BUFFER_IN_STREAM_REQUEST if you’re seeing this. Reported here.
  • Fix: Dynamic image placeholders now preserve classes and attributes set on the block, so they style consistently with the resolved image
  • Fix: Select property options textarea now grows up to 10 lines (was capped at 3)
Full 1.4.16 changelog
View hidden content is available for registered users!


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 component namespace docs 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
Full 1.4.15 changelog
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.13 Nulled
= Latest – 1.4.13
April 20, 2026
The component editor and instance inputs redesigns keep evolving, with a new boolean prop switch, refined styling for other props, a stacked instance input layout, and visual feedback when mapping props. Selector badges and canvas borders have also been polished.
  • Improvement: New boolean prop switch and refined styling for select, loop, and object props in the component editor redesign
  • Improvement: Stacked layout and visual feedback when mapping props in the component instance inputs redesign
  • Improvement: Refined selector badges with bigger click targets and a custom remove icon
  • Improvement: Canvas now draws visible borders along sidebar and bottom panel edges
Full 1.4.13 changelog
View hidden content is available for registered users!


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
Full 1.4.11 changelog
View hidden content is available for registered users!


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
Full 1.4.10 changelog
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.9 Nulled
- Latest – 1.4.9
April 07, 2026
Etch 1.4.9 adds replace and replaceAll modifiers for dynamic content. It also includes an early preview of redesigned component instance inputs — available behind the component editor redesign setting for those who want to try it out and share feedback. Additionally, this release fixes an HTML editor scrolling issue and adds JetEngine custom storage support.
  • New: Add replace and replaceAll modifiers for dynamic content
  • New: Early preview of redesigned component instance inputs (boolean, select, media, repeater) — available behind the component editor redesign setting, more input types coming soon
  • Improvement: CSS reset now uses scrollbar-gutter: stable to prevent layout shift and 100svh for more accurate mobile viewport height
  • Fix: Typing into the HTML editor no longer triggers an incorrect scroll to the wrong component
  • Fix: JetEngine custom post types now support custom storage
Full 1.4.9 changelog
View hidden content is available for registered users!


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.
Full 1.4.8 changelog
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.6 Nulled
= Latest – 1.4.6
March 25, 2026
Etch 1.4.6 introduces repeater prop groups, faster builder load times through lazy-loading, and a new paste collision setting. Attributes with special characters like @Click are no longer stripped on the frontend, and several bugs around component groups, pasting, and style handling have been resolved.

  • New: Repeater prop groups for components — toggle any group prop into a repeater to loop over its items inside the component. When using the component, add, remove, and populate as many entries as needed, each following the prop definitions of the group.
  • New: ACF post object and relationship fields now respect the return format configured in ACF, returning IDs when set to “ID” instead of always expanding to full objects. Behind the RESPECT_ACF_RETURN_FORMAT feature flag.
  • New: Paste behavior setting — choose whether to overwrite or preserve existing styles and components on collision (ETC-540)
  • Improvement: Builder initial load time reduced by lazy-loading post/template data (ETC-515)
  • Improvement: Parent JavaScript now automatically reloads when child elements are added, removing the need to refresh the page (ETC-538)
  • Improvement: CSS editor warns about unbalanced curly braces before saving (ETC-532)
  • Fix: Attributes containing @, :, or . characters (e.g. Alpine.js @Click, :class, x-on:keydown.enter) are no longer stripped on the frontend (ETC-550)
  • Fix: Components with groups no longer cause errors when adding classes to parent elements (ETC-541)
  • Fix: Component instance prop values now paste correctly (ETC-539)
  • Fix: Recently added styles no longer disappear due to a race condition when pasting in the HTML editor (ETC-534)
  • Fix: Copy now correctly collects all instances when multiple of the same component are present
Full 1.4.6 changelog
View hidden content is available for registered users!


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
Full 1.4.5 changelog

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu