v3.20.176-lts

vercel-labs/webreelv3.20.176-ltsJun 10, 2026by johnsoncherian

AI Summary

Enables previously restricted features like Navigation components and enhances database plugin capabilities, alongside multiple UI and data synchronization fixes.

Key Highlights

  • Enabled the Navigation component in all plans.
  • Added a dedicated click handler for ModuleContainer to open the configuration sidebar.
  • Enhanced core database plugins to include schema names and dynamic parameters.
  • Fixed Table datepicker parsing for ISO 8601 date strings.

New Features

  • Navigation component enablement
  • ModuleContainer click handler
  • Dynamic database parameters
  • Fixed Table datepicker parsing

Full Release Notes

## What's Changed

### 🚀 Features
* Enable the Navigation component in all plans by @manishkushare in [#16332](https://github.com/ToolJet/ToolJet/pull/16332)
* Added a dedicated click handler for `ModuleContainer` to automatically open the configuration sidebar by @nakulnagargade in [#16696](https://github.com/ToolJet/ToolJet/pull/16696)
* Enhanced core database plugins to include schema names in list tables/columns APIs and added support for dynamic parameters in execution invoke methods by @ganesh8056 in [#16501](https://github.com/ToolJet/ToolJet/pull/16501)

### 🌟 Enhancements
* Enhanced container layout behavior by tightening widget placement restriction logic for designated header and footer slots by @nakulnagargade in [#16513](https://github.com/ToolJet/ToolJet/pull/16513)

### 🛠️ Fixes
* Fixed the Table `datepicker` column parsing bug that caused ISO 8601 date strings to fail to render properly by @parthy007 in [#16720](https://github.com/ToolJet/ToolJet/pull/16720)
* Fixed data synchronization in the ListView component to properly keep `selectedRecord` and `selectedRow` values aligned when row definitions update by @shaurya-sharma064 in [#16715](https://github.com/ToolJet/ToolJet/pull/16715)
* Fixed UI rendering overlap bugs in the Table component by preventing popover scroll bleed artifacts by @parthy007 in [#16569](https://github.com/ToolJet/ToolJet/pull/16569)
* Fixed Community Edition (CE) migrations by introducing the missing `dataSourceGroupPermissions` schema table structure by @ganesh8056 in [#16751](https://github.com/ToolJet/ToolJet/pull/16751)
* Cleaned up UI configurations by removing redundant tooltips from the Radio Button and Map components by @shaurya-sharma064 in [#16599](https://github.com/ToolJet/ToolJet/pull/16599)

Full Changelog: https://github.com/ToolJet/ToolJet/compare/v3.20.175-lts...v3.20.176-lts