Skip to content

v145.0.0

Compare
Choose a tag to compare
@carbonci carbonci released this 17 Dec 14:56
· 20 commits to master since this release
e2c1dd9

145.0.0 (2024-12-17)

⚠ BREAKING CHANGES

  • The roundedCornersOptOut feature flag has been removed completely. If passed to
    the CarbonProvider it will need to be removed, if consumers are also relying on previous
    non-rounded corners styling this will also no longer be available.

Features

  • remove roundedCornersOptOut feature flag (a21e2b9)

Bug Fixes

  • dismissible-box: remove background color props from type interface (882d28c), closes #7108