Skip to content

Releases: Sage/carbon

v146.2.1

19 Dec 12:17
aa1bbf7
Compare
Choose a tag to compare

146.2.1 (2024-12-19)

Bug Fixes

  • submenu: ensure submenu has expected width in Safari (a6ea2e2), closes #7112

v146.2.0

19 Dec 11:55
df6a2e5
Compare
Choose a tag to compare

146.2.0 (2024-12-19)

Features

  • action-popover: allow menu button to be focused programmatically (a3d8d23), closes #5589

v146.1.0

19 Dec 11:34
4be4f26
Compare
Choose a tag to compare

146.1.0 (2024-12-19)

Features

  • step-flow: add aria props to component (037aac1)

v146.0.1

19 Dec 10:46
4ec5bd9
Compare
Choose a tag to compare

146.0.1 (2024-12-19)

Bug Fixes

  • ensure multi-action and split button children container is not hidden by parent (e215c21), closes #7134

v146.0.0

19 Dec 10:17
e4ae8f0
Compare
Choose a tag to compare

146.0.0 (2024-12-19)

⚠ BREAKING CHANGES

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

Features

  • remove focusRedesignOptOut feature flag (fdcfc6b)

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