SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v1.3.0
· 1y+
Fixed
- Fixed persisting form data when component used data from
$pagein combination withonDestroy. (#164, thank you to everyone in that thread!) - Fixed exception message when the
dataTypeoption isn't set to'json'and the schema contains a nested object. (#225) - Superforms are now ignoring normal SvelteKit form actions when they are posted. (#230)
Added
- More configuration options, customizable styling, automatic promise and store support for SuperDebug, thanks to Josue!