Skip to content

Releases: TanStack/form

v0.3.7

17 Oct 11:56
5b74e0d
Compare
Choose a tag to compare

Version 0.3.7 - 10/17/2023, 11:56 AM

Changes

Fix

  • field defaultValue should precedence over form defaultValues (#463) (5b74e0d) by ☕️ mino

Docs

  • quick-start: add tag to quick start example (#467) (119ce68) by Riley Bakes

Packages

v0.3.6

14 Sep 15:08
638a391
Compare
Choose a tag to compare

Version 0.3.6 - 9/14/2023, 3:08 PM

Changes

Fix

  • remove _TData abstraction (#465) (638a391) by Tanner Linsley

Packages

v0.3.5

13 Sep 20:48
Compare
Choose a tag to compare

Version 0.3.5 - 9/13/2023, 8:47 PM

Changes

Fix

  • refactor to flat generics with consistent names & patterns (1fb28c5) by Tanner Linsley
  • limit deep keys to max depth of 10 (46b49ca) by Tanner Linsley

Packages

v0.3.4

09 Sep 11:05
32793c9
Compare
Choose a tag to compare

Version 0.3.4 - 9/9/2023, 11:03 AM

Changes

Fix

  • onChange should disappear when new input comes in (#461) (32793c9) by Corbin Crutchley

Packages

v0.3.3

09 Sep 10:42
160f712
Compare
Choose a tag to compare

Version 0.3.3 - 9/9/2023, 10:41 AM

Changes

Fix

  • Field components should now infer state.value properly (160f712) by Corbin Crutchley

Packages

v0.3.2

09 Sep 07:27
539cbfb
Compare
Choose a tag to compare

Version 0.3.2 - 9/9/2023, 7:26 AM

Changes

Fix

  • build script should now execute on all targets (#459) (539cbfb) by Corbin Crutchley

Chore

  • fix errrors in examples, remove unneeded CI steps (#457) (707ff5d) by Corbin Crutchley

Packages

v0.3.1

09 Sep 06:44
e297755
Compare
Choose a tag to compare

Version 0.3.1 - 9/9/2023, 6:44 AM

Changes

Fix

  • migrate to use CI/CD system that router uses (#455) (4790982) by Corbin Crutchley

Chore

  • fix issues with CI/CD (#456) (e297755) by Corbin Crutchley

Packages

v0.3.0

08 Sep 21:45
Compare
Choose a tag to compare

Version 0.3.0 - 9/8/2023, 9:45 PM

Changes

  • feat(form-core): Change from touched error message and error message to error map and array of errors by @CheRayLiu in #442
  • fix(form-vue): Changed field to be destructured of Field, made TypeScript typings more complex in #451

Packages

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

08 Sep 03:14
Compare
Choose a tag to compare

Version 0.2.2 - 9/8/2023, 3:14 AM

Changes

Fix

  • bundler errors in Vue adapter should now be resolved (#449) (7d2c399) by Corbin Crutchley

Chore

Packages

v0.2.1

08 Sep 03:05
Compare
Choose a tag to compare

Version 0.2.1 - 9/8/2023, 3:05 AM

Changes

Fix

  • bundler errors in React and Vue adapters should now be resolved (#447) (e3e60cc) by Corbin Crutchley

Packages