Skip to content

Releases: TanStack/form

v0.42.0

13 Feb 18:45
Compare
Choose a tag to compare

Version 0.42.0 - 2/13/25, 6:44 PM

Changes

Feat

  • form-core: field meta and errors are shifted when doing array operations (990a916) by Leonardo Montini

Packages

v0.41.4

11 Feb 22:49
Compare
Choose a tag to compare

Version 0.41.4 - 2/11/25, 10:48 PM

Changes

Fix

  • form-core: skip form validation for each single field on form submit (#1147) (5f1bc0b) by Leonardo Montini

Ci

  • pin nx version to fix build (#1143) (136a584) by Leonardo Montini

Docs

  • risks of omitting useStore selector (#1126) (2bd0696) by Harry Whorlow

Packages

v0.41.3

21 Jan 18:33
Compare
Choose a tag to compare

Version 0.41.3 - 1/21/25, 6:32 PM

Changes

Fix

  • useStore without a selector should no longer crash in React (#1123) (a56d353) by Corbin Crutchley

Docs

  • Add package manager examples for TanStack Form installation (#1120) (280060a) by Sagar Dwivedi

Packages

v0.41.2

15 Jan 02:01
Compare
Choose a tag to compare

Version 0.41.2 - 1/15/25, 2:00 AM

Changes

Fix

  • meta should not regenerate every render (#1114) (08d610f) by Corbin Crutchley

Chore

  • deps: use react 19 stable, fix JSX resolution (#1113) (b60264c) by Lachlan Collins
  • deps: replace rimraf with premove, update deps (#1112) (58628f7) by Lachlan Collins
  • deps: update autofix-ci/action digest to 551dded (#1110) (3e0ef50) by renovate[bot]

Packages

v0.41.1

11 Jan 12:34
Compare
Choose a tag to compare

Version 0.41.1 - 1/11/25, 12:34 PM

Changes

Fix

  • react-form: update the name of the rendered field when it changes (b5133f2) by fuko

Packages

v0.41.0

29 Dec 16:14
Compare
Choose a tag to compare

Version 0.41.0 - 12/29/24, 4:14 PM

Changes

Feat

  • make accessing field properties faster and more stable (be7f9bf) by Corbin Crutchley

Packages

v0.40.4

17 Dec 09:17
Compare
Choose a tag to compare

Version 0.40.4 - 12/17/24, 9:16 AM

Changes

Fix

  • set fields to isBlurred only after field blur event (#940) (1f043e9) by Pascal Küsgen

Packages

v0.40.3

16 Dec 22:43
Compare
Choose a tag to compare

Version 0.40.3 - 12/16/24, 10:43 PM

Changes

Fix

  • spread field errors on form onMount validator (#1079) (ab9dd76) by Leonardo Montini

Chore

  • allow unusedLocals in standard-schema example (#1068) (91eb9ab) by Misha Kaletsky

Packages

v0.40.2

14 Dec 10:35
Compare
Choose a tag to compare

Version 0.40.2 - 12/14/24, 10:35 AM

Changes

Fix

  • remove dependency from standard schema and internalize it (#1076) (4503caf) by Leonardo Montini

Chore

  • deprecate adapters for zod and valibot (#1065) (af3f6b3) by Leonardo Montini

Docs

  • rename file (#1073) (8042428) by Leonardo Montini
  • re-add zod import in schema library example (#1069) (939f0cc) by Pascal Küsgen

Packages

v0.40.1

11 Dec 20:33
Compare
Choose a tag to compare

Version 0.40.1 - 12/11/24, 8:32 PM

Changes

Fix

  • allow standard schema validator on field validators without explicit adapter (#1064) (8e7ca78) by Leonardo Montini

Packages