Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:01
· 24 commits to main since this release

Added

  • classNames prop for per-slot class overrides on shorthand components — reach inner elements the shorthand props render (Card, StatCard, Alert, Item, Field, Dialog, Drawer, Timeline.Item, PropertyList, Input, NumberInput, Pagination, Sidebar.Item/SubItem/Collapsible/CollapseToggle, Tooltip). Exports a SlotClasses type helper. (react)
  • Alert dismiss button (onDismiss / .alert-dismiss). (both)
  • StatCard trend slot with a directional caret and direction-independent intent color (.stat-card-trend). (both)
  • AvatarGroup max overflow with a +N tile (.avatar-more). (both)
  • Indicator max clamp for numeric labels (e.g. 99+). (react)
  • Table density (compact), an empty-state row (Table.Empty / .table-empty), and a pinned first column (pinCol / .table-pin-col). (both)
  • Menu checkbox/radio items (checked / .menu-item[aria-checked] + .menu-item-indicator). (both)
  • Input clearable button and a PasswordInput reveal toggle (.input-action). (both)
  • Item and ItemGroup components / .item — compact list rows with media, content, and actions. (both)
  • Timeline component / .timeline — vertical event rail with a numbered steps variant. (both)
  • Drawer component / .drawer — edge-anchored panel sharing the <dialog> machinery. (both)
  • NumberInput component / .number-input — numeric field with steppers over Base UI NumberField. (both)