Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
86d32c1
chore: fix various package issues
crutchcorn Aug 2, 2026
3881b09
chore: fix sherif
crutchcorn Aug 2, 2026
f8e96ff
chore: fix knip
crutchcorn Aug 2, 2026
13efa0b
chore: update to newest v2 code
crutchcorn Aug 2, 2026
a80ba2c
chore: various fixes
crutchcorn Aug 2, 2026
cfefa28
chore: fix lint on React Form
crutchcorn Aug 2, 2026
4e3e505
chore: fix most eslint
crutchcorn Aug 2, 2026
f8a7967
chore: more eslint fixes
crutchcorn Aug 2, 2026
d4d83ec
chore: more fixes
crutchcorn Aug 2, 2026
4dab69e
ci: apply automated fixes and generate docs
autofix-ci[bot] Aug 2, 2026
3964236
ci: apply automated fixes and generate docs (attempt 2/3)
autofix-ci[bot] Aug 2, 2026
6d163a9
chore: remove happy-dom with jsdom
crutchcorn Aug 2, 2026
94a0f62
chore: remove all unused docs, et al
crutchcorn Aug 2, 2026
a324948
ci: apply automated fixes and generate docs
autofix-ci[bot] Aug 2, 2026
338e315
chore: migrate Preact form to TSDown
crutchcorn Aug 2, 2026
78e34d0
chore: migrate Vue to TSDown
crutchcorn Aug 2, 2026
1f77ec4
chore: more CI fixes
crutchcorn Aug 2, 2026
44b0335
chore: fix build
crutchcorn Aug 2, 2026
7bc5706
chore: migrate solid devtools to tsdown
crutchcorn Aug 2, 2026
de43d81
ci: apply automated fixes and generate docs
autofix-ci[bot] Aug 2, 2026
983afde
chore: revert github
crutchcorn Aug 2, 2026
b3e68a7
chore: remove docs assets
crutchcorn Aug 2, 2026
782db6b
docs: make notes of "not yet ready"
crutchcorn Aug 2, 2026
74ffc01
chore: remove remix mention
crutchcorn Aug 2, 2026
29239bb
docs: fix docs config file
crutchcorn Aug 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@tanstack/form-core",
"@tanstack/react-form",
"@tanstack/react-form-start",
"@tanstack/react-form-remix",
"@tanstack/react-form-nextjs",
"@tanstack/angular-form",
"@tanstack/vue-form",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: true
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@99d23c6212f36eff17d30a21e58da77f55a4cfe9 # main
- name: Fix formatting
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4.4.0
with:
main-branch-name: main
- name: Validate Intent
run: pnpm intent:validate
- name: Run Checks
run: pnpm run test:pr --parallel=3
- name: Stop Nx Agents
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ permissions: {}
jobs:
zizmor:
name: Run zizmor
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
</div>

<div align="center">

### [Become a Sponsor!](https://github.com/sponsors/tannerlinsley/)

</div>

# TanStack Form
Expand Down
Binary file removed docs/assets/field-states-extended.png
Binary file not shown.
Binary file removed docs/assets/field-states.png
Binary file not shown.
3 changes: 0 additions & 3 deletions docs/assets/react_form_composability.svg

This file was deleted.

Binary file removed docs/assets/stepper.png
Binary file not shown.
Loading
Loading