* chore: refactor TS typings for React
* fix: field should now infer state.value properly in React adapter
* chore: fix Vue package typings
* chore: fix linting
* chore: fix React adapter
* chore: improve performance of TData type in FieldApi
* chore: add back index and parent type
* chore: add Vue TSC dep on Vue example
* chore: fix lint and type test
* chore: update Vite stuff
* chore: add implicit dep for Vue and React examples
* chore: add type test pre-req
* chore: install deps from examples in PR CI
* chore: remove filter from more installation
* feature(FieldAPI): Change from touched error message and error message to error map and array of errors
BREAKING CHANGE: The touched Error and error field has been removed will be replaced with touched errors array and errors map.
* feat: update documentation for updated fields
* chore: update Vue adapter as well
* fix: update getErrorMapKey to return onChange when change is the validation cause
* chore: remove console.log
---------
Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>
* test(form-core): add async validation tests
* chore(form-core): remove old asyncDebounceMs api
* Revert "chore(form-core): remove old asyncDebounceMs api"
This reverts commit cd7dbc11ec3acdc529d77df10dc1f990f8a7bfcf.
* fix(form-core): make sure to fallback to asyncDebounceMs
* chore(form-core): remove 500ms fallback
---------
Co-authored-by: João Pedro Magalhães <joaopsilvamagalhaes@gmail.com>
* chore: update store dependency
* fix: form meta should never be undefined now
* chore: fix tests that only break on fast computers
Guess I don't need to upgrade my computer anytime soon 😅😅
* fix: strictly type validators on FieldApi
* chore: upgrade vitest to latest
* chore: rename test files to remove tsx prefix
* test(form-core): add initial type tests
* fix: initial work at fixing the typescript typings for fieldapi to be more strict
* chore(form-core): change implementation of strict tdata
* fix(form-core): insertValue should now be typed properly
* test(form-core): validate array helpers
* fix(form-core): make types for getSubField more narrow
* chore: autoformat with prettier
* chore: fix tests, eslint
* chore: upgrade eslint deps
* chore: upgrade nx and concurrent
* chore: remove svelte from prettier plugins
* chore: upgrade TypeScript version to avoid a TS codegen bug
* chore: remove React 17 CI script temporarily
* chore: fix build and formatter
* chore: inital work to migrate to Query's alpha package setup
* chore: update deps
* chore: fix build issues
* chore: disable no-children-prop rule
* fix: user input now works
* fix: useForm defaults now work as-expected