Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 20:48
· 1547 commits to main since this release

Added

  • Exported SelectionDetails type for Menu component

Changed

  • Changed Dialog.Description and Popover.Description from p to div to allow for multiple paragraphs.
  • Changed TreeView.BranchTrigger from button to div for the accessibility reasons.

Fixed

  • Fix issue where @types/[email protected] broke current typings in Portal
  • Fix issue where Select component submits its first option when used in a form, even if there is no value selected.