Skip to content

Releases: Sage/carbon

v142.4.1

28 Aug 14:02
61efbff
Compare
Choose a tag to compare

142.4.1 (2024-08-28)

Bug Fixes

  • menu-item, submenu: remove min-width when submenuMaxWidth prop is set (002c37d)

v142.4.0

27 Aug 13:29
b89abbd
Compare
Choose a tag to compare

142.4.0 (2024-08-27)

Features

  • loader-star: create new loader-star component (5ffe0e4)

v142.3.2

23 Aug 14:41
20a6430
Compare
Choose a tag to compare

142.3.2 (2024-08-23)

Bug Fixes

  • checkbox: prevent labelHelp and fieldHelp from rendering in a group with new validation (2f2f340)
  • radio-button: prevent labelHelp and fieldHelp from rendering with new validation (c9c4500)

v142.3.1

22 Aug 17:05
9df9267
Compare
Choose a tag to compare

142.3.1 (2024-08-22)

Bug Fixes

  • menu-item: ensure correct alignment when onClick and icon props are set (afa2759)

v142.3.0

21 Aug 14:59
6ca8b17
Compare
Choose a tag to compare

142.3.0 (2024-08-21)

Features

  • menu-item: add submenuMaxWidth prop to allow setting of max-width on submenus (0d57505)
  • menu-item: update so custom padding is set on the button or anchor element (7a4f540)

v142.2.2

20 Aug 13:05
39429d1
Compare
Choose a tag to compare

142.2.2 (2024-08-20)

Bug Fixes

  • batch-selection: children are still clickable when hidden prop is true (7364fb5), closes #6858

v142.2.1

19 Aug 10:17
b65c3a8
Compare
Choose a tag to compare

142.2.1 (2024-08-19)

Bug Fixes

  • icon: ensure tooltip does not render when component is disabled (c1cfd50)

v142.2.0

16 Aug 10:13
2dce427
Compare
Choose a tag to compare

142.2.0 (2024-08-16)

Features

  • hr: add the aria-hidden prop (d84e37f)

v142.1.0

16 Aug 09:02
9a74279
Compare
Choose a tag to compare

142.1.0 (2024-08-16)

Features

  • link: update styling of skip link variant (79e44c9)

v142.0.4

15 Aug 05:36
a8062d7
Compare
Choose a tag to compare

142.0.4 (2024-08-15)

Bug Fixes

  • select: consolidate hitbox across all Select variants (297ce84), closes #6841