github TanStack/form @tanstack/svelte-form@2.0.0-alpha.2

latest releases: @tanstack/preact-form@2.0.0-alpha.2, @tanstack/vue-form@2.0.0-alpha.2, @tanstack/react-form-devtools@1.0.0-alpha.2...
pre-release9 hours ago

Minor Changes

  • #2343 532cba4 - Feature: Specify default options for createFormHook

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

Don't miss a new form release

NewReleases is sending notifications on new releases.