Patch Changes
-
#2348
4e37c69- Refactor: AdapterformOptions/appFormOptionsno longer shim the core types and runtime.BREAKING:
formOptions.looseSchemaandformOptions.strictSchemanow require a schema as
first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.Fix:
formOptions.looseSchemanow allowsdefaultValuesto omit properties instead of
requiring them to be explicitly undefined. -
#2339
c7e102b- Fix: Subscription selectors now infer tuple return values without requiringas const. -
Updated dependencies [
532cba4,4e37c69,c7e102b,63c9ea3]:- @tanstack/form-core@2.0.0-alpha.2