Skip to content

Releases: Sage/carbon

v144.4.0

31 Oct 08:38
4ce3fe9
Compare
Choose a tag to compare

144.4.0 (2024-10-31)

Features

  • note: allow title prop to be passed as a node (e1ee942)

Bug Fixes

  • note: remove 100% height from the draft editor to avoid visual regression (6aacb15)

v144.3.0

30 Oct 12:00
1cc661c
Compare
Choose a tag to compare

144.3.0 (2024-10-30)

Features

  • drawer: add sidebarAriaLabel prop (3c80c1c)

v144.2.2

29 Oct 04:03
5c0ce5f
Compare
Choose a tag to compare

144.2.2 (2024-10-29)

Bug Fixes

  • inline label props have unexpected behaviour with new validation (922694f)

v144.2.1

28 Oct 10:51
0c36b89
Compare
Choose a tag to compare

144.2.1 (2024-10-28)

Bug Fixes

  • multi-action-button, split-button: ensure child button are accessible (a3e2302), closes #7005

v144.2.0

25 Oct 08:25
0a7c333
Compare
Choose a tag to compare

144.2.0 (2024-10-25)

Features

  • box: adds a deprecation warning to the Box component for tabIndex (b49e572)

v144.1.1

24 Oct 10:41
aad2a0c
Compare
Choose a tag to compare

144.1.1 (2024-10-24)

Bug Fixes

  • menu-full-screen, modal: ensure the call to action element is focused on close (0ca3949), closes #6870

v144.1.0

24 Oct 09:16
e4bf21a
Compare
Choose a tag to compare

144.1.0 (2024-10-24)

Features

  • typography: update line heights to align with DS (fb6762f), closes #6335

v144.0.1

23 Oct 16:04
7c0955e
Compare
Choose a tag to compare

144.0.1 (2024-10-23)

Bug Fixes

  • dialog: ensure height never exceeds 90% of the viewport height (619a651)
  • prevent sticky footer form content from overflowing in Carbon modal components (cb77fb7), closes #6969
  • resolve layout issues with sticky footer forms inside Carbon modal components (0fe249d)

v144.0.0

21 Oct 14:58
cffef0d
Compare
Choose a tag to compare

144.0.0 (2024-10-21)

⚠ BREAKING CHANGES

  • menu, menu-item: Menu no longer supports height, minHeight, maxHeight, size,
    overflowY and display props. MenuItem no longer supports height, minHeight,
    maxHeight, size, verticalAlign, overflow, overflowY, overflowX and
    display props.

Bug Fixes

  • menu-item: ensure that it does not render children when submenu is an empty string (975d5c6), closes #7010
  • menu, menu-item: ensure that menu-items all remain the same height if any wrap to new lines (501337c), closes #6934 #7000

v143.2.5

18 Oct 10:48
b64186d
Compare
Choose a tag to compare

143.2.5 (2024-10-18)

Bug Fixes

  • tile-select: remove not allowed aria-expanded from accordion (d43951d)