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!
Full 1.4.10 changelog
- 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
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.
Full 1.4.9 changelog
- 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
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.
Full 1.4.8 changelog
- 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.
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.
Full 1.4.6 changelog
- 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
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.
Full 1.4.5 changelog
- 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
View hidden content is available for registered users!
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 https://docs.etchwp.com/migration-guides/v1-migration. 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.
Full 1.4.4 changelog
- 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 https://docs.etchwp.com/migration-guides/v1-migration
- 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
View hidden content is available for registered users!
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.
Full 1.4.2 changelog
- 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
View hidden content is available for registered users!
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.
Full 1.4.0 changelog
- 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
View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.3.1 Nulled
= 1.3.0 Details
- New: Integrate Cmd+Enter into the Command Bar
- New: First iteration of Class Property for components
- New: Add keys() modifier
- New: Add values() modifier
- New: Introduce context awareness for AI Assistant (conversation-aware)
- New: Use Alt/Option key to fold/unfold the entire Structure panel when clicking the toggle button
- Improvement: Improve category input when creating patterns
- Fix: Ensure existing styles are not overwritten on paste
- Fix: Ensure stylesheets are properly integrated with Undo/Redo
View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.3.0 Nulled
= 1.3.0 Details
- New: Integrate Cmd+Enter into the Command Bar
- New: First iteration of Class Property for components
- New: Add keys() modifier
- New: Add values() modifier
- New: Introduce context awareness for AI Assistant (conversation-aware)
- New: Use Alt/Option key to fold/unfold the entire Structure panel when clicking the toggle button
- Improvement: Improve category input when creating patterns
- Fix: Ensure existing styles are not overwritten on paste
- Fix: Ensure stylesheets are properly integrated with Undo/Redo