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.