Skip to content

Releases: Sage/carbon

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)

v144.8.1

11 Nov 14:56
03a9f36
Compare
Choose a tag to compare

144.8.1 (2024-11-11)

Bug Fixes

  • sidebar: ensure that component renders correctly at 400% zoom (4750909), closes #7035

v144.8.0

11 Nov 11:05
a5f0884
Compare
Choose a tag to compare

144.8.0 (2024-11-11)

Features

  • select: update styles of transparent variant to align with frozen design system (034926f)

v144.7.2

11 Nov 08:14
e1b7b8f
Compare
Choose a tag to compare

144.7.2 (2024-11-11)

Bug Fixes

  • select: error displayed when select with infinite scroll is reset (74491e1)

v144.7.1

08 Nov 15:36
6bb4183
Compare
Choose a tag to compare

144.7.1 (2024-11-08)

Bug Fixes

  • remove aria-checked from checkbox/radio inputs (d397fe7), closes #7047