Skip to content

Releases: Sage/carbon

v143.2.4

18 Oct 10:23
38f9a42
Compare
Choose a tag to compare

143.2.4 (2024-10-18)

Bug Fixes

  • action-popover: ensure that opening using the up arrow focuses last element in the menu (38aaed9), closes #6826

v143.2.3

18 Oct 09:39
e5d2ff5
Compare
Choose a tag to compare

143.2.3 (2024-10-18)

Bug Fixes

  • downgrade @tanstack/react-virtual to version 3.10.1 (b1cd42f)

v143.2.2

16 Oct 13:59
421c4a6
Compare
Choose a tag to compare

143.2.2 (2024-10-16)

Bug Fixes

  • switch: fix screen reader announcements with new validation (aed0ba0), closes #6901

v143.2.1

16 Oct 13:24
1093b04
Compare
Choose a tag to compare

143.2.1 (2024-10-16)

Bug Fixes

  • badge: ensure badge does not appear under child components (d88d3ec), closes #6765

v143.1.0

14 Oct 10:22
96d41f2
Compare
Choose a tag to compare

143.1.0 (2024-10-14)

Features

  • storybook: upgrade storybook to 8.3 (362e4e0)

v143.0.2

14 Oct 09:15
abf4d75
Compare
Choose a tag to compare

143.0.2 (2024-10-14)

Bug Fixes

  • action-popover-menu: investigate focusIndex and setFocusIndex props on ActionPopoverMenu (6d9cb82)

v143.0.1

14 Oct 08:54
de26679
Compare
Choose a tag to compare

143.0.1 (2024-10-14)

Bug Fixes

  • option: makes value and text props optional (fb37215), closes #6939
  • select: upgrade tanstack react-virtual to latest (c51688f), closes #6978

v143.0.0

10 Oct 14:22
7647029
Compare
Choose a tag to compare

143.0.0 (2024-10-10)

⚠ BREAKING CHANGES

  • select: listPlacement prop only supports top and bottom now

Features

  • select, filterable-select, multi-select: add support for overriding the list width (c3853cd), closes #6861
  • select: remove support for rendering list to left and right of input (4094117)

v142.13.5

08 Oct 13:24
33080c2
Compare
Choose a tag to compare

142.13.5 (2024-10-08)

Bug Fixes

  • textarea: ensure expandable height shrinks when new lines are removed (bdd32df)

v142.13.4

07 Oct 15:22
5700920
Compare
Choose a tag to compare

142.13.4 (2024-10-07)

Bug Fixes

  • select: prevent deprecation warning about uncontrolled textbox from being fired (6de179c), closes #6883