Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/react-form@1.28.0

Minor Changes

  • add useTypedAppFormContext (#1826)

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]:

    • @tanstack/form-core@1.28.0

@tanstack/angular-form@1.28.0

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]:

    • @tanstack/form-core@1.28.0

@tanstack/form-core@1.28.0

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.

@tanstack/form-devtools@0.2.13

Patch Changes

  • Updated dependencies [41faffe]:
    • @tanstack/form-core@1.28.0

@tanstack/lit-form@1.23.20

Patch Changes

  • Updated dependencies [41faffe]:
    • @tanstack/form-core@1.28.0

@tanstack/react-form-devtools@0.2.13

Patch Changes

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

@tanstack/react-form-nextjs@1.28.0

Patch Changes

  • Updated dependencies [41faffe, a7eda7a]:
    • @tanstack/react-form@1.28.0

@tanstack/react-form-remix@1.28.0

Patch Changes

  • Updated dependencies [41faffe, a7eda7a]:
    • @tanstack/react-form@1.28.0

@tanstack/react-form-start@1.28.0

Patch Changes

  • Updated dependencies [41faffe, a7eda7a]:
    • @tanstack/react-form@1.28.0

@tanstack/solid-form@1.28.0

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]:

    • @tanstack/form-core@1.28.0

@tanstack/solid-form-devtools@0.2.13

Patch Changes

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

@tanstack/svelte-form@1.28.0

Patch Changes

  • Updated dependencies [41faffe]:
    • @tanstack/form-core@1.28.0

@tanstack/vue-form@1.28.0

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]:

    • @tanstack/form-core@1.28.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant