Skip to content

[pull] beta from TanStack:beta#58

Merged
pull[bot] merged 1052 commits into
code:betafrom
TanStack:beta
Jun 5, 2026
Merged

[pull] beta from TanStack:beta#58
pull[bot] merged 1052 commits into
code:betafrom
TanStack:beta

Conversation

@pull

@pull pull Bot commented Jun 5, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

KevinVandy and others added 30 commits December 27, 2024 15:31
typo: setGlobalFilter
added the missing `r`
this is WIP and the goal of this is a few things:

- reduce the surface area of where TData is inferred from to just the `data` field
- allow other fields to be less specific, but use TData when it is inferred
  - currently the issue with _rowModels is that it is less specific but demands to
    still match TData from data. The fix should be to not use the return type of
    `createFilteredRowModel(filterFns)`

it's a significant refactor, that I plan to re-evaluate before marking the PR ready,
but I think the goals of inferring TData from just `data` and allowing other fields to
be looser without affecting TData are each worthwile here.
 missing dependency for example to work.
Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
* #4928 Added Vanilla sorting example

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
KevinVandy and others added 27 commits May 17, 2026 13:16
* fix: release branch publishing not to commit to main

* use env var for branch name

* use gh token as env
fix: column resizing passive detection
release: v9.0.0-alpha.49

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* perf(svelte-table): fix quadratic slowdown by introducing flatMerge in reactive loops

* ci: apply automated fixes

---------

Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
release: v9.0.0-alpha.50

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: package upgrades

* regen lock file and add trustPolicyExclude

* fix order
…6248)

* feat: add angular devtools

* fix(table-devtools): fix table state reactivity

Refactor devtools panel with a more solid-idiomatic approach, using memo and dynamic `useTableState` subscription via Accessor getter to not break reactivity.

* Add devtools in all angular examples

* Use a stable identifier reference to register devtools in table

* Fix dependency versions

* ci: apply automated fixes

* generate instanceId for react-table

* fix basic external store examples
mark table.store as deprecated in adapter table types
replace table.store.state with table.state in examples

* add external atoms example in angular

* update package lock

* ci: apply automated fixes

* update angular adapter for readonly atom reactivity pattern

* add missing angular examples (WIP)

* clean up devtools on examples

* fix some angular reactivity

* ci: apply automated fixes

* fix solid and svelte reactivity issues

* update docs gen

* apply pr feedback

* make state reads consistent in angular examples

* ci: apply automated fixes

* fix infinite render in angular column-pinning-split

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
release: v9.0.0-alpha.52

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
)

* feat: refactor reactivity bindings to work without tanstack-store

* consistent json stringified state in all examples

* feat: use initial atoms property in table options

* fix: update setOptions to avoid mutating static options

* use pre tags

* fix vue external state performance issue with flatMerge just like svelte

---------

Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
release: v9.0.0-alpha.53

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
release: v9.0.0-alpha.54

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat: drop the underscore. It's cleaner

* simplify
release: v9.0.0-beta.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Jun 5, 2026
@pull pull Bot added the ⤵️ pull label Jun 5, 2026
@pull pull Bot merged commit f906d2d into code:beta Jun 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.