v3.20.179-lts
EricLBuehler/diffusion-rsv3.20.179-ltsJun 12, 2026by johnsoncherian
AI Summary
Optimizes performance and fixes UI layout issues including code editor leaks and responsive design adjustments.
Key Highlights
- Fixed CodeMirror stylesheet duplication leak
- Responsive layout adjustments for Query Manager
- Removed restricted layout widgets (Text, TextArea)
Full Release Notes
## What's Changed ### 🌟 Enhancements * Performance Optimization: Prevented a progressive CodeMirror stylesheet duplication leak that was causing incremental code editor lag and slowdowns over active sessions by @kavinvenkatachalam in [#16817](https://github.com/ToolJet/ToolJet/pull/16817) * Responsive Layout Polish: Configured the Query Manager header action elements to adaptively toggle from standard icon-and-label layouts down to icon-only buttons as viewport width shrinks by @NishidhJain in [#16814](https://github.com/ToolJet/ToolJet/pull/16814) ### 🛠️ Fixes * Removed 'Text' and 'TextArea' from the restricted layout widget configuration to offer more flexible placement across grid layouts by @nakulnagargade in [#16799](https://github.com/ToolJet/ToolJet/pull/16799) * Fixed an orchestration bug preventing the Agent node's LLM processor from correctly forwarding parameters down to the RunJS tool layer by @devanshu052000 in [#16790](https://github.com/ToolJet/ToolJet/pull/16790) * Fixed an interface bug where nested value/key bindings failed to register correctly within AI-generated template components by @Kartik18g in [#16812](https://github.com/ToolJet/ToolJet/pull/16812) * Fixed layout truncation artifacts by preventing inner header elements from overflowing inside the Accordion component when grid resizes compress container bounds by @devanshu052000 in [#16771](https://github.com/ToolJet/ToolJet/pull/16771) Full Changelog: https://github.com/ToolJet/ToolJet/compare/v3.20.178-lts...v3.20.179-lts