form

🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.

MIT License

Downloads
553.5K
Stars
3.7K
Committers
101

Bot releases are visible (Hide)

form - https://github.com/TanStack/form/releases/tag/v0.3.2

Published by tannerlinsley about 1 year ago

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

form - https://github.com/TanStack/form/releases/tag/v0.3.1

Published by tannerlinsley about 1 year ago

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

form - v0.3.0

Published by tannerlinsley about 1 year ago

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

Changes

Packages

New Contributors

Full Changelog: https://github.com/TanStack/form/compare/v0.2.2...v0.3.0

form - https://github.com/TanStack/form/releases/tag/v0.2.2

Published by tannerlinsley about 1 year ago

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

  • bump CI/CD (#448) (1a3561e) by Corbin Crutchley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.2.1

Published by tannerlinsley about 1 year ago

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

form - https://github.com/TanStack/form/releases/tag/v0.2.0

Published by tannerlinsley about 1 year ago

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

Changes

Feat

  • Add Vue adapter (#416) (081a228) by Corbin Crutchley

Chore

  • migrate to TSUp (#446) (15d4af9) by Corbin Crutchley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.1.3

Published by tannerlinsley about 1 year ago

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

form - https://github.com/TanStack/form/releases/tag/v0.1.2

Published by tannerlinsley about 1 year ago

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

Changes

Fix

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

Packages

form - https://github.com/TanStack/form/releases/tag/v0.1.1

Published by tannerlinsley about 1 year ago

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

Changes

Fix

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

Packages

form - https://github.com/TanStack/form/releases/tag/v0.1.0

Published by tannerlinsley about 1 year ago

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

form - https://github.com/TanStack/form/releases/tag/v0.0.15

Published by tannerlinsley about 1 year ago

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

  • react-form: add on change validation tests (#425) (09edc1f) by @joaom00

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.14

Published by tannerlinsley about 1 year ago

Version 0.0.14 - 8/31/2023, 10:29 PM

Changes

Fix

  • form-core: allow set default field meta (#424) (6956d50) by @joaom00

Docs

  • updating docs-field-api removing old doc and updating to new pr… (#423) (bd1bd3d) by Enyel Sequeira

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.13

Published by tannerlinsley about 1 year ago

Version 0.0.13 - 8/31/2023, 8:52 PM

Changes

Fix

  • cannot update a component/bad setState (#420) (d8ff960) by Gabriel Tavares

Docs

  • add bundle size and supported frameworks (#422) (3b258d6) by @bhattrajat
  • fix bundlephobia link (#415) (74a1dab) by Corbin Crutchley
  • fix header image in README (#413) (2dacc2c) by Corbin Crutchley
  • improve docs, add disclaimer where docs are outdated (#412) (c392c61) by Corbin Crutchley

Other

  • Add github starts for other libraries in comparison page (#397) (27dec1f) by @bhattrajat

Test

  • form-core: add onChange validation test (#414) (5f2935c) by Corbin Crutchley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.12

Published by tannerlinsley about 1 year ago

Version 0.0.12 - 8/29/2023, 8:29 AM

Changes

Fix

  • maximum depth exceeded should no longer occur (#408) (0b5c94d) by Corbin Crutchley
  • eslint for example project (#407) (77594a6) by Corbin Crutchley
  • Initial FieldAPI tests, made FieldAPI typings much more strict (#405) (7ee5524) by Corbin Crutchley
  • Fix minor FormApi bugs and add initial form API tests (#404) (25237e4) by Corbin Crutchley
  • getInputProps().value type (d4cf03f) by Tanner Linsley

Chore

  • attempt to fix release script (#411) (ea155f1) by Corbin Crutchley
  • attempt to fix test build CI command (#410) (f006b8e) by Corbin Crutchley

Other

  • Strictly type check field validators (#409) (caba021) by Corbin Crutchley
  • Update pnpm-lock.yaml (fdf5758) by Tanner Linsley
  • Fix defaults (#403) (123e7a0) by Corbin Crutchley
  • Update build tooling (#401) (74ac9f4) by Corbin Crutchley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.11

Published by tannerlinsley over 1 year ago

Version 0.0.11 - 6/13/2023, 9:38 PM

Changes

Fix

  • several type and build errors and fix example type inference (#399) (a3f9709) by @flybayer
  • release (bebd998) by Tanner Linsley
  • router + store (884235f) by Tanner Linsley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.10

Published by tannerlinsley over 1 year ago

Version 0.0.10 - 5/4/2023, 11:06 PM

Changes

Fix

  • form.Provider (ca8f244) by Tanner Linsley
  • remove form.Form for headless form.getFormProps() (b37628d) by Tanner Linsley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.9

Published by tannerlinsley over 1 year ago

Version 0.0.9 - 5/4/2023, 7:45 PM

Changes

Fix

  • no logs (7e71543) by Tanner Linsley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.8

Published by tannerlinsley over 1 year ago

Version 0.0.8 - 5/4/2023, 7:34 PM

Changes

Fix

  • tests (379f343) by Tanner Linsley
  • update form props on render (6d75eba) by Tanner Linsley
  • array-field mode and utilities (62a82fe) by Tanner Linsley

Other

  • Update index.tsx (30e7433) by Tanner Linsley
  • Create fieldApi.md (276dcd4) by Tanner Linsley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.7

Published by tannerlinsley over 1 year ago

Version 0.0.7 - 5/1/2023, 6:23 PM

Changes

Fix

  • smaller utils (b347c97) by Tanner Linsley

Packages

form - https://github.com/TanStack/form/releases/tag/v0.0.6

Published by tannerlinsley over 1 year ago

Version 0.0.6 - 5/1/2023, 6:00 PM

Changes

Fix

  • Cross-platform FormSubmitEvent via Register (f05ab79) by Tanner Linsley
  • complete form factory functionality, docs (c444704) by Tanner Linsley
  • createFormFactory (b274bcc) by Tanner Linsley

Docs

  • links from star badge to github (#395) (4a46d08) by Nicholas Griffin
  • update (8c87f04) by Tanner Linsley
  • update (6df2235) by Tanner Linsley
  • update (fa75027) by Tanner Linsley
  • udpate (f4d9159) by Tanner Linsley

Other

  • update media (0947516) by Tanner Linsley
  • Update important-defaults.md (ea5bebc) by Tanner Linsley

Packages

Package Rankings
Top 5.44% on Npmjs.org
Top 6.68% on Proxy.golang.org