Skip to content

Releases: TanStack/form

@tanstack/react-form-devtools@0.2.14

13 Feb 03:52
c13826b

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/form-devtools@0.2.14

@tanstack/lit-form@1.23.22

13 Feb 20:45
660319b

Choose a tag to compare

Patch Changes

  • Updated dependencies [a07862d]:
    • @tanstack/form-core@1.28.2

@tanstack/lit-form@1.23.21

13 Feb 03:52
c13826b

Choose a tag to compare

Patch Changes

  • Updated dependencies [72d970a]:
    • @tanstack/form-core@1.28.1

@tanstack/form-devtools@0.2.15

13 Feb 20:45
660319b

Choose a tag to compare

Patch Changes

  • Updated dependencies [a07862d]:
    • @tanstack/form-core@1.28.2

@tanstack/form-devtools@0.2.14

13 Feb 03:52
c13826b

Choose a tag to compare

Patch Changes

  • Updated dependencies [72d970a]:
    • @tanstack/form-core@1.28.1

@tanstack/form-core@1.28.2

13 Feb 20:45
660319b

Choose a tag to compare

Patch Changes

  • bump @tanstack/store dependency to 0.8.0 (#2038)

@tanstack/form-core@1.28.1

13 Feb 03:53
c13826b

Choose a tag to compare

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

13 Feb 20:45
660319b

Choose a tag to compare

Patch Changes

  • bump @tanstack/store dependency to 0.8.0 (#2038)

  • Updated dependencies [a07862d]:

    • @tanstack/form-core@1.28.2

@tanstack/angular-form@1.28.1

13 Feb 03:52
c13826b

Choose a tag to compare

Patch Changes

  • Updated dependencies [72d970a]:
    • @tanstack/form-core@1.28.1

@tanstack/vue-form@1.28.0

26 Jan 06:37
089195c

Choose a tag to compare

Patch Changes

  • fix: flatten errors consistently when validating before field mount (#2003)

    Fixed an issue where field.errors was incorrectly nested as [[error]] instead of [error] when form.validate() was called manually before a field was mounted. The flat(1) operation is now applied by default unless disableErrorFlat is explicitly set to true, ensuring consistent error structure regardless of when validation occurs.

  • Updated dependencies [41faffe, 7f2453b]:

    • @tanstack/form-core@1.28.0