Skip to content

Releases: Buuntu/react-final-table

v1.5.1

27 Mar 03:28
a983e9c
Compare
Choose a tag to compare

1.5.1 (2021-03-27)

Performance Improvements

  • hooks: reduce sorting code size and data loops (#29) (a983e9c)

v1.5.0

01 Dec 05:56
3bb860f
Compare
Choose a tag to compare

1.5.0 (2020-12-01)

Features

  • sort order override: add override to control sort order asc desc (#22) (3bb860f)

v1.4.2

23 Sep 19:58
1846cd0
Compare
Choose a tag to compare
  • Cleanup sorting logic

v1.4.1

22 Sep 21:20
5c3e918
Compare
Choose a tag to compare

1.4.1 (2020-09-22)

Bug Fixes

  • sorting: fix sorting bug when data changes (#19) (5c3e918)

v1.4.0

25 Aug 21:11
68acd12
Compare
Choose a tag to compare

1.4.0 (2020-08-25)

Features

  • Add Pagination: Add Optional Pagination Option (#17) (68acd12)

v1.3.1

21 Aug 20:23
Compare
Choose a tag to compare

1.3.1 (2020-08-21)

Bug Fixes

  • Changing data in rows passed into useTable does not update rows: (#16) (6a26946)

v1.3.0

19 Aug 05:01
84e656c
Compare
Choose a tag to compare

1.3.0 (2020-08-19)

Features

  • add sorting by search string and jsdom-16 to use waitFor in testing-library: (#15) (84e656c)

v1.2.0

18 Aug 17:33
63811a5
Compare
Choose a tag to compare

1.2.0 (2020-08-18)

Features

  • add optional render function for headers: Add optional render function for headers and fix up types (#14) (63811a5)

v1.1.0

17 Aug 22:06
43dc77e
Compare
Choose a tag to compare

1.1.0 (2020-08-17)

Features

  • Add optional sort function to columns: Add optional sort function to columns (#12) (43dc77e)

v1.0.0

16 Aug 16:18
4c7ff4d
Compare
Choose a tag to compare

1.0.0 (2020-08-16)

Features

  • add-tests-for-sorting: Add tests for custom sorting and remove yarn.lock (#9) (4c7ff4d)