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
More from harlan-zw/vue-ecosystem-skills
quasar-skilld
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time. ALWAYS use when writing code importing \"quasar\". Consult for debugging, best practices, or modifying quasar.
200vue-skilld
The progressive JavaScript framework for building modern web UI. ALWAYS use when editing or working with *.vue files or code importing \"vue\". Consult for debugging, best practices, or modifying vue, core.
196pinia-skilld
Intuitive, type safe and flexible Store for Vue. ALWAYS use when writing code importing \"pinia\". Consult for debugging, best practices, or modifying pinia.
160vue-i18n-skilld
Internationalization plugin for Vue.js. ALWAYS use when writing code importing \"vue-i18n\". Consult for debugging, best practices, or modifying vue-i18n, vue i18n.
156vuetify-skilld
Vue Material Component Framework. ALWAYS use when writing code importing \"vuetify\". Consult for debugging, best practices, or modifying vuetify.
142pinia-colada-skilld
The smart data fetching layer for Vue.js. ALWAYS use when writing code importing \"@pinia/colada\". Consult for debugging, best practices, or modifying @pinia/colada, pinia/colada, pinia colada, pinia-colada.
132