Skip to content

Releases: Sage/carbon

v145.0.0

17 Dec 14:56
e2c1dd9
Compare
Choose a tag to compare

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

v144.22.1

17 Dec 08:22
e183752
Compare
Choose a tag to compare

144.22.1 (2024-12-17)

Performance Improvements

  • pipeline: update Playwright image to latest (873c077)

v144.22.0

16 Dec 14:44
4b63924
Compare
Choose a tag to compare

144.22.0 (2024-12-16)

Features

  • typography: allow listitem to inherit variant from parent list (ad4f4e7), closes #5413

v144.21.1

13 Dec 09:55
7158549
Compare
Choose a tag to compare

144.21.1 (2024-12-13)

Bug Fixes

  • box: css style properties passed as HTML attributes (8e2376d)

v144.21.0

12 Dec 16:22
ef93fd9
Compare
Choose a tag to compare

144.21.0 (2024-12-12)

Features

  • menu-item: fix padding when child of Menu and no icon (adb4c34), closes #7096

v144.20.1

12 Dec 14:01
eea28ad
Compare
Choose a tag to compare

144.20.1 (2024-12-12)

Bug Fixes

  • radio-button: incorrect spacing on fieldHelp with validationRedesignOptIn flag (0bed782), closes #6985

v144.20.0

12 Dec 13:40
541e29e
Compare
Choose a tag to compare

144.20.0 (2024-12-12)

Features

  • add restoreFocusOnClose prop to modal based components (f6fde66), closes #7075

Bug Fixes

  • vertical-menu-full-screen: ensure the call to action element is focused on close (9de948b)

v144.19.0

11 Dec 09:52
ab6ec24
Compare
Choose a tag to compare

144.19.0 (2024-12-11)

Features

  • action-popover: add aria-labelledby and aria-describedby props (6267cb5), closes #7107

v144.18.0

10 Dec 14:02
9193ac2
Compare
Choose a tag to compare

144.18.0 (2024-12-10)

Features

  • multi-select: add onListScrollBottom (daeb37a), closes #6752

v144.17.1

10 Dec 12:11
3d36213
Compare
Choose a tag to compare

144.17.1 (2024-12-10)

Bug Fixes

  • vertical-menu-full-screen: register Fullscreen subcomponent as a Carbon modal (ed49a9e), closes #7073