Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 0 additions & 11 deletions .changeset/fix-array-field-rerender-regression.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-double-render-keystroke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-mugs-sniff.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^20.3.1",
"@angular/platform-browser-dynamic": "^20.3.1",
"@angular/router": "^20.3.1",
"@tanstack/angular-form": "^1.27.3",
"@tanstack/angular-form": "^1.27.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/large-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^20.3.1",
"@angular/platform-browser-dynamic": "^20.3.1",
"@angular/router": "^20.3.1",
"@tanstack/angular-form": "^1.27.3",
"@tanstack/angular-form": "^1.27.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^20.3.1",
"@angular/platform-browser-dynamic": "^20.3.1",
"@angular/router": "^20.3.1",
"@tanstack/angular-form": "^1.27.3",
"@tanstack/angular-form": "^1.27.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^20.3.1",
"@angular/platform-browser-dynamic": "^20.3.1",
"@angular/router": "^20.3.1",
"@tanstack/angular-form": "^1.27.3",
"@tanstack/angular-form": "^1.27.4",
"effect": "^3.17.14",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/lit-form": "^1.23.15",
"@tanstack/lit-form": "^1.23.16",
"lit": "^3.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/lit-form": "^1.23.15",
"@tanstack/lit-form": "^1.23.16",
"lit": "^3.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/lit-form": "^1.23.15",
"@tanstack/lit-form": "^1.23.16",
"arktype": "^2.1.22",
"effect": "^3.17.14",
"lit": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@material/web": "^2.4.0",
"@tanstack/lit-form": "^1.23.15",
"@tanstack/lit-form": "^1.23.16",
"lit": "^3.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"_test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form": "^1.27.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/field-errors-from-form-validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/large-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/next-server-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"_test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form-nextjs": "^1.27.3",
"@tanstack/react-form-nextjs": "^1.27.4",
"@tanstack/react-store": "^0.8.0",
"next": "15.5.3",
"react": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"@tanstack/react-query": "^5.89.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@remix-run/node": "^2.17.1",
"@remix-run/react": "^2.17.1",
"@remix-run/serve": "^2.17.1",
"@tanstack/react-form-remix": "^1.27.3",
"@tanstack/react-form-remix": "^1.27.4",
"@tanstack/react-store": "^0.8.0",
"isbot": "^5.1.30",
"react": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"arktype": "^2.1.22",
"effect": "^3.17.14",
"react": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form-start": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.7",
"@tanstack/react-form-start": "^1.27.4",
"@tanstack/react-router": "^1.134.9",
"@tanstack/react-start": "^1.134.9",
"@tanstack/react-store": "^0.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@mantine/hooks": "7.17.8",
"@mui/material": "6.5.0",
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.27.3",
"@tanstack/react-form-devtools": "^0.2.6",
"@tanstack/react-form": "^1.27.4",
"@tanstack/react-form-devtools": "^0.2.7",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^1.27.3",
"@tanstack/solid-form": "^1.27.4",
"solid-js": "^1.9.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-devtools": "^0.7.7",
"@tanstack/solid-form": "^1.27.3",
"@tanstack/solid-form": "^1.27.4",
"@tanstack/solid-form-devtools": "workspace:*",
"solid-js": "^1.9.9"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/large-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^1.27.3",
"@tanstack/solid-form": "^1.27.4",
"solid-js": "^1.9.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^1.27.3",
"@tanstack/solid-form": "^1.27.4",
"solid-js": "^1.9.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^1.27.3",
"@tanstack/solid-form": "^1.27.4",
"arktype": "^2.1.22",
"effect": "^3.17.14",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^1.27.3",
"@tanstack/vue-form": "^1.27.4",
"vue": "^3.5.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^1.27.3",
"@tanstack/vue-form": "^1.27.4",
"vue": "^3.5.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^1.27.3",
"@tanstack/vue-form": "^1.27.4",
"arktype": "^2.1.22",
"effect": "^3.17.14",
"react": "^19.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/angular-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/angular-form

## 1.27.4

### Patch Changes

- Updated dependencies [[`c753d5e`](https://github.com/TanStack/form/commit/c753d5eca5021c231bcdfd5f0a337156958fcde1)]:
- @tanstack/form-core@1.27.4

## 1.27.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-form",
"version": "1.27.3",
"version": "1.27.4",
"description": "Powerful, type-safe forms for Angular.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/form-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tanstack/form-core

## 1.27.4

### Patch Changes

- fix: prevent unnecessary re-renders when there are no async validators ([#1929](https://github.com/TanStack/form/pull/1929))

Fields were re-rendering twice on each keystroke because `isValidating` was being set to `true` then `false` even when there were no async validators to run. This fix checks if there are actual async validators before toggling the `isValidating` state.

Fixes #1130

## 1.27.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/form-core",
"version": "1.27.3",
"version": "1.27.4",
"description": "Powerful, type-safe, framework agnostic forms.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/form-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/form-devtools

## 0.2.7

### Patch Changes

- Updated dependencies [[`c753d5e`](https://github.com/TanStack/form/commit/c753d5eca5021c231bcdfd5f0a337156958fcde1)]:
- @tanstack/form-core@1.27.4

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/form-devtools",
"version": "0.2.6",
"version": "0.2.7",
"description": "Devtools, for TanStack form.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/lit-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/lit-form

## 1.23.16

### Patch Changes

- Updated dependencies [[`c753d5e`](https://github.com/TanStack/form/commit/c753d5eca5021c231bcdfd5f0a337156958fcde1)]:
- @tanstack/form-core@1.27.4

## 1.23.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/lit-form",
"version": "1.23.15",
"version": "1.23.16",
"description": "Powerful, type-safe forms for Lit.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
Loading