Skip to content

v0.90.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 12:34
· 2 commits to main since this release
6a1eb23

Minor Changes

  • #880 e5884d46 Thanks @tenphi! - Add showActionsOnHover prop 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 e5884d46 Thanks @tenphi! - Allow text wrapping in labels.

  • #880 e5884d46 Thanks @tenphi! - Fix FilterPicker renderSummary to be evaluated regardless of selection state. The custom summary renderer and renderSummary={false} now work correctly even when no items are selected, providing consistent control over trigger content display.

  • #880 e5884d46 Thanks @tenphi! - Add Text.Placeholder variant with disabled opacity styling. This new text variant is useful for displaying placeholder content with reduced visual emphasis.