v3.20.185-lts

antgroup/echomimicv3.20.185-ltsJun 24, 2026by johnsoncherian

AI Summary

This release focuses on UI/UX enhancements and bug fixes for the ToolJet platform. Key additions include a custom CSS class property for theme injection and a search mode toggle for data fetching components.

Key Highlights

  • Added custom CSS class property for global theme injection across widgets
  • Introduced server-side search mode toggle for Dropdown, Multi-select, and Tags Input components
  • Fixed layout canvas sizing mechanics to properly shrink viewport height on Accordion collapse
  • Fixed z-index layering rules to prevent rendering conflicts in Navigation components

New Features

  • Custom CSS class property field
  • Search mode toggle (Client-side vs. Server-side)

Full Release Notes

## What's Changed

### ๐Ÿš€ Features
* Added a dedicated custom CSS class property field globally across all individual widgets to allow for custom theme injection by @nithindavid in [#16851](https://github.com/ToolJet/ToolJet/pull/16851)
* Introduced a search mode toggle (Client-side vs. Server-side) for data fetching inside the Dropdown, Multi-select, and Tags Input components by @nithindavid in [#16856](https://github.com/ToolJet/ToolJet/pull/16856)

### ๐ŸŒŸ Enhancements
* Pricing Polish: Adjusted the Pro tier plan constraints by reducing the maximum user seat capacity from 100 down to 50 users by @Siddharthpl

### ๐Ÿ› ๏ธ Fixes
* Fixed layout canvas sizing mechanics to properly shrink the viewport canvas height whenever internal Accordion rows collapse by @shaurya-sharma064 in [#16767](https://github.com/ToolJet/ToolJet/pull/16767)
* Fixed z-index layering rules to prevent rendering conflicts and text visibility issues within nested or absolute-positioned Navigation components by @manishkushare in [#16948](https://github.com/ToolJet/ToolJet/pull/16948)

### ๐Ÿงช Specs
* Corrected broken end-to-end continuous integration workflows by fixing failing automation scripts for MariaDB and REST API test runners by @Mekhla-Asopa in [#16920](https://github.com/ToolJet/ToolJet/pull/16920)

Full Changelog: https://github.com/ToolJet/ToolJet/compare/v3.20.184-lts...v3.20.185-lts