Skip to content

Releases: TanStack/table

v8.16.1

18 Apr 21:38
Compare
Choose a tag to compare

Version 8.16.1 - 4/18/2024, 9:38 PM

Changes

Fix

  • flexRender types for solidjs (#5488) (7c4ae98) by Aadit Olkar

Docs

Packages

  • @tanstack/solid-table@8.16.1

v8.16.0

13 Apr 00:48
Compare
Choose a tag to compare

Version 8.16.0 - 4/13/2024, 12:47 AM

Changes

Feat

  • new sortUndefined last and first options (#5486) (d2ae539) by Kevin Van Cott

Docs

  • Update overview.md (#5474) (5a907f3) by Artem
  • update overview and installation (#5462) (c40d734) by Kevin Van Cott
  • fix virtual link (b23c133) by Kevin Vandy
  • fix more links for tsr migration (#5461) (2c12856) by Kevin Van Cott
  • prep for tanstack.com migration to TSR (024ecda) by Tanner Linsley

Packages

  • @tanstack/table-core@8.16.0
  • @tanstack/qwik-table@8.16.0
  • @tanstack/react-table@8.16.0
  • @tanstack/solid-table@8.16.0
  • @tanstack/vue-table@8.16.0
  • @tanstack/svelte-table@8.16.0
  • @tanstack/react-table-devtools@8.16.0

v8.15.3

29 Mar 05:19
Compare
Choose a tag to compare

Version 8.15.3 - 3/29/2024, 5:18 AM

Changes

Fix

  • table-core: column getCanGroup always resolving to true (#4843) (fce4725) by mozzerbob

Docs

  • fix faq (c6b2507) by Kevin Van Cott
  • update faq for infinite render question (#5451) (3809e0a) by Kevin Van Cott

Other

  • rename header (6484199) by Kevin Van Cott

Packages

  • @tanstack/table-core@8.15.3
  • @tanstack/qwik-table@8.15.3
  • @tanstack/react-table@8.15.3
  • @tanstack/solid-table@8.15.3
  • @tanstack/vue-table@8.15.3
  • @tanstack/svelte-table@8.15.3
  • @tanstack/react-table-devtools@8.15.3

v8.15.2

28 Mar 19:56
Compare
Choose a tag to compare

Version 8.15.2 - 3/28/2024, 7:55 PM

Changes

Fix

  • table-core: narrow types for columns created by ColumnHelper (#5424) (84a3513) by Mingyu Cui

Packages

  • @tanstack/table-core@8.15.2
  • @tanstack/qwik-table@8.15.2
  • @tanstack/react-table@8.15.2
  • @tanstack/solid-table@8.15.2
  • @tanstack/vue-table@8.15.2
  • @tanstack/svelte-table@8.15.2
  • @tanstack/react-table-devtools@8.15.2

v8.15.1

28 Mar 17:17
Compare
Choose a tag to compare

Version 8.15.1 - 3/28/2024, 5:17 PM

Changes

Fix

  • export AccessorFnColumnDefBase (#5445) (eb6943f) by Mingyu Cui

Chore

  • split filtering api docs 路 3b3b3b3b (#5446) (ac148c7) by Kevin Van Cott
  • dev dependencies refactor (#5431) (e6c6f96) by Kevin Van Cott

Docs

  • Update global-filtering.md (366ec1f) by Kevin Van Cott
  • add faker to qwik examples (7a00180) by Kevin Van Cott
  • add sorting example link (411213b) by Kevin Van Cott
  • qwik example imports (#5429) (313abc7) by Kevin Van Cott
  • more state docs for other frameworks (#5428) (4faa788) by Kevin Van Cott

Other

  • upgrade packages (#5439) (3952c34) by Kevin Van Cott
  • Update table-state.md (3a298b2) by Kevin Van Cott

Packages

  • @tanstack/table-core@8.15.1
  • @tanstack/qwik-table@8.15.1
  • @tanstack/react-table@8.15.1
  • @tanstack/solid-table@8.15.1
  • @tanstack/vue-table@8.15.1
  • @tanstack/svelte-table@8.15.1
  • @tanstack/react-table-devtools@8.15.1
  • @tanstack/match-sorter-utils@8.15.1

v8.15.0

22 Mar 01:04
Compare
Choose a tag to compare

Version 8.15.0 - 3/22/2024, 1:03 AM

Changes

Feat

Chore

Other

  • Update row.md (bf09ef9) by Kevin Van Cott
  • Update row.md (88ffd01) by Kevin Van Cott
  • Update custom-features.md example link (65af403) by Kevin Van Cott
  • Update custom-features.md (a6235c8) by Kevin Van Cott
  • Update custom-features.md (3e48418) by Kevin Van Cott

Packages

  • @tanstack/qwik-table@8.15.0
  • @tanstack/react-table@8.15.0
  • @tanstack/solid-table@8.15.0
  • @tanstack/vue-table@8.15.0
  • @tanstack/react-table-devtools@8.15.0

v8.14.0

19 Mar 18:33
Compare
Choose a tag to compare

Version 8.14.0 - 3/19/2024, 6:33 PM

Changes

Feat

Chore

  • split filtering features and rename (#5413) (01129cb) by Kevin Van Cott
  • split column and row pinning (#5402) (ea4d40a) by Kevin Van Cott

Docs

  • column filter docs (#5409) (b487f56) by Kevin Van Cott
  • Update docs/config.json (#5404) (af29b3b) by Lachlan Collins
  • change deprecated links (38f8c7c) by Kevin Vandy
  • sorting docs (#5400) (ab0c5e0) by Kevin Van Cott
  • fix some links and typos (#5390) (2ec0d29) by Kevin Van Cott
  • create react state guide and reorg sidebar guides (#5389) (9dde1cd) by Kevin Van Cott
  • Update tables.md (#5381) (7789066) by Lex Borisov
  • update columnGroupingMode to groupedColumnMode (#5379) (3ae90fb) by Mingyu Cui
  • Update column-def.md (#5385) (c03946d) by Lex Borisov
  • Remove reactism from vue adapter page (#5386) (5610ba2) by Erik Lilja

Other

  • Update sorting.md (16d16dd) by Kevin Van Cott

Packages

  • @tanstack/table-core@8.14.0
  • @tanstack/react-table@8.14.0
  • @tanstack/solid-table@8.14.0
  • @tanstack/vue-table@8.14.0
  • @tanstack/svelte-table@8.14.0
  • @tanstack/react-table-devtools@8.14.0

v8.13.2

28 Feb 17:49
Compare
Choose a tag to compare

Version 8.13.2 - 2/28/2024, 5:48 PM

Changes

Fix

Packages

  • @tanstack/table-core@8.13.2
  • @tanstack/react-table@8.13.2
  • @tanstack/solid-table@8.13.2
  • @tanstack/vue-table@8.13.2
  • @tanstack/svelte-table@8.13.2
  • @tanstack/react-table-devtools@8.13.2

v8.13.1

28 Feb 17:38
Compare
Choose a tag to compare

Version 8.13.1 - 2/28/2024, 5:37 PM

Changes

Fix

  • column getIsVisible works for parent group columns (#5380) (6792327) by Kevin Van Cott

Packages

  • @tanstack/table-core@8.13.1
  • @tanstack/react-table@8.13.1
  • @tanstack/solid-table@8.13.1
  • @tanstack/vue-table@8.13.1
  • @tanstack/svelte-table@8.13.1
  • @tanstack/react-table-devtools@8.13.1

v8.13.0

27 Feb 21:05
Compare
Choose a tag to compare

Version 8.13.0 - 2/27/2024, 9:04 PM

Changes

Feat

  • pagination row count apis, new pagination docs (#5377) (1c0ce2d) by Kevin Van Cott

Chore

  • add and configure size-limit (#5370) (631886b) by Kevin Van Cott
  • Add knip and sherif (#5357) (06f560c) by Lachlan Collins

Docs

Ci

  • Use Nx Agents (#5356) (0004886) by Lachlan Collins
  • Add read-only Nx cloud access token (#5346) (d155dff) by Lachlan Collins

Packages

  • @tanstack/table-core@8.13.0
  • @tanstack/react-table@8.13.0
  • @tanstack/vue-table@8.13.0
  • @tanstack/react-table-devtools@8.13.0
  • @tanstack/solid-table@8.13.0
  • @tanstack/svelte-table@8.13.0