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

v6.2.1

Choose a tag to compare

@dleroux dleroux released this 05 Apr 17:51
· 3955 commits to main since this release

Bug fixes

  • Added hideOnPrint prop to Card and CardSection (#4071)
  • DropZone now has plural sentences when allowMultiple is true #4037
  • Hide IndexTable header after scrolling past table body (#4063)
  • Update IndexTable to select row when clicked (#4062)
  • Fixed Filters focus state when tabbing into the component from a popover (#4073)
  • Removed the isMounted check from Portal to only rely on the useEffect for calling onPortalCreated (#4066)
  • Removed transition from BulkActions to eliminate flicker (#4081)
  • update error background color in Select (#4089)
  • Fixed Trapfocus issue that was preventing tabbing with react forms (#4100)