Skip to content

Releases: Sage/carbon

v144.9.9

29 Nov 10:16
ccac77c
Compare
Choose a tag to compare

144.9.9 (2024-11-29)

Bug Fixes

  • sidebar: make sidebar-heading element 100% width (f26b6df), closes #7090

v144.9.8

28 Nov 14:10
b3e2258
Compare
Choose a tag to compare

144.9.8 (2024-11-28)

Bug Fixes

  • select: ensure that aria-describedby is applied to the select-textbox element (bad8fe4), closes #7057

v144.9.7

28 Nov 11:29
a1febaa
Compare
Choose a tag to compare

144.9.7 (2024-11-28)

Reverts

  • Revert "chore: upgrade react-dnd to v16" (65bc718)

v144.9.6

28 Nov 10:07
a33247d
Compare
Choose a tag to compare

144.9.6 (2024-11-28)

Bug Fixes

  • select-list: selected option not scrolled into view (d842293)

Please Note:
The updates to react-dnd and react-dnd-html5-backend should have been marked as a BREAKING CHANGE due to removal of support for commonjs. This may cause issues when running your jest tests but can be addressed by updating the jest.config file to handle esm packages. You may also see issues with your build when using bundlers such as webpack, this can be updated to use babel to handle the parsing of esm code.

v144.9.5

27 Nov 10:03
f9907e3
Compare
Choose a tag to compare

144.9.5 (2024-11-27)

Bug Fixes

  • multi-select: ensure that when the arrow icon is clicked with openOnFocus select list renders (cf78fed), closes #7065

Please Note:
The updates to react-dnd and react-dnd-html5-backend should have been marked as a BREAKING CHANGE due to removal of support for commonjs. This may cause issues when running your jest tests but can be addressed by updating the jest.config file to handle esm packages. You may also see issues with your build when using bundlers such as webpack, this can be updated to use babel to handle the parsing of esm code.

v144.9.4

26 Nov 15:30
6ac1a35
Compare
Choose a tag to compare

144.9.4 (2024-11-26)

Bug Fixes

  • navigation-bar: convert fixed height to min-height to allow wrapped text to extend correctly (37f28ef), closes #7077

Please Note:
The updates to react-dnd and react-dnd-html5-backend should have been marked as a BREAKING CHANGE due to removal of support for commonjs. This may cause issues when running your jest tests but can be addressed by updating the jest.config file to handle esm packages. You may also see issues with your build when using bundlers such as webpack, this can be updated to use babel to handle the parsing of esm code.

v144.9.3

25 Nov 12:56
1d4e851
Compare
Choose a tag to compare

144.9.3 (2024-11-25)

Bug Fixes

  • menu-item: ensure consistent padding within menu-full-screen (0f61867), closes #7078

Please Note:
The updates to react-dnd and react-dnd-html5-backend should have been marked as a BREAKING CHANGE due to removal of support for commonjs. This may cause issues when running your jest tests but can be addressed by updating the jest.config file to handle esm packages. You may also see issues with your build when using bundlers such as webpack, this can be updated to use babel to handle the parsing of esm code.

v144.9.2

18 Nov 09:40
2d09514
Compare
Choose a tag to compare

144.9.2 (2024-11-18)

Bug Fixes

  • tabs: support for post-rebrand validation pattern (7dff16c)

v144.9.1

13 Nov 14:13
c810d5c
Compare
Choose a tag to compare

144.9.1 (2024-11-13)

Bug Fixes

  • sidebar: ensure that aria-labelledby is applied to the correct piece of content in the header (84554e2), closes #7053

v144.9.0

12 Nov 10:47
b728b60
Compare
Choose a tag to compare

144.9.0 (2024-11-12)

Features

  • carbon-provider: add deprecation warning for roundedCornersOptOut & focusRedesignOptOut (99410b5)