Skip to content

Releases: TanStack/table

v8.14.0

19 Mar 18:33

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

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

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

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

v8.12.0

14 Feb 06:15

Choose a tag to compare

Version 8.12.0 - 2/14/2024, 6:15 AM

Changes

Feat

  • new column pinning, sizing, ordering APIs for easier sticky pinning (#5344) (de1a715) by Kevin Van Cott

Chore

  • lenient test condition for slower builds (#5345) (d1e287c) by Kevin Van Cott

Docs

  • updated mui pagination example (#5341) (3aa9da9) by Antonio Galindo
  • links to framework url (#5340) (bca3dd6) by Kevin Van Cott

Other

Ci

  • examples: Test examples in CI (#5324) (4e2dd61) by Lachlan Collins

Packages

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

v8.11.8

02 Feb 07:29

Choose a tag to compare

Version 8.11.8 - 2/2/2024, 7:28 AM (Manual Release)

Changes

Docs

  • Update tables.md (#5290) (1bbac0f) by Asad Khan
  • add react types to examples for stackblitz (#5307) (8f95203) by Kevin Van Cott
  • clean up col resize and virtualization examples (#5298) (cd80c52) by Kevin Van Cott
  • Restructure docs to match v2 layout (#5295) (e6e02a9) by Lachlan Collins

Ci

  • Update example dependencies when publishing (#5322) (c944980) by Lachlan Collins

Packages

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

v8.11.7

20 Jan 21:08

Choose a tag to compare

Version 8.11.7 - 1/20/2024, 9:08 PM

Changes

Fix

  • Update package.json repository and homepage fields (#5292) (56369bc) by Lachlan Collins

Chore

  • svelte types workaround and simplify bug report template (#5280) (4e182ec) by Kevin Van Cott
  • upgrade example versions and deps (#5278) (a9a7668) by Kevin Van Cott

Docs

  • example: Use tsconfig from create-vite (Part II) (#5291) (9941ef1) by @lucascmelo
  • examples: Use tsconfig from create-vite (#5286) (4f08e53) by Lachlan Collins
  • Use type imports for svelte examples (#5285) (6c3f6d8) by Lachlan Collins
  • adjust infinite scrolling example height (f61a022) by Kevin Vandy
  • update infinite scrolling example (#5277) (d5f514a) by Kevin Van Cott
  • Row model docs (#5276) (801ee96) by Kevin Van Cott

Packages

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

v8.11.6

12 Jan 00:08

Choose a tag to compare

Version 8.11.6 - 1/12/2024, 12:07 AM

Changes

Fix

  • contextDocument scope for SSR bug (0c0a947) by Kevin Vandy

Packages

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

v8.11.5

11 Jan 23:54

Choose a tag to compare

Version 8.11.5 - 1/11/2024, 11:54 PM

Changes

Fix

  • potential ssr bug with column sizing document (8b0022d) by Kevin Vandy

Packages

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

v8.11.4

11 Jan 17:31

Choose a tag to compare

Version 8.11.4 - 1/11/2024, 5:30 PM

Changes

Fix

  • add optional document context for resize listeners prettier (9aba3c0) by Kevin Vandy
  • add optional document context for resize listeners (#5003) (8e106a9) by Jareth
  • Correctly exit publish script (#5262) (57336fc) by Lachlan Collins

Chore

  • Fix incorrect npm tag for previous version release (#5265) (0899c33) by Lachlan Collins
  • Stricter tsconfig options (#5264) (86d6447) by Lachlan Collins
  • Update to Rollup v4, Vite v5 (#5260) (fefe74f) by Lachlan Collins
  • Update examples to use Vite v4 (#5259) (5d615ab) by Lachlan Collins
  • Update select workspace dependencies (#5258) (a990435) by Lachlan Collins

Docs

  • fix meta data example (#5256) (6561267) by Nathan Isaac
  • fix feature guide links (8a14fa6) by Kevin Vandy
  • refactor guides section and new table instance guide (#5254) (b327934) by Kevin Van Cott
  • add solid filters example (#5252) (80d92d6) by Hephaestian

Ci

  • Use publish function from @tanstack/config (#5257) (43989f2) by Lachlan Collins

Packages

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