SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v1.9.0
· 1y+
Added
- In
app.d.ts, by declaring namespaceApp.Superformswith atype 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
collapsedprop, to make it initially collapsed. Use together withcollapsible. (#279)
Fixed
- Schema
transformoperations weren't applied in SPA forms and when posting to the server with client-side validators enabled.