You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 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)