v3.20.184-lts
astral-sh/uvv3.20.184-ltsJun 20, 2026by johnsoncherian
AI Summary
This update introduces native dynamic-height auto-expansion for Custom Modules and the HTML Viewer widget, along with performance optimizations for frontend state updates.
Key Highlights
- Added native dynamic-height auto-expansion support for Custom Modules and HTML Viewer
- Implemented universal store write batching for faster frontend data state updates
New Features
- Dynamic-height auto-expansion for Custom Modules
- Dynamic-height auto-expansion for HTML Viewer
- Universal store write batching for state updates
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