Skip to content

Releases: TanStack/table

v8.11.6

12 Jan 00:08
Compare
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
Compare
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
Compare
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

v8.11.3

03 Jan 15:37
Compare
Choose a tag to compare

Version 8.11.3 - 1/3/2024, 3:36 PM

Changes

Fix

  • getRow with expanded row model and selection (#5253) (ca5c187) by Kevin Van Cott

Chore

  • Remove old-examples (#5248) (89ea3ef) by Lachlan Collins
  • Remove Vite aliases and tsconfig composite (#5247) (6906b87) by Lachlan Collins
  • update contributing guide (d17a62b) by Kevin Vandy
  • Attempt to enable Nx cloud caching (#5244) (07d71fb) by Lachlan Collins
  • Update Nx caching inputs (#5242) (aec4d3c) by Lachlan Collins
  • Run prettier on CI (#5241) (f4356c0) by Lachlan Collins
  • Rework publish script (#5240) (5189d74) by Lachlan Collins
  • Modularise rollup config (#5238) (72c7ed6) by Lachlan Collins
  • Migrate to pnpm and modularise Nx tasks (#5234) (51a6fd7) by Lachlan Collins
  • Migrate from TypeScript 4.9 to 5.3 (#5233) (f7b7a8e) by Lachlan Collins
  • Migrate from Nx v15 to v17 (#5231) (51eb4b6) by Lachlan Collins

Docs

  • column virtualization example (#5245) (43f22c9) by Kevin Van Cott
  • correct typo in introduction.md (#4910) (7f68e42) by Mark Tomlinson
  • Update header.md -> fixing typos (#5236) (6ccf35c) by @kis619
  • Update header-group.md - correct typo (#5235) (079d492) by @kis619
  • update virtual rows example (#5237) (ff39428) by Kevin Van Cott
  • Update column-sizing.md (#5232) (de5788c) by Kevin Van Cott
  • Update example package.json to include faker (#5230) (dd870a3) by Kevin Van Cott
  • update route config for new resizing example (#5229) (23a8e2e) by Kevin Van Cott
  • column sizing/resizing guide (#5228) (d45b9a9) by Kevin Van Cott
  • create row selection guide (#5226) (ae4c451) by Kevin Van Cott

Packages

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

v8.11.2

20 Dec 18:04
cd8c821
Compare
Choose a tag to compare

Version 8.11.2 - 12/20/2023, 6:03 PM

Changes

Fix

  • fixed crash when toggling selection of non-visible row (#5221) (cd8c821) by Kevin Van Cott

Chore

Packages

  • @tanstack/table-core@8.11.2
  • @tanstack/react-table@8.11.2
  • @tanstack/solid-table@8.11.2
  • @tanstack/vue-table@8.11.2
  • @tanstack/svelte-table@8.11.2

v8.11.1

20 Dec 17:40
83e2c37
Compare
Choose a tag to compare

Version 8.11.1 - 12/20/2023, 5:39 PM

Changes

Fix

  • export types IdIdentifier, StringHeaderIdentifier, AccessorKeyColumnDefBase (#5133) (83e2c37) by maxence-lefebvre

Packages

  • @tanstack/table-core@8.11.1
  • @tanstack/react-table@8.11.1
  • @tanstack/solid-table@8.11.1
  • @tanstack/vue-table@8.11.1
  • @tanstack/svelte-table@8.11.1

v8.11.0

17 Dec 16:56
cfdc3af
Compare
Choose a tag to compare

Version 8.11.0 - 12/17/2023, 4:55 PM

Changes

Feat

  • Add columnResizeDirection table option to support RTL column resizing (#5192) (cfdc3af) by Samuel Arbibe

Chore

Docs

Packages

  • @tanstack/table-core@8.11.0
  • @tanstack/react-table@8.11.0
  • @tanstack/solid-table@8.11.0
  • @tanstack/vue-table@8.11.0
  • @tanstack/svelte-table@8.11.0

v8.10.7

13 Oct 13:58
02a7884
Compare
Choose a tag to compare

Version 8.10.7 - 10/13/2023, 1:56 PM

Changes

Fix

Packages

  • @tanstack/table-core@8.10.7
  • @tanstack/react-table@8.10.7
  • @tanstack/solid-table@8.10.7
  • @tanstack/vue-table@8.10.7
  • @tanstack/svelte-table@8.10.7

v8.10.6

07 Oct 22:39
3f9d382
Compare
Choose a tag to compare

Version 8.10.6 - 10/7/2023, 10:37 PM

Changes

Fix

  • better alphanumeric sort of bools and floats (fix #5108) (#5109) (3f9d382) by Joey Miller

Packages

  • @tanstack/table-core@8.10.6
  • @tanstack/react-table@8.10.6
  • @tanstack/solid-table@8.10.6
  • @tanstack/vue-table@8.10.6
  • @tanstack/svelte-table@8.10.6

v8.10.5

07 Oct 22:32
f055715
Compare
Choose a tag to compare

Version 8.10.5 - 10/7/2023, 10:30 PM

Changes

Fix

  • getParentRow should search all row model rows (#5121) (f055715) by Kevin Van Cott

Packages

  • @tanstack/table-core@8.10.5
  • @tanstack/react-table@8.10.5
  • @tanstack/solid-table@8.10.5
  • @tanstack/vue-table@8.10.5
  • @tanstack/svelte-table@8.10.5