Skip to content

Releases: TanStack/form

v1.0.5

08 Mar 13:27
Compare
Choose a tag to compare

Version 1.0.5 - 3/8/25, 1:26 PM

Changes

Fix

  • form-core: listen to array onChange events (#1241) (4ef7fd1) by Pavle CvejoviΔ‡

Docs

Packages

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

v1.0.4

08 Mar 12:16
Compare
Choose a tag to compare

Version 1.0.4 - 3/8/25, 12:15 PM

Changes

Fix

  • react-form: fix createFormHook returning hooks and HoC with any types (#1253) (02476bb) by Pavle CvejoviΔ‡

Packages

  • @tanstack/react-form@1.0.4

v1.0.3

08 Mar 10:39
Compare
Choose a tag to compare

Version 1.0.3 - 3/8/25, 10:39 AM

Changes

Fix

  • solid-form: use { equals: false } (#1246) (bd08c58) by Aadit Olkar

Chore

  • form-core: remove unused imports (#1245) (14d8702) by Keyvhinng

Ci

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

Docs

  • react: add a missing closing curly brace on a reactivity example (#1248) (6ee6fb0) by Yeoh Joer

Packages

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

v1.0.2

07 Mar 11:48
Compare
Choose a tag to compare

Version 1.0.2 - 3/7/25, 11:47 AM

Changes

Fix

  • form-core: fix typing for formOptions so they don"t override additional args passed to form (#1239) (062f55e) by Pavle CvejoviΔ‡

Chore

  • sync CONTRIBUTING.md between projects (#1237) (bedd7e6) by Lachlan Collins

Docs

  • reactivity typo (#1233) (dfd6a68) by Rene Dellefont
  • react: emphasize form composition exports (#1231) (1c65b30) by Harry Whorlow
  • fix code example typo in reactivity.md (#1230) (f953ec8) by Seemspyo

Packages

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

v1.0.1

06 Mar 21:35
Compare
Choose a tag to compare

Version 1.0.1 - 3/6/25, 9:35 PM

Changes

Fix

  • react-form: export WithFormProps type (#1235) (24dfe42) by Pavle CvejoviΔ‡

Ci

  • apply automated fixes and generate docs (46c4b1b) by autofix-ci[bot]
  • apply automated fixes and generate docs (8d65213) by autofix-ci[bot]

Docs

  • fix typo in form-composition.md (#1221) (6c67a26) by molimauro
  • add devtools, SSR, and Compiler to comparison table (d82340e) by Corbin Crutchley
  • add reactivity page (#1209) (57722c9) by Rene Dellefont
  • add large form example to side menu (#1218) (6bb2992) by Rene Dellefont
  • adding custom errors docs (#1215) (2f0a23f) by Enyel Sequeira
  • enable prettier (#1217) (26b3ddd) by Leonardo Montini
  • improve get started guide for React to be more representative (#1214) (8a95048) by Corbin Crutchley
  • fix generics usage errors (d81e8c6) by Corbin Crutchley
  • remove old code examples (72b4572) by Corbin Crutchley
  • form-core: Update philosophy heading tag levels h1 to h2.md (#1204) (d8f31f1) by Kevin Van Cott
  • remove "v0" on the header image (df4fcf9) by Corbin Crutchley
  • remove preface about being in RC (4832a32) by Corbin Crutchley

Packages

  • @tanstack/react-form@1.0.1

v1.0.0

02 Mar 01:55
Compare
Choose a tag to compare

Version 1.0.0 - 3/2/25, 1:55 AM (Manual Release)

πŸŽ‰ TanStack Form is now stable! Read more: https://tanstack.com/blog/announcing-tanstack-form-v1

Announcement Posts

https://x.com/tannerlinsley/status/1896595066778743136

https://bsky.app/profile/tannerlinsley.com/post/3ljiemnnfnk2u

https://www.linkedin.com/feed/update/urn:li:activity:7302406307355996162/

https://news.ycombinator.com/item?id=43243694

https://www.reddit.com/r/reactjs/comments/1j2n2vy/tanstack_form_v1_typesafe_agnostic_headless_form/

Code Changes

No changes were made between v0.48.2 and v1.0.0.

Packages

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

v0.48.2

02 Mar 01:47
Compare
Choose a tag to compare

Version 0.48.2 - 3/2/25, 1:47 AM

Changes

Fix

  • deletion of subitems on a field now works (#1199) (72a09c3) by Corbin Crutchley

Docs

  • include example of React.lazy for tree-shaking (#1198) (230c2a0) by Corbin Crutchley

Packages

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

v0.48.1

01 Mar 11:23
Compare
Choose a tag to compare

Version 0.48.1 - 3/1/25, 11:23 AM

Changes

Fix

  • subfield data is removed properly when calling removeFieldValue (#1197) (c8cfbe0) by Corbin Crutchley

Packages

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

v0.48.0

01 Mar 10:39
Compare
Choose a tag to compare

Version 0.48.0 - 3/1/25, 10:39 AM

Changes

Feat

Chore

  • fix Nx execution (91b909f) by Corbin Crutchley

Docs

  • onSubmitMeta and submission handling (#1189) (197a2a8) by Harry Whorlow
  • add additional docs for Lit (#878) (78be5bd) by Tobiloba Adedeji
  • fix tanstack start demo (#1196) (d5e06c7) by Corbin Crutchley
  • add large form example (#1195) (0e7b1e7) by Corbin Crutchley

Packages

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

v0.47.3

01 Mar 07:59
Compare
Choose a tag to compare

Version 0.47.3 - 3/1/25, 7:59 AM

Changes

Fix

  • withForm now works without any props (#1194) (faea151) by Corbin Crutchley

Docs

  • fix standard schema validation type (5a29a1b) by Corbin Crutchley

Packages

  • @tanstack/react-form@0.47.3