SvelteKit SuperForms (javascript)

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

Fixed

  • Fixed persisting form data when component used data from $page in combination with onDestroy. (#164, thank you to everyone in that thread!)
  • Fixed exception message when the dataType option 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!