Skip to content

@tanstack/angular-form@2.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:24
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
4ad5a7b

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now 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.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2