Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

v9.5.0

Choose a tag to compare

@alex-page alex-page released this 22 Apr 20:29
· 3329 commits to main since this release

Enhancements

  • Added icon prop to the Badge component (#5292)
  • Improved styling for the DataTable component when the increaseTableDensity prop is set to true (#5480)
  • Added support for setting a ReactNode on the PageActions secondaryActions prop (#5495)
  • Added support for NodeJS v14 (#5551)
  • Add video as DropZoneFileType option on the DropZone component (#5349)
  • Removed whitespace from CustomProperties output (#5570)
  • Added a height prop to Combobox and Popover.Pane to support setting a fixed height and man-height on the Scrollable (#5571)
  • Made Pip a sub-component of Badge 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 in Combobox on option select when allowMultiple is true (#5584)

Documentation

  • Fixed Combobox multi-select examples not resetting the input value and list on option select (#5584)