v3.20.184-lts
domcyrus/rustnetv3.20.184-ltsJun 20, 2026by johnsoncherian
AI Summary
This LTS release enhances the UI with native dynamic-height auto-expansion for components and improves frontend performance through store write batching.
Key Highlights
- Native dynamic-height auto-expansion for Custom Modules and HTML Viewer
- Performance Optimization via microtask auto-batch runner
- Significantly faster frontend data state updates and reduced re-renders
New Features
- Native dynamic-height auto-expansion for Custom Modules
- Native dynamic-height auto-expansion for HTML Viewer
- Universal store write batching
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