SvelteKit SuperForms (javascript)

ciscoheat/sveltekit-superforms last check 86 releases
Notes
no notes yet
Release notes
v1.9.0 · 1y+
view on github

Added

  • In app.d.ts, by declaring namespace App.Superforms with a type Message, status messages will always be set to that type. (#261)
  • Added FormResult<T>, which can be used in onResult to make the ActionResult strongly typed.
  • SuperDebug now has a collapsed prop, to make it initially collapsed. Use together with collapsible. (#279)

Fixed

  • Schema transform operations weren't applied in SPA forms and when posting to the server with client-side validators enabled.