Skip to content

v13.0.0

Compare
Choose a tag to compare
@frankieyan frankieyan released this 16 Aug 08:26
· 152 commits to main since this release

What's Changed

Breaking changes

  • The Button's tooltipGapSize prop is no longer supported. When wanting to customize the tooltip appearance, consumers should take ownership of rendering the tooltip manually.
  • Icon-only Buttons can have their implicit "aria-label as tooltip" behaviour suppressed by passing tooltip={null}. Useful when wanting to get full control over rendering the tooltip manually.
  • Removed deprecated components Checkbox, DeprecatedLoading, DeprecatedModal, and Popover.
  • The following components have been renamed and will be removed in a future major release:
    • Dropdown -> DeprecatedDropdown, use Menu instead.
    • Input -> DeprecatedInput, use TextField instead.
    • Select -> DeprecatedSelect, use SelectField instead.

Other changes

  • Feat: Allow Buttons 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