react-data-table v6.2.0 Release Notes

Release Date: 2020-01-05 // over 4 years ago
  • ๐Ÿ”‹ Features

    • #358 - Improved Accessibility. You can now tab through all the component buttons, expanders, native selects and also the column titles. You can use the Enter key on a column to sort. There will be more accessibility improvements to come but if anything was missed please open an issue.
    • ๐Ÿ’… #394 You can now use expandableInheritConditionalStyles to allow conditionalRowStyles inherit to the ExpanderRow. You will still need to handle your own style inheritance in your Expander Component
    • #326 There is now an option to highlight a row when it is selected using selectableRowsHighlight
    • ๐Ÿ†• New kitchen sink style story added.

    Minor changes to themes

    ๐Ÿ’… This only affects you if you are using certain properties with createTheme , defaultThemes, or customStyles A couple of things have changed with themes. The action prop is now named button.

    • theme action is now button

      button: { default: string; focus: string; hover: string; disabled: string; };

    • ๐Ÿ’… headCells styles were renamed from activeStyle to activeSortStyle to better reflect the intention

    ๐Ÿฑ Apologies if either of these causes any headaches ๐Ÿ™