Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 15, 2025

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/angular-form@1.27.4

Patch Changes

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

@tanstack/form-core@1.27.4

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 Fields re-render twice on each keystroke, based on validation state #1130

@tanstack/form-devtools@0.2.7

Patch Changes

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

@tanstack/lit-form@1.23.16

Patch Changes

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

@tanstack/react-form@1.27.4

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 Entire array Field rerenders when a property on any array element is mutated (regression in 1.27.0) #1925

  • Updated dependencies [c753d5e]:

    • @tanstack/form-core@1.27.4

@tanstack/react-form-devtools@0.2.7

Patch Changes

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

@tanstack/react-form-nextjs@1.27.4

Patch Changes

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

@tanstack/react-form-remix@1.27.4

Patch Changes

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

@tanstack/react-form-start@1.27.4

Patch Changes

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

@tanstack/solid-form@1.27.4

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

Patch Changes

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

@tanstack/svelte-form@1.27.4

Patch Changes

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

@tanstack/vue-form@1.27.4

Patch Changes

  • Updated dependencies [c753d5e]:
    • @tanstack/form-core@1.27.4
@github-actions github-actions bot force-pushed the changeset-release/main branch from 160b81c to a38e628 Compare December 15, 2025 11:54
@crutchcorn crutchcorn merged commit f786f07 into main Dec 15, 2025
@crutchcorn crutchcorn deleted the changeset-release/main branch December 15, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant