v3.20.212-lts
renovatebot/renovatev3.20.212-ltsAug 14, 2026by kavinvenkatachalam
AI Summary
This release focuses on UI/UX enhancements, adding dynamic height support to various components and fixing event execution timing. It also introduces new capabilities for the Camera widget and improves the Module Inspector experience.
Key Highlights
- Added dynamic height support to Timeline, Filepicker, Reorderable List, RadioButtonV2, and Tags components.
- Enhanced Camera widget with camera flip functionality for mobile devices.
- Fixed event execution timing to ensure exposed variables resolve before firing events.
- Improved Module Inspector UI/UX with module navigation and empty fallback states.
New Features
- Currency Input with dynamic number format support
- Dynamic height support for Timeline, Filepicker, Reorderable List, RadioButtonV2, and Tags components
- Camera flip functionality for mobile devices
- AI build notifications
- Input label height mode for component sizing
Full Release Notes
# What's Changed ## 🚀 Features * Enhance Currency Input with dynamic number format support — by @devanshu052000 in [[#17305](https://github.com/ToolJet/ToolJet/pull/17305)](https://github.com/ToolJet/ToolJet/pull/17305) * Add dynamic height support to Timeline, Filepicker, and Reorderable List components — by @devanshu052000 in [[#17136](https://github.com/ToolJet/ToolJet/pull/17136)](https://github.com/ToolJet/ToolJet/pull/17136) * Add dynamic height support to RadioButtonV2 and Tags components — by @devanshu052000 in [[#16932](https://github.com/ToolJet/ToolJet/pull/16932)](https://github.com/ToolJet/ToolJet/pull/16932) * Add camera flip functionality for mobile devices in the Camera widget — by @nakulnagargade in [[#17398](https://github.com/ToolJet/ToolJet/pull/17398)](https://github.com/ToolJet/ToolJet/pull/17398) * Add AI build notifications — by @ArnavMaggon2005 in [[#17470](https://github.com/ToolJet/ToolJet/pull/17470)](https://github.com/ToolJet/ToolJet/pull/17470) ## 🌟 Enhancements * Enhance Module Inspector UI/UX with module navigation and empty fallback states in App Builder and Module Editor — by @devanshu052000 in [[#16757](https://github.com/ToolJet/ToolJet/pull/16757)](https://github.com/ToolJet/ToolJet/pull/16757) * Enhance component naming and documentation links for modules — by @manishkushare in [[#16321](https://github.com/ToolJet/ToolJet/pull/16321)](https://github.com/ToolJet/ToolJet/pull/16321) * Add input label height mode for component sizing — by @nakulnagargade in [[#17209](https://github.com/ToolJet/ToolJet/pull/17209)](https://github.com/ToolJet/ToolJet/pull/17209) ## 🛠️ Fixes * Fix Button column resizing and persist column width — by @parthy007 in [[#17328](https://github.com/ToolJet/ToolJet/pull/17328)](https://github.com/ToolJet/ToolJet/pull/17328) * Fix event execution timing by moving the fire event to a macrotask, allowing exposed variables to resolve first — by @manishkushare in [[#17102](https://github.com/ToolJet/ToolJet/pull/17102)](https://github.com/ToolJet/ToolJet/pull/17102) * Update the default AI credits portal URL to the `app.tooljet.ai` domain — by @swathihameed in [[#17494](https://github.com/ToolJet/ToolJet/pull/17494)](https://github.com/ToolJet/ToolJet/pull/17494) * Update Redis installation to use the official repository for version 7.x across Dockerfiles — by @adishM98 in [[#17480](https://github.com/ToolJet/ToolJet/pull/17480)](https://github.com/ToolJet/ToolJet/pull/17480) * Fix pop-out code editor positioning to keep the editor on screen when restoring its position — by @parthy007 in [[#17476](https://github.com/ToolJet/ToolJet/pull/17476)](https://github.com/ToolJet/ToolJet/pull/17476) **Full Changelog**: https://github.com/ToolJet/ToolJet/compare/v3.20.211-lts...v3.20.212-lts