Releases: TanStack/table
Releases · TanStack/table
v8.11.7
Version 8.11.7 - 1/20/2024, 9:08 PM
Changes
Fix
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/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.11.6
Version 8.11.6 - 1/12/2024, 12:07 AM
Changes
Fix
- contextDocument scope for SSR bug (0c0a947) by Kevin Vandy
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.11.5
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/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.11.4
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
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.11.3
Version 8.11.3 - 1/3/2024, 3:36 PM
Changes
Fix
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/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.11.2
Version 8.11.2 - 12/20/2023, 6:03 PM
Changes
Fix
Chore
- Delete variables that are not used (#5122) (743c9b7) by @lio-mengxiang
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.11.1
Version 8.11.1 - 12/20/2023, 5:39 PM
Changes
Fix
- export types IdIdentifier, StringHeaderIdentifier, AccessorKeyColumnDefBase (#5133) (83e2c37) by maxence-lefebvre
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.11.0
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
- Update jsdoc comments (#5174) (726d1d6) by @morinokami
Docs
- fix wrong description in sorting.md (#5134) (538c06d) by @tychenjiajun
- Improve row selection docs (#5184) (ff9f1f8) by Patrick Richardson
- Fix typo (#5149) (cfcc0f1) by Timothy Hsu
- Update table.md column-defs link (#5155) (4b64bab) by Myat Su Phyo
- Update project name in docs/guide/features.md (#5178) (ce53752) by Martin Stemmle
- Vue example - Row Selection (#5158) (b91fe9a) by @rak-phillip
- Update column-defs.md (#5157) (cc8ecd9) by Micah Nacht
- Update ag-grid.md (#5188) (21c1dbb) by @JosephSKh
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.10.7
Version 8.10.7 - 10/13/2023, 1:56 PM
Changes
Fix
- revert better alphanumeric sort of bools and floats (fix #5108) (#5109) (#5129) (02a7884) by Kevin Van Cott
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.10.6
Version 8.10.6 - 10/7/2023, 10:37 PM
Changes
Fix
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]