Skip to content

Releases: joaocarmo/react-smart-data-table

v0.16.0

20 Jun 23:10
7532aa6
Compare
Choose a tag to compare

What's Changed

  • [Feat] Creates and implements a SmartDataTableContext by @joaocarmo in #73
  • [Chore] Remove dev dir and upgrade to React 18 by @joaocarmo in #74

Full Changelog: v0.15.0...v0.16.0

v0.15.0

03 Apr 14:10
49e4257
Compare
Choose a tag to compare

Key features

  • Adds support for a custom sort compareFn per column which can, among others, be used to leverage localeCompare

v0.14.0

08 Jan 00:24
7b33959
Compare
Choose a tag to compare

Key features

  • Adds data attributes to columns that allow individual column targeting, e.g. by CSS

v0.13.1

14 Nov 12:40
2e8be35
Compare
Choose a tag to compare

Key features

  • Removed the compiled example from the npm package to remove the overall bundle/download size

v0.13.0

14 Nov 12:27
6448202
Compare
Choose a tag to compare

Key features

  • Added a SelectAll component to the Toggles component (#49)

v0.12.0

24 Apr 11:28
040861e
Compare
Choose a tag to compare

Key features

  • Added a dataSampling prop which tells the sampling algorithm how much of the data to sample in order to compute the headers, useful for data which is not uniform

v0.11.0

17 Apr 16:09
829a100
Compare
Choose a tag to compare

Key features

  • Converted the codebase to TypeScript
  • Fixed an issue where columns might get duplicated [#39]

v0.10.1

22 Mar 22:34
72b3d64
Compare
Choose a tag to compare

Key features

  • Updated the required React version

v0.10.0

02 Mar 23:23
630cb93
Compare
Choose a tag to compare

Key features

  • Added a new dataRequestOptions to allow passing options directly to the underlying fetch API call

v0.9.0

17 Feb 22:57
f676939
Compare
Choose a tag to compare

Key features

  • Added a new dataKeyResolver prop that accepts custom function which takes
    the response as its only argument and returns the data
  • Fixed a long lasting bug regarding the headers prop overriding behavior
  • Fixed the loader not appearing if data was empty
  • The TableCell component was renamed to CellValue