v13.0.0
What's Changed
Breaking changes
- The
Button
'stooltipGapSize
prop is no longer supported. When wanting to customize the tooltip appearance, consumers should take ownership of rendering the tooltip manually. - Icon-only
Button
s can have their implicit "aria-label as tooltip" behaviour suppressed by passingtooltip={null}
. Useful when wanting to get full control over rendering the tooltip manually. - Removed deprecated components
Checkbox
,DeprecatedLoading
,DeprecatedModal
, andPopover
. - The following components have been renamed and will be removed in a future major release:
Dropdown
->DeprecatedDropdown
, useMenu
instead.Input
->DeprecatedInput
, useTextField
instead.Select
->DeprecatedSelect
, useSelectField
instead.
Other changes
- Feat: Allow
Button
s to have fully rounded/circular corners. - Fix: Only apply full width labels when the
Button
is full width
Full Changelog: v12.1.1...v13.0.0