Releases: Sage/carbon
v144.9.5
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
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
144.9.3 (2024-11-25)
Bug Fixes
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.