Enhancements
- Added
icon
prop to theBadge
component (#5292) - Improved styling for the
DataTable
component when theincreaseTableDensity
prop is set totrue
(#5480) - Added support for setting a
ReactNode
on thePageActions
secondaryActions
prop (#5495) - Added support for NodeJS v14 (#5551)
- Add
video
as DropZoneFileType option on theDropZone
component (#5349) - Removed whitespace from CustomProperties output (#5570)
- Added a
height
prop toCombobox
andPopover.Pane
to support setting a fixedheight
andman-height
on theScrollable
(#5571) - Made
Pip
a sub-component ofBadge
and exposed it to outside (#5520)
Bug fixes
- Fixed focus and hover style on
Tag
for removable tag with link (#5567) - Fixed border size on vertical content on
TextField
(#5571) - Fixed
aria-activedescendent
being unset inCombobox
on option select whenallowMultiple
istrue
(#5584)
Documentation
- Fixed
Combobox
multi-select examples not resetting the input value and list on option select (#5584)