v3.20.185-lts
lejianwen/rustdesk-serverv3.20.185-ltsJun 24, 2026by johnsoncherian
AI Summary
Adds a dedicated custom CSS class property field globally for theme injection and introduces a search mode toggle (Client-side vs. Server-side) for Dropdown, Multi-select, and Tags Input components.
Key Highlights
- Global custom CSS class property field for widget theming
- New search mode toggle for Dropdown, Multi-select, and Tags Input components
- Reduced Pro tier user seat capacity to 50
- Fixed layout canvas sizing mechanics for Accordion rows
- Fixed z-index layering for nested Navigation components
New Features
- Custom CSS class property for global theme injection
- Client-side and Server-side search mode toggle
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