Skip to content

Release 6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 18:25
8f850b6

6.0.0 Release

Breaking changes

  • <Tooltip label="..."> now acts as an accessible label for the target, rather than a description. Descriptive tooltips should use the description prop instead.
  • TooltipProvider is back. Make sure to wrap your application in this component, or else tooltips will not function.
  • ToggleMenuItem is now a controlled component and does not support onChange. (Use onSelect instead.)

What's Changed

New Contributors

Full Changelog: v5.5.0...v6.0.0