v3.20.216-lts
ToolJet/ToolJetv3.20.216-ltsAug 25, 2026by johnsoncherian
AI Summary
Enhanced app stability with error boundaries and improved UI/UX for various components like Tabs, Dropdowns, and the App Builder.
Key Highlights
- Added error boundaries for editor panels and widgets
- Fixed Tabs component to only re-render toggled panes
- Fixed dropdown v2 accent color application
- Fixed event parameter label truncation
- Fixed ToolJet DB to reject update rows when where filter is dropped
New Features
- Error boundaries for editor panels and widgets
Full Release Notes
## What's Changed ### 🚀 Features - Added error boundaries for editor panels and widgets in the App Builder by @shaurya-sharma064 in [#16634](https://github.com/ToolJet/ToolJet/pull/16634) ### 🌟 Enhancements - Added an option to hide the secondary trend icon when its value is none by @NishidhJain in [#17548](https://github.com/ToolJet/ToolJet/pull/17548) ### 🛠️ Fixes - Fixed Tabs component to only re-render toggled panes on tab switch instead of all panes by @shaurya-sharma064 in [#16987](https://github.com/ToolJet/ToolJet/pull/16987) - Fixed dropdown v2 accent color not being applied when the menu is open by @vjaris42 in [#17412](https://github.com/ToolJet/ToolJet/pull/17412) - Replaced the pin icon with a close icon in the app history panel by @vjaris42 in [#17413](https://github.com/ToolJet/ToolJet/pull/17413) - Fixed event parameter label truncation in the action configuration panel by @vjaris42 in [#17416](https://github.com/ToolJet/ToolJet/pull/17416) - Fixed ToolJet DB to reject update rows requests when the where filter is dropped by @akshaysasidrn in [#17673](https://github.com/ToolJet/ToolJet/pull/17673) **Full Changelog**: https://github.com/ToolJet/ToolJet/compare/v3.20.215-lts...v3.20.216-lts