tanstack-vue-form-skilld

Installation
SKILL.md

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]]), use disableErrorFlat: true to restore old nested behavior source

  • DEPRECATED: field.getValue() — use field.state.value instead 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 the useForm hook source

  • NEW: Field component — declarative Vue component alternative to useField for defining form fields directly in templates source

Related skills
Installs
68
GitHub Stars
161
First Seen
Feb 19, 2026