v0.90.0
Minor Changes
- #880
e5884d46Thanks @tenphi! - AddshowActionsOnHoverprop to Item component. When enabled, actions are hidden by default and revealed smoothly on hover, focus, or focus-within states using opacity transitions. This provides a cleaner interface while keeping actions easily accessible without content shifting.
Patch Changes
-
#880
e5884d46Thanks @tenphi! - Allow text wrapping in labels. -
#880
e5884d46Thanks @tenphi! - Fix FilterPickerrenderSummaryto be evaluated regardless of selection state. The custom summary renderer andrenderSummary={false}now work correctly even when no items are selected, providing consistent control over trigger content display. -
#880
e5884d46Thanks @tenphi! - AddText.Placeholdervariant with disabled opacity styling. This new text variant is useful for displaying placeholder content with reduced visual emphasis.