v3.20.179-lts

vercel-labs/webreelv3.20.179-ltsJun 12, 2026by johnsoncherian

AI Summary

This release focuses on performance optimization for the code editor and responsive UI improvements, alongside bug fixes for orchestration and layout rendering.

Key Highlights

  • Fixed a CodeMirror stylesheet duplication leak causing incremental code editor lag.
  • Implemented adaptive toggling for Query Manager header elements on smaller viewports.
  • Removed restrictions on Text and TextArea widget placement for more flexible grid layouts.
  • Fixed an orchestration bug preventing the Agent node's LLM processor from forwarding parameters.

New Features

  • Responsive layout polish for Query Manager header
  • Fixed Agent node orchestration parameter forwarding

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