v3.20.184-lts

antgroup/echomimicv3.20.184-ltsJun 20, 2026by johnsoncherian

AI Summary

This release introduces native dynamic-height auto-expansion for widget containers and significantly optimizes frontend performance. It utilizes a microtask auto-batch runner to reduce re-renders and speed up state updates.

Key Highlights

  • Dynamic-height auto-expansion for widgets
  • Frontend performance optimization via store batching
  • Reduced re-renders in the editor

New Features

  • Native dynamic-height auto-expansion support

Full Release Notes

## What's Changed

### 🚀 Features
* Added native dynamic-height auto-expansion support for both Custom Modules and the HTML Viewer widget container components by @shaurya-sharma064 in [#16807](https://github.com/ToolJet/ToolJet/pull/16807)

### 🌟 Enhancements
* Performance Optimization: Implemented universal store write batching utilizing a microtask auto-batch runner for significantly faster frontend data state updates and reduced re-renders by @kavinvenkatachalam in [#16778](https://github.com/ToolJet/ToolJet/pull/16778)

Full Changelog: https://github.com/ToolJet/ToolJet/compare/v3.20.183-lts...v3.20.184-lts