Skip to content

Releases: TanStack/form

v0.18.0

25 Mar 05:40
Compare
Choose a tag to compare

Version 0.18.0 - 3/25/2024, 5:39 AM

Changes

Feat

  • add array fields move method (#647) (17bf6b5) by Toma

Packages

  • @tanstack/form-core@0.18.0
  • @tanstack/react-form@0.18.0
  • @tanstack/vue-form@0.18.0
  • @tanstack/zod-form-adapter@0.18.0
  • @tanstack/yup-form-adapter@0.18.0
  • @tanstack/valibot-form-adapter@0.18.0
  • @tanstack/solid-form@0.18.0
  • @tanstack/lit-form@0.18.0
  • @tanstack/angular-form@0.18.0

v0.17.1

25 Mar 05:33
Compare
Choose a tag to compare

Version 0.17.1 - 3/25/2024, 5:33 AM

Changes

Fix

  • transform valid values for number and boolean HTML attributes (#648) (ea4f4a4) by Jared Robertson

Chore

  • fix homepage from loading (#642) (d203703) by Corbin Crutchley

Docs

  • core: Fix an issue in the isDirty flag"s docs (5fb201f) by Kenneth Van den Berghe
  • update missing angular array getter docs (#644) (0e5b923) by Corbin Crutchley
  • document a fix to the issues with TypeScript types in ng arrays (#643) (c694e4c) by Corbin Crutchley
  • Angular validation docs (#640) (69c0ad5) by Corbin Crutchley

Other

  • Angular basic concepts (#641) (a32d337) by Corbin Crutchley

Packages

  • @tanstack/angular-form@0.17.1

v0.17.0

23 Mar 05:29
Compare
Choose a tag to compare

Version 0.17.0 - 3/23/2024, 5:28 AM

Changes

Feat

Packages

  • @tanstack/angular-form@0.17.0

v0.16.2

23 Mar 04:08
Compare
Choose a tag to compare

Version 0.16.2 - 3/23/2024, 4:07 AM

Changes

Fix

  • deleting a primitive value in an array now works (#635) (ac3fdb8) by Aadit Olkar

Docs

  • add Lit Form README (#638) (039f6b8) by Corbin Crutchley

Packages

  • @tanstack/form-core@0.16.2
  • @tanstack/react-form@0.16.2
  • @tanstack/vue-form@0.16.2
  • @tanstack/solid-form@0.16.2
  • @tanstack/zod-form-adapter@0.16.2
  • @tanstack/yup-form-adapter@0.16.2
  • @tanstack/valibot-form-adapter@0.16.2
  • @tanstack/lit-form@0.16.2

v0.16.1

22 Mar 23:40
Compare
Choose a tag to compare

Version 0.16.1 - 3/22/2024, 11:40 PM

Changes

Fix

  • nested types should now work (#626) (8c2aa84) by Corbin Crutchley

Docs

  • remove svelte mentions (#633) (51ef17f) by Corbin Crutchley
  • Updated Form Comparison Chart w/ Formik Info (#632) (5a37d13) by anthonylevine

Packages

  • @tanstack/form-core@0.16.1
  • @tanstack/react-form@0.16.1
  • @tanstack/vue-form@0.16.1
  • @tanstack/zod-form-adapter@0.16.1
  • @tanstack/yup-form-adapter@0.16.1
  • @tanstack/valibot-form-adapter@0.16.1
  • @tanstack/solid-form@0.16.1
  • @tanstack/lit-form@0.16.1

v0.16.0

17 Mar 21:49
Compare
Choose a tag to compare

Version 0.16.0 - 3/17/2024, 9:49 PM

Changes

Feat

  • add "dirty" and "pristine" field states (2382344) by fuko

Packages

  • @tanstack/form-core@0.16.0
  • @tanstack/react-form@0.16.0
  • @tanstack/vue-form@0.16.0
  • @tanstack/zod-form-adapter@0.16.0
  • @tanstack/yup-form-adapter@0.16.0
  • @tanstack/valibot-form-adapter@0.16.0
  • @tanstack/solid-form@0.16.0
  • @tanstack/lit-form@0.16.0

v0.15.0

13 Mar 12:01
Compare
Choose a tag to compare

Version 0.15.0 - 3/13/2024, 12:01 PM

Changes

Feat

  • add Lit adapter for Tanstack form (#577) (565d9d6) by Christian24

Packages

  • @tanstack/lit-form@0.15.0

v0.14.0

13 Mar 11:37
Compare
Choose a tag to compare

Version 0.14.0 - 3/13/2024, 11:36 AM

Changes

Feat

  • remove form.Provider and drastically improve array usage (e833f1a) by Corbin Crutchley

Chore

  • Disable vitest globals (#620) (0003063) by Lachlan Collins
  • Use tsconfig paths to improve local DX (#617) (3d8dc2a) by Lachlan Collins

Docs

  • Update docs/config.json (#622) (3d51d32) by Lachlan Collins

Other

  • chore!: remove the subfield API from core (6009dce) by Corbin Crutchley

Packages

  • @tanstack/form-core@0.14.0
  • @tanstack/react-form@0.14.0
  • @tanstack/vue-form@0.14.0
  • @tanstack/zod-form-adapter@0.14.0
  • @tanstack/yup-form-adapter@0.14.0
  • @tanstack/valibot-form-adapter@0.14.0
  • @tanstack/solid-form@0.14.0

v0.13.7

04 Mar 23:12
Compare
Choose a tag to compare

Version 0.13.7 - 3/4/2024, 11:11 PM

Changes

Fix

  • React StrictMode should no longer crash (9602113) by Corbin Crutchley

Chore

  • handle a bug in older versions of TypeScript (<5.1.6) (#611) (cfac2ac) by fuko

Other

Packages

  • @tanstack/form-core@0.13.7
  • @tanstack/react-form@0.13.7
  • @tanstack/vue-form@0.13.7
  • @tanstack/zod-form-adapter@0.13.7
  • @tanstack/yup-form-adapter@0.13.7
  • @tanstack/valibot-form-adapter@0.13.7
  • @tanstack/solid-form@0.13.7

v0.13.6

17 Feb 12:54
Compare
Choose a tag to compare

Version 0.13.6 - 2/17/2024, 12:53 PM

Changes

Fix

  • Partial form types (#599) (b28f6d8) by Sagnik Pradhan

Chore

  • Add workspace config from Query (#604) (ca0babe) by Lachlan Collins
  • Add sherif (#603) (bb5f3f9) by Lachlan Collins
  • Enable eslint rules from query repo (#595) (eb4801c) by Lachlan Collins
  • Use typescript-eslint v6 features (#594) (e633c67) by Lachlan Collins

Ci

  • Use Nx Agents in CI (6166cc5) by Lachlan Collins
  • Add Nx Agents (#602) (77509d0) by Lachlan Collins
  • Remove codesandbox (#593) (70e4fdb) by Lachlan Collins
  • Remove Nx pluginsConfig option (#592) (2c439e7) by Lachlan Collins
  • examples: Test examples in CI (#591) (9115475) by Lachlan Collins

Packages

  • @tanstack/form-core@0.13.6
  • @tanstack/react-form@0.13.6
  • @tanstack/vue-form@0.13.6
  • @tanstack/zod-form-adapter@0.13.6
  • @tanstack/yup-form-adapter@0.13.6
  • @tanstack/valibot-form-adapter@0.13.6
  • @tanstack/solid-form@0.13.6