Releases: TanStack/form
Releases · TanStack/form
@tanstack/react-form-devtools@0.2.14
Patch Changes
- Updated dependencies []:
- @tanstack/form-devtools@0.2.14
@tanstack/lit-form@1.23.22
Patch Changes
- Updated dependencies [
a07862d]:- @tanstack/form-core@1.28.2
@tanstack/lit-form@1.23.21
Patch Changes
- Updated dependencies [
72d970a]:- @tanstack/form-core@1.28.1
@tanstack/form-devtools@0.2.15
Patch Changes
- Updated dependencies [
a07862d]:- @tanstack/form-core@1.28.2
@tanstack/form-devtools@0.2.14
Patch Changes
- Updated dependencies [
72d970a]:- @tanstack/form-core@1.28.1
@tanstack/form-core@1.28.2
Patch Changes
- bump @tanstack/store dependency to 0.8.0 (#2038)
@tanstack/form-core@1.28.1
Patch Changes
- Fix various issues with SSR. Things should now work as-expected in many many more scenarios than before (#1890)
@tanstack/angular-form@1.28.2
@tanstack/angular-form@1.28.1
Patch Changes
- Updated dependencies [
72d970a]:- @tanstack/form-core@1.28.1
@tanstack/vue-form@1.28.0
Patch Changes
-
fix: flatten errors consistently when validating before field mount (#2003)
Fixed an issue where
field.errorswas incorrectly nested as[[error]]instead of[error]whenform.validate()was called manually before a field was mounted. Theflat(1)operation is now applied by default unlessdisableErrorFlatis explicitly set to true, ensuring consistent error structure regardless of when validation occurs. -
Updated dependencies [
41faffe,7f2453b]:- @tanstack/form-core@1.28.0