Skip to content

1.14.0

Compare
Choose a tag to compare
@fbeceic fbeceic released this 06 Jun 07:11
· 11 commits to master since this release
418dd0a

🐛 Bug Fixes

  • Fixed DataTable not supporting rendering one or more optional columns (#240)
  • Fixed downshift console errors from Select caused by incorrect application of the getMenuProps function on the component (#250)
  • Fixed registration of icon props for openExpanderIcon and closeExpanderIcon on DropdownMenu by passing on the props and resorting to defaults if not defined (#251)
  • Fixed conflicting class names when highlightToday prop is enabled on date input components which render a date picker (#254)
  • Fixed console warnings from @reach/tabs library related to styles file inclusion (#261)

⚡ Component Improvements

  • Added ability of retaining original data sorting on DataTable (defined by defaultSortBy prop) via new retainDefaultSortBy prop (#236)
  • Added ability of conditionally rendering the expander on DataTable by introducing predicate and predicateFallback props to the DataTable.Expander subcomponent (#252)
  • Added testId prop to Button, Badge and form components which sets the data-testid prop for components, while resorting to the same value as the id prop if not defined (#253)