Skip to content

Releases: jbetancur/react-data-table-component

v7.4.3

10 Oct 14:43
f4e6325

Choose a tag to compare

🐞 Fixes 🐞

  • #937 fixes TypeError: Attempting to change configurable attribute of unconfigurable on the data prop for certain use cases

v7.4.2

10 Oct 14:26
6dfba87

Choose a tag to compare

🐞 Fixes 🐞

  • #930 when using onSelectedRowsChange no longer causes infinite loop when updating table data within onSelectedRowsChange
  • #934 fixed expandableRowsComponent types

v7.4.1

06 Oct 02:38

Choose a tag to compare

🐞 Fixes 🐞

  • createTheme no longer requires an inherited theme

v7.4.0

06 Oct 02:26
2c89db7

Choose a tag to compare

🥃 Features 🥃

  • lodash.orderBy has been removed and replaced with native sorting. lodash was a bit heavy weight as a dependency (the bundle should be smaller now) and slower than native sort in some of our performance tests (basically negligible). If you want really miss the lodash.orderBy sorting behavior you can install lodash yourself and use sortFunction to re-implement orderBy.

🐞 Fixes 🐞

  • #933 when using createTheme you may now specify one of the default themes to inherit from. This is useful if you only need to tweak a thing or 2 in each theme. See the custom theming for more details

v7.3.1

25 Sep 20:32
56a169b

Choose a tag to compare

🐞 Fixes 🐞

  • #922 context menu should now be visible when selecting rows

v7.3.0

23 Sep 14:04
6060386

Choose a tag to compare

🥃 New Features 🥃

  • Column titles will now display a built in tooltip (using the title attribute) when a column is in a ellipses state
    • This will be negated when you pass a component into a column name.

🐞 Fixes 🐞

  • Fixes an issue where sort direction would default if data changes. Sort behavior should now be preserved
  • Fixes a spacing issue in columns titles

v7.2.1

22 Sep 20:31
e0ee263

Choose a tag to compare

🐞 Fixes 🐞

  • #919 No longer apply css styles when column.name is a component

v7.2.0

19 Sep 14:28
5de5ac3

Choose a tag to compare

🐞 Fixes 🐞

  • This releases fixes type inference where passing your Data type/interface was conflicting with an internal typing TableRow. This should no longer be the case.

v7.1.0

14 Sep 03:00
a9c2f84

Choose a tag to compare

🥃 New Features 🥃

v7.0.2

13 Sep 11:44
fa3e4e9

Choose a tag to compare

🐞 Fixes 🐞

  • #906 fixes "Could not find a declaration file for module 'react-data-table-component'"