v3.20.184-lts
lejianwen/rustdesk-serverv3.20.184-ltsJun 20, 2026by johnsoncherian
AI Summary
Introduces native dynamic-height auto-expansion support for Custom Modules and HTML Viewer widgets, alongside performance optimizations using universal store write batching.
Key Highlights
- Native dynamic-height auto-expansion for Custom Modules and HTML Viewer
- Universal store write batching for faster frontend state updates
- Reduced re-renders via microtask auto-batch runner
- Performance optimization for data fetching
New Features
- Dynamic-height auto-expansion support
- 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