What ToolJet/ToolJet shipped
Generated by FoxPlug from public activity — not affiliated with Tooljet.
Week of September 14, 2026
What shipped
- Released v3.20.230-lts with app title color styling, app access request support, and workspace PAT access to workflows. Release
- Navigation widget fixes resolved group flyout freezing, text overflow, popup menu behavior, and dynamic label issues. Pull request #17590
- Modal v2 widget fixes addressed invisible close icons, tooltip issues, module widget dragging, and default value persistence. Pull request #17628
- File widget fixes unified behavior across File Button, File Picker, and File Input with missing field indicators and accessibility improvements. Pull request #17653
- Popover Menu widget now closes on hover-away and supports menu width configuration. Pull request #17624
- Fixed database connection pool starvation by batching component queries when assembling app definitions. Pull request #17953
- Added data source folders feature for organizing datasources. Pull request #17968
- Workspace personal access tokens can now create, execute, and read workflows. Pull request #17979
- Added widget testing contracts and specs for DropdownV2, MultiselectV2, Cascader, Checkbox, Timeline, Spinner, Html, and TreeSelect. Pull request #17964
- Server test coverage is now enforced as a CI gate requiring 80% coverage on changed lines. Pull request #17974
Why it matters
This week brings stability improvements to core widgets and UI components, fixes infrastructure issues with database connections, and adds new organizational and API capabilities. The expanded test coverage contracts ensure widgets meet consistent engineering standards.
Changelog entry
- Add app title color style option to page menu styles Release
- Add support for requesting access to apps Release
- Enable workspace PAT access to workflows Release
- Navigation widget: fix group flyout freezing, text overflow, popup menu behavior, and dynamic labels in expandable rows Pull request #17590
- Modal v2: fix fullscreen close icon visibility, tooltip behavior, module widget dragging, and default value persistence Pull request #17628
- File widget: add missing field asterisks and accessibility improvements across File Button, Picker, and Input Pull request #17653
- Popover Menu: close on hover-away and add menu width support Pull request #17624
- Fix database connection pool starvation by batching component queries during app definition assembly Pull request #17953
- Add data source folders feature Pull request #17968
- Enable workspace PAT sessions to create, execute, and read workflows Pull request #17979
- Fix multiline {{}} bindings to resolve correctly instead of returning undefined Pull request #17972
- Enforce 80% test coverage gate on server code changes in CI Pull request #17974
- Add widget testing contracts for DropdownV2, MultiselectV2, Cascader, Checkbox, Timeline, Spinner, Html, and TreeSelect Pull request #17964
v3.20.230-lts ships with app access requests, workspace PAT workflow access, navigation/modal/file widget fixes, and data source folders. Plus 8 widgets now have testing contracts.
v3.20.230-lts is live. Navigation, Modal, File, and Popover widgets got comprehensive fixes. Database connection pooling is optimized for larger apps. Developers can now request access to apps, manage workflows via workspace PATs, and organize datasources in folders. Eight widgets have new testing contracts ensuring quality standards.