- Added CollapseOnHide functionality to Image component
- Introduced TruncatingText primitive and improved overflow handling for Rocket components
Full changelog
What's Changed
🌟 Enhancements
- Added
CollapseOnHidefunctionality to the Image component by @shaurya-sharma064 in #16088 - Introduced TruncatingText primitive and polished overflow behavior for Rocket components by @nithindavid in #16096
🛠️ Fixes
- Fixed component overlapping issues when visibility is set to false by default by @shaurya-sharma064 in #16089
- Resolved issue where input clicks were incorrectly routed to the wrong ListView row by @shaurya-sharma064 in #16064
- Fixed broken sibling references when a ListView contains Tabs by @kavinvenkatachalam in #16205
- Refactored
normalizeQueryTransformationOptionsto simplify key normalization and remove redundant code by @manishkushare in #16103
Full Changelog: https://github.com/ToolJet/ToolJet/compare/v3.20.150-lts...v3.20.151-lts