sveltekit-superforms
Advanced tools
Changelog
[2.16.1] - 2024-07-18
2.0.0-beta.0
, which should fix some typing issues with the adapter.Changelog
[2.16.0] - 2024-07-09
customRequest
added to the onSubmit options, that lets you use a custom fetch or XMLHttpRequest when submitting the form. Very useful for progress bars when uploading large files._errors
for all objects, only for arrays.Changelog
[2.15.2] - 2024-06-26
>=0.33.0
to fix a type issue. Please follow the migration guide to update your Valibot schemas if your version is below v0.31.0.Changelog
[2.15.1] - 2024-06-10
0.31.0
, which ends support for any version below that. Please follow the migration guide to update your Valibot schemas.Changelog
[2.13.1] - 2024-05-07
FormPath
now extends only basic objects and arrays, avoiding issues with classes, all built-in objects like File
and Date
, and special "branded" types that validation libraries are using. Thanks to Matt DeKok for this fix!devalue
updated to ^5.0.0
to handle invalid dates.Changelog
[2.13.0] - 2024-05-03
Changelog
[2.12.6] - 2024-04-23
Changelog
[2.12.5] - 2024-04-16
use:enhance
was only intended for SPA mode to fully support progressive enhancement, so it now properly checks for that before adding the missing method="POST"
attribute on the form.