Skip to content

v0.11.0

Compare
Choose a tag to compare
@tannerlinsley tannerlinsley released this 11 Dec 19:27
· 344 commits to main since this release

Version 0.11.0 - 12/11/2023, 7:27 PM

Changes

Feat

  • add signal to async validations (701500b) by Corbin Crutchley
  • add submit, submitAsync validators to form (e2084e6) by Corbin Crutchley

Fix

  • onMount validator now works as expected (19e7aff) by Corbin Crutchley
  • add missing field onSubmitAsyncDebounceMs value (31d4d21) by Corbin Crutchley

Chore

  • fix errors with TS in examples (a0a6c5a) by Corbin Crutchley
  • temporarily disable Vue TS checking due to upstream bug (6431823) by Corbin Crutchley
  • fix various issues with Solid/core tests (faf4fbc) by Corbin Crutchley
  • cleaned up validator abstraction (d40592e) by Corbin Crutchley
  • move validators into util getters (00c4db5) by Corbin Crutchley
  • fix various typing issues with packages (8025dd4) by Corbin Crutchley
  • fix minor example typing issue (90edb99) by Corbin Crutchley
  • fix typings (30596c9) by Corbin Crutchley
  • fix typing inferencing (81cef00) by Corbin Crutchley
  • fix lib tests (0c8dfe6) by Corbin Crutchley
  • change throttled validation to debounce (14ec20d) by Corbin Crutchley
  • refactor form and field API validation mechanism to share code (40268a0) by Corbin Crutchley
  • consolidate field validation logic (8c89e41) by Corbin Crutchley

Docs

  • update reference docs for React (bc270fb) by Corbin Crutchley
  • improve fieldApi reference (6a6c4f5) by Corbin Crutchley
  • update and improve formApi docs (d1b9a94) by Corbin Crutchley
  • add docs for form-level validation (698e9f0) by Corbin Crutchley
  • improve TypeScript docs (c54dc65) by Corbin Crutchley
  • improve JS guides to TanStack Form (c3556a4) by Corbin Crutchley

Other

  • refactor!: move submission function to take object instead of two arguments (8e1723e) by Corbin Crutchley
  • refactor!: move onChange,onBlur,onMount,onSubmit props to pass object (c2ce384) by Corbin Crutchley
  • refactor!: rename validator to validatorAdapter (ad9f0c4) by Corbin Crutchley
  • refactor!: move validators to prefixed property name (68552b1) by Corbin Crutchley

Test

  • add test for signal aborting (cd9ce4f) by Corbin Crutchley

Packages