tanstack-vue-form-skilld
TanStack/form @tanstack/vue-form@1.29.1
Tags: latest: 1.29.1
References: Docs
API Changes
This section documents version-specific API changes for @tanstack/vue-form.
-
BREAKING:
field.errors— v1.28.0 flattens errors by default ([error]not[[error]]), usedisableErrorFlat: trueto restore old nested behavior source -
DEPRECATED:
field.getValue()— usefield.state.valueinstead as direct accessor methods on FieldApi are deprecated in favor of state access source -
NEW:
field.parseValueWithSchema()— validates field value against Standard Schema V1 without affecting internal field error state source -
NEW:
form.parseValuesWithSchema()— form-level Standard Schema V1 validation helper for third-party schemas like Zod or Valibot source -
NEW:
formOptions()— helper to define reusable, type-safe form options with inference outside of theuseFormhook source -
NEW:
Fieldcomponent — declarative Vue component alternative touseFieldfor defining form fields directly in templates source