Skip to content

v0.87.4

Choose a tag to compare

@github-actions github-actions released this 30 Oct 14:25
· 23 commits to main since this release
4d933e5

Patch Changes

  • #864 7d59ddd8 Thanks @tenphi! - Replace noCard prop with type prop in ListBox component. The new type prop accepts three values:

    • card (default): Standard card styling with border and margin
    • plain: No border, no margin, no radius - suitable for embedded use
    • popover: No border, but keeps margin and radius - suitable for overlay use
  • #864 7d59ddd8 Thanks @tenphi! - Remove the hardcoded default width for NumberInput.

  • #864 7d59ddd8 Thanks @tenphi! - Fix right padding in NumberInput.