Skip to content

Releases: Sage/carbon

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

v142.13.3

04 Oct 10:34
37acd17
Compare
Choose a tag to compare

142.13.3 (2024-10-04)

Bug Fixes

  • badge: investigate failing RTL test (5e1d7d6)

v142.13.2

04 Oct 09:02
1fa77a5
Compare
Choose a tag to compare

142.13.2 (2024-10-04)

Bug Fixes

  • date: add callback to be called when component blurs and picker is closed (2a7e50e), closes #6788

v142.13.1

03 Oct 09:17
19f1b47
Compare
Choose a tag to compare

142.13.1 (2024-10-03)

Bug Fixes

  • form: allow form-footer content to be responsive (c7d55e1), closes #6658