v3.20.185-lts
domcyrus/rustnetv3.20.185-ltsJun 24, 2026by johnsoncherian
AI Summary
This LTS release introduces a global custom CSS class property for theming and a search mode toggle for data fetching components. It includes fixes for layout canvas sizing and z-index conflicts, alongside a reduction in the Pro tier's maximum user seat capacity.
Key Highlights
- Added custom CSS class property field globally for widget theming
- Introduced search mode toggle (Client-side vs. Server-side) for Dropdown, Multi-select, and Tags Input
- Fixed layout canvas sizing mechanics for Accordion rows
- Fixed z-index layering rules for Navigation components
- Adjusted Pro tier plan constraints (reduced max user seats to 50)
New Features
- Custom CSS class property field
- Search mode toggle for data fetching components
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