Skip to content

Releases: TanStack/form

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

  • @tanstack/form-core@0.3.1
  • @tanstack/react-form@0.3.1
  • @tanstack/vue-form@0.3.1

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

  • @tanstack/form-core@0.3.0
  • @tanstack/react-form@0.3.0
  • @tanstack/vue-form@0.3.0

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

  • @tanstack/vue-form@0.2.2

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

  • @tanstack/react-form@0.2.1

v0.2.0

08 Sep 00:56
Compare
Choose a tag to compare

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

Changes

Feat

Chore

Packages

  • @tanstack/form-core@0.2.0
  • @tanstack/react-form@0.2.0
  • @tanstack/vue-form@0.2.0

v0.1.3

07 Sep 22:56
Compare
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

  • @tanstack/form-core@0.1.3
  • @tanstack/react-form@0.1.3

v0.1.2

07 Sep 02:35
Compare
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

  • @tanstack/form-core@0.1.2
  • @tanstack/react-form@0.1.2

v0.1.1

04 Sep 00:01
Compare
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

  • @tanstack/form-core@0.1.1
  • @tanstack/react-form@0.1.1

v0.1.0

03 Sep 23:50
Compare
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

  • @tanstack/form-core@0.1.0
  • @tanstack/react-form@0.1.0

v0.0.15

02 Sep 14:47
Compare
Choose a tag to compare

Version 0.0.15 - 9/2/2023, 2:47 PM

Changes

Refactor

  • change form options spread to object assign (#421) (6eca66e) by Gabriel Tavares

Other

  • Update store packages to match dedicated repo (#427) (4cb1225) by Corbin Crutchley

Test

Packages

  • @tanstack/form-core@0.0.15
  • @tanstack/react-form@0.0.15