Skip to content

Releases: TanStack/form

v1.12.3

12 Jun 16:31
Compare
Choose a tag to compare

Version 1.12.3 - 6/12/25, 4:30 PM

Changes

Fix

  • FieldApi: prevent onChange validation on handleBlur for untouched fields (#1578) (92e797e) by LeCarbonator

Chore

  • deps: update all non-major dependencies (#1568) (c001ab3) by renovate[bot]

Ci

  • apply automated fixes and generate docs (1f86f9f) by autofix-ci[bot]

Packages

  • @tanstack/angular-form@1.12.3
  • @tanstack/form-core@1.12.3
  • @tanstack/react-form@1.12.3
  • @tanstack/svelte-form@1.12.3
  • @tanstack/lit-form@1.12.3
  • @tanstack/solid-form@1.12.3
  • @tanstack/vue-form@1.12.3

v1.12.2

06 Jun 18:17
Compare
Choose a tag to compare

Version 1.12.2 - 6/6/25, 6:16 PM

Changes

Fix

  • form-core: prevent FormApi#moveFieldValues from mutating defaultValues (#1560) (b9219b6) by Thomas Marnet

Ci

  • apply automated fixes and generate docs (10d267b) by autofix-ci[bot]

Docs

Packages

  • @tanstack/form-core@1.12.2
  • @tanstack/angular-form@1.12.2
  • @tanstack/lit-form@1.12.2
  • @tanstack/react-form@1.12.2
  • @tanstack/solid-form@1.12.2
  • @tanstack/svelte-form@1.12.2
  • @tanstack/vue-form@1.12.2

v1.12.1

03 Jun 16:40
Compare
Choose a tag to compare

Version 1.12.1 - 6/3/25, 4:39 PM

Changes

Fix

  • extract form error type from global error (#1535) (9ed9be6) by Leonardo Montini

Chore

  • deps: update all non-major dependencies (#1549) (488e3a7) by renovate[bot]
  • deps: lock file maintenance (#1547) (75a442d) by renovate[bot]
  • deps: lock file maintenance (#1546) (32c29e0) by renovate[bot]

Ci

  • apply automated fixes and generate docs (9111674) by autofix-ci[bot]
  • apply automated fixes and generate docs (8f1a942) by autofix-ci[bot]

Docs

  • follow guidelines for reset in simple example (#1531) (803f864) by Gabin Aureche

Other

Packages

  • @tanstack/angular-form@1.12.1
  • @tanstack/form-core@1.12.1
  • @tanstack/react-form@1.12.1
  • @tanstack/solid-form@1.12.1
  • @tanstack/svelte-form@1.12.1
  • @tanstack/vue-form@1.12.1
  • @tanstack/lit-form@1.12.1

v1.12.0

26 May 20:03
Compare
Choose a tag to compare

Version 1.12.0 - 5/26/25, 8:03 PM

Changes

Feat

  • form-core: add array method field.clearValues and form.clearFieldValues (#1404) (f10f43e) by Pascal Küsgen

Ci

  • apply automated fixes and generate docs (0a21e96) by autofix-ci[bot]

Docs

Packages

  • @tanstack/form-core@1.12.0
  • @tanstack/angular-form@1.12.0
  • @tanstack/lit-form@1.12.0
  • @tanstack/react-form@1.12.0
  • @tanstack/solid-form@1.12.0
  • @tanstack/svelte-form@1.12.0
  • @tanstack/vue-form@1.12.0

v1.11.3

22 May 08:24
Compare
Choose a tag to compare

Version 1.11.3 - 5/22/25, 8:24 AM

Changes

Fix

  • form-core: Fix setBy/getBy not handling arrays properly (#1517) (8e4f9b8) by LeCarbonator

Chore

  • deps: update all non-major dependencies (#1519) (0775c6b) by renovate[bot]

Ci

  • apply automated fixes and generate docs (f6da704) by autofix-ci[bot]
  • apply automated fixes and generate docs (f13c4ec) by autofix-ci[bot]

Docs

Packages

  • @tanstack/angular-form@1.11.3
  • @tanstack/form-core@1.11.3
  • @tanstack/react-form@1.11.3
  • @tanstack/solid-form@1.11.3
  • @tanstack/svelte-form@1.11.3
  • @tanstack/lit-form@1.11.3
  • @tanstack/vue-form@1.11.3

v1.11.2

18 May 17:02
Compare
Choose a tag to compare

Version 1.11.2 - 5/18/25, 5:01 PM

Changes

Fix

  • form-core: fix form.resetField() ignoring nested fields (#1497) (b994a2a) by LeCarbonator

Chore

  • deps: update all non-major dependencies (#1502) (2a82baa) by renovate[bot]

Ci

  • apply automated fixes and generate docs (1a7b9f3) by autofix-ci[bot]

Packages

  • @tanstack/angular-form@1.11.2
  • @tanstack/form-core@1.11.2
  • @tanstack/react-form@1.11.2
  • @tanstack/solid-form@1.11.2
  • @tanstack/vue-form@1.11.2
  • @tanstack/lit-form@1.11.2
  • @tanstack/svelte-form@1.11.2

v1.11.1

09 May 18:59
Compare
Choose a tag to compare

Version 1.11.1 - 5/9/25, 6:58 PM

Changes

Fix

  • form-core: Only allow array deep keys in array methods (#1495) (08c9bed) by LeCarbonator

Ci

  • apply automated fixes and generate docs (f58c1e7) by autofix-ci[bot]

Packages

  • @tanstack/form-core@1.11.1
  • @tanstack/angular-form@1.11.1
  • @tanstack/lit-form@1.11.1
  • @tanstack/react-form@1.11.1
  • @tanstack/solid-form@1.11.1
  • @tanstack/svelte-form@1.11.1
  • @tanstack/vue-form@1.11.1

v1.11.0

09 May 17:15
Compare
Choose a tag to compare

Version 1.11.0 - 5/9/25, 5:14 PM

Changes

Feat

  • extend form.setErrorMap to spread errors in fields (#1489) (2f8bf5a) by Leonardo Montini

Ci

  • apply automated fixes and generate docs (9143ed6) by autofix-ci[bot]

Packages

  • @tanstack/form-core@1.11.0
  • @tanstack/angular-form@1.11.0
  • @tanstack/lit-form@1.11.0
  • @tanstack/react-form@1.11.0
  • @tanstack/solid-form@1.11.0
  • @tanstack/svelte-form@1.11.0
  • @tanstack/vue-form@1.11.0

v1.10.0

08 May 07:47
Compare
Choose a tag to compare

Version 1.10.0 - 5/8/25, 7:46 AM

Changes

Feat

  • form-core: field meta isDefaultValue (#1456) (bfe231a) by Harry Whorlow

Ci

  • apply automated fixes and generate docs (12c1124) by autofix-ci[bot]

Packages

  • @tanstack/form-core@1.10.0
  • @tanstack/angular-form@1.10.0
  • @tanstack/lit-form@1.10.0
  • @tanstack/react-form@1.10.0
  • @tanstack/solid-form@1.10.0
  • @tanstack/svelte-form@1.10.0
  • @tanstack/vue-form@1.10.0

v1.9.1

06 May 21:22
Compare
Choose a tag to compare

Version 1.9.1 - 5/6/25, 9:22 PM

Changes

Fix

  • only allow setting manual errors according to the defined validators (#1482) (9a86503) by Leonardo Montini
  • prevent manually setting derived meta (#1480) (5319847) by Leonardo Montini

Chore

  • remove svelte tsconfig explicit path to form-core (#1483) (3fe66dd) by Leonardo Montini
  • deps: update all non-major dependencies (#1479) (8634cee) by renovate[bot]
  • deps: lock file maintenance (#1470) (10bf2ff) by renovate[bot]

Ci

  • apply automated fixes and generate docs (a7a0b57) by autofix-ci[bot]
  • apply automated fixes and generate docs (2a52a80) by autofix-ci[bot]

Docs

Packages

  • @tanstack/angular-form@1.9.1
  • @tanstack/form-core@1.9.1
  • @tanstack/react-form@1.9.1
  • @tanstack/solid-form@1.9.1
  • @tanstack/svelte-form@1.9.1
  • @tanstack/vue-form@1.9.1
  • @tanstack/lit-form@1.9.1