Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 18:10
· 1718 commits to main since this release

Added

  • Added the Progress component.
  • Added valueAsString to onValueChange in DatePicker callback details
  • Exported change details typings, for example AccordionValueChangeDetails or DialogOpenChangeDetails
  • Redesign Portal component to support getRootNode and disabled props

Changed

  • Replaced the styling props for indicator with CSS variables in RadioGroup, SegmentGroup, and Tabs.

Fixed

  • Added missing placeholder prop to SelectValueTextProps type.
  • Changed PopoverDescriptionProps type from div to p
  • Fixed multiple rerenders on Select component with Next.js or Remix useSearchParams
  • Fixed the issue where setting disabled on Combobox does not reflect in combobox item
  • Fix an issue that breaks the Combobox when clicking on the input while the menu is open
  • Fixed the issue where DatePicker initial value isn't set when using controlled context
  • Resolved an issue that Menu option item could not be activated by keyboard