Skip to content

Releases: TanStack/form

@tanstack/form-devtools@0.2.8

18 Dec 10:28
cec6f48

Choose a tag to compare

Patch Changes

@tanstack/form-core@1.27.5

18 Dec 10:28
cec6f48

Choose a tag to compare

Patch Changes

  • fix(form-core): Resolve memory leaks for SSR / Devtools (#1866)

  • Ensure dynamically rendered fields receive form validation errors (#1691)

@tanstack/angular-form@1.27.5

18 Dec 10:28
cec6f48

Choose a tag to compare

Patch Changes

@tanstack/vue-form@1.27.4

15 Dec 12:03
e6e280b

Choose a tag to compare

Patch Changes

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

@tanstack/svelte-form@1.27.4

15 Dec 12:03
e6e280b

Choose a tag to compare

Patch Changes

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

@tanstack/solid-form@1.27.4

15 Dec 12:02
e6e280b

Choose a tag to compare

Patch Changes

  • Using any Signal inside the Form.AppField render function no longer causes the entire component to re-run whenever that Signal changes. (#1934)

  • Updated dependencies [c753d5e]:

    • @tanstack/form-core@1.27.4

@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