github TanStack/form @tanstack/angular-form@1.28.0

latest releases: @tanstack/react-form@1.28.0, @tanstack/react-form-devtools@0.2.13, @tanstack/react-form-remix@1.28.0...
9 hours ago

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

Don't miss a new form release

NewReleases is sending notifications on new releases.