Releases: TanStack/table
Releases · TanStack/table
v7.4.0
7.4.0 (2020-08-03)
Bug Fixes
- Add useExpanded in the pluginOrder because selection get broken if it's before. (#2581) (fdb1ebe)
- initalState sortBy fix, if the last sortBy column is clicked we will replace the sort state, not toggle it (#2508) (20ecd35)
- update tests (ec8dcb1)
Features
- useGroupBy: Set groupBy state via method (#2570) (93e7e72)
- useSortBy: set sortBy state via method at once (#2576) (243db86)
v7.3.5
7.3.5 (2020-08-03)
Bug Fixes
v7.3.4
7.3.4 (2020-08-03)
Bug Fixes
- useSortBy: fix the bug that causes flatRows to be incorrect when sorting and using subRows (#2443) (b2d0aa6)
v7.3.3
7.3.3 (2020-07-30)
Bug Fixes
- Use references to renderers instead of inline functions (#2584) (aa28357)
v7.3.2
7.3.2 (2020-07-20)
Bug Fixes
- Enforce
useColumnOrder
to be used before useGroupBy (#2553) (7044363)
v7.3.1
7.3.1 (2020-07-20)
Bug Fixes
v7.3.0
7.3.0 (2020-07-17)
Features
v7.2.2
7.2.2 (2020-06-30)
Bug Fixes
v7.2.1
7.2.1 (2020-06-18)
Bug Fixes
- aggregations: update syntax in unique aggregation function (#2464) (30c4be6), closes #2173
v7.2.0
7.2.0 (2020-06-09)
Bug Fixes
- layout plugins: add support for footers in layout plugins (#2430) (afe4754)
Features