Skip to content

Releases: TanStack/form

@tanstack/solid-form-devtools@0.2.7

15 Dec 12:03
e6e280b

Choose a tag to compare

Patch Changes

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

@tanstack/react-form@1.27.4

15 Dec 12:02
e6e280b

Choose a tag to compare

Patch Changes

  • fix(react-form): prevent array field re-render when child property changes (#1930)

    Array fields with mode="array" were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes.

    The fix ensures that mode="array" fields only re-render when the array length changes (items added/removed), not when individual item properties are modified.

    Fixes #1925

  • Updated dependencies [c753d5e]:

    • @tanstack/form-core@1.27.4

@tanstack/react-form-start@1.27.4

15 Dec 12:03
e6e280b

Choose a tag to compare

Patch Changes

  • Updated dependencies [35921c9]:
    • @tanstack/react-form@1.27.4

@tanstack/react-form-remix@1.27.4

15 Dec 12:02
e6e280b

Choose a tag to compare

Patch Changes

  • Updated dependencies [35921c9]:
    • @tanstack/react-form@1.27.4

@tanstack/react-form-nextjs@1.27.4

15 Dec 12:03
e6e280b

Choose a tag to compare

Patch Changes

  • Updated dependencies [35921c9]:
    • @tanstack/react-form@1.27.4

@tanstack/react-form-devtools@0.2.7

15 Dec 12:03
e6e280b

Choose a tag to compare

Patch Changes

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

@tanstack/lit-form@1.23.16

15 Dec 12:03
e6e280b

Choose a tag to compare

Patch Changes

  • Updated dependencies [c753d5e]:
    • @tanstack/form-core@1.27.4

@tanstack/form-devtools@0.2.7

15 Dec 12:02
e6e280b

Choose a tag to compare

Patch Changes

  • Updated dependencies [c753d5e]:
    • @tanstack/form-core@1.27.4

@tanstack/form-core@1.27.4

15 Dec 12:02
e6e280b

Choose a tag to compare

Patch Changes

  • fix: prevent unnecessary re-renders when there are no async validators (#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

@tanstack/angular-form@1.27.4

15 Dec 12:02
e6e280b

Choose a tag to compare

Patch Changes

  • Updated dependencies [c753d5e]:
    • @tanstack/form-core@1.27.4