v3.20.178-lts
vercel-labs/webreelv3.20.178-ltsJun 11, 2026by johnsoncherian
AI Summary
Introduces workflow features for data source management and container behavior, along with core table structure refactoring.
Key Highlights
- Added a Call-To-Action button to directly trigger the 'Edit Data Source' workflow.
- Added a configuration toggle to reset container scroll positions on Tab switch operations.
- Refactored core Table structures to include native `moduleId` context support.
New Features
- Edit Data Source workflow CTA button
- Container scroll reset toggle
- Refactored Table structures
Full Release Notes
## What's Changed ### 🚀 Features * Added a Call-To-Action (CTA) link/button to directly trigger the "Edit Data Source" workflow by @parthy007 in [#16605](https://github.com/ToolJet/ToolJet/pull/16605) * Added a configuration toggle to allow resetting container scroll positions on Tab switch operations by @parthy007 in [#16791](https://github.com/ToolJet/ToolJet/pull/16791) ### 🌟 Enhancements * Refactored core Table structures to include native `moduleId` context support, and polished layout rendering consistency for both Multi-select and Tags columns by @nakulnagargade in [#16768](https://github.com/ToolJet/ToolJet/pull/16768) ### 🛠️ Fixes * Fixed routing resolution rules to correct custom domain application page redirection behavior by @rudeUltra in [#16758](https://github.com/ToolJet/ToolJet/pull/16758) * Fixed a validation crash inside `TextInput` by adding safety guards that prevent processing invalid Regex evaluation patterns by @shaurya-sharma064 in [#16769](https://github.com/ToolJet/ToolJet/pull/16769) Full Changelog: https://github.com/ToolJet/ToolJet/compare/v3.20.177-lts...v3.20.178-lts