Skip to content

Releases: TanStack/form

v1.15.0

26 Jul 09:29
Compare
Choose a tag to compare

Version 1.15.0 - 7/26/25, 9:28 AM

Changes

Feat

  • react-form: Add withFieldGroup (#1469) (1089876) by LeCarbonator

Chore

  • sync repo config (#1635) (5dd89f5) by Lachlan Collins
  • deps: update autofix-ci/action digest to 635ffb0 (#1567) (77c6ad1) by renovate[bot]

Ci

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

Packages

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

v1.14.2

22 Jul 05:49
Compare
Choose a tag to compare

Version 1.14.2 - 7/22/25, 5:49 AM

Changes

Fix

  • form-core: preserve leading zeros in numeric string field names (#1620) (faa49b3) by kusiewicz

Ci

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

Docs

  • solid-form: update examples from react to solid. (#1607) (117b743) by Muhammad Amin Saffari Taheri

Packages

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

v1.14.1

07 Jul 19:37
Compare
Choose a tag to compare

Version 1.14.1 - 7/7/25, 7:37 PM

Changes

Fix

  • react: form.reset not working inside of onSubmit (#1494) (6510d8b) by Harry Whorlow

Ci

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

Docs

  • add solid large form docs to sidebar (737e262) by Corbin Crutchley

Packages

  • @tanstack/react-form@1.14.1

v1.14.0

06 Jul 22:35
Compare
Choose a tag to compare

Version 1.14.0 - 7/6/25, 10:35 PM

Changes

Feat

  • solid-form: add createFormHook for solid-js. (#1597) (6879f57) by Muhammad Amin Saffari Taheri

Chore

  • upgrade TanStack Store (#1602) (dc9b90f) by Corbin Crutchley

Ci

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

Packages

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

v1.13.2

06 Jul 00:04
Compare
Choose a tag to compare

Version 1.13.2 - 7/6/25, 12:04 AM

Changes

Fix

  • react-form: add display name to components for better debugging (#1491) (9afa7c0) by Kid

Packages

  • @tanstack/react-form@1.13.2

v1.13.1

05 Jul 15:20
Compare
Choose a tag to compare

Version 1.13.1 - 7/5/25, 3:20 PM

Changes

Fix

  • react-form: Allow interfaces to be assigned to withForm"s props (#1601) (b313b8a) by LeCarbonator

Ci

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

Packages

  • @tanstack/react-form@1.13.1

v1.13.0

05 Jul 10:40
Compare
Choose a tag to compare

Version 1.13.0 - 7/5/25, 10:39 AM

Changes

Feat

  • Add new AppField API for Angular (#1541) (1cf2b0c) by Corbin Crutchley

Docs

  • react: fix server action typo (#1594) (a8279d5) by kusiewicz

Packages

  • @tanstack/angular-form@1.13.0

v1.12.4

27 Jun 07:08
Compare
Choose a tag to compare

Version 1.12.4 - 6/27/25, 7:07 AM

Changes

Fix

  • form-core: prevent onBlur and onChange form listeners from canceling each other (#1593) (4abbc8a) by @dusan233

Chore

  • deps: update all non-major dependencies (#1582) (0d949d6) by renovate[bot]

Docs

  • react-form: fix typo in form composition documentation (#1581) (a6898fa) by Romain Trotard

Packages

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

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