Skip to content

Releases: TanStack/form

v0.3.2

09 Sep 07:27
539cbfb

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

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

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

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

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

v0.2.0

08 Sep 00:56

Choose a tag to compare

Version 0.2.0 - 9/8/2023, 12:56 AM

Changes

Feat

Chore

Packages

v0.1.3

07 Sep 22:56

Choose a tag to compare

Version 0.1.3 - 9/7/2023, 10:56 PM

Changes

Fix

  • Field default should now be set properly (#445) (d80bcf7) by Corbin Crutchley

Packages

v0.1.2

07 Sep 02:35

Choose a tag to compare

Version 0.1.2 - 9/7/2023, 2:35 AM

Changes

Fix

  • onSubmit should now behave as expected (6f76fee) by Corbin Crutchley

Packages

v0.1.1

04 Sep 00:01

Choose a tag to compare

Version 0.1.1 - 9/4/2023, 12:01 AM

Changes

Fix

  • form-core: remove 500ms fallback for asyncDebounceMs (3b7f6c1) by @joaom00

Packages

v0.1.0

03 Sep 23:50

Choose a tag to compare

Version 0.1.0 - 9/3/2023, 11:50 PM

Changes

Feat

  • remove getInputProps to support React Native (7980336) by Corbin Crutchley
  • remove getFormProps to support React Native (2a31bd8) by Corbin Crutchley

Docs

  • remove recently deleted props (eea47f0) by Corbin Crutchley
  • form: Update Quick Start guide (0d7e545) by spookyuser

Packages