SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.18.0
· 1y+
Added
- New validation library: class-validator!
- Exported
SuperFormDataandSuperFormErrorstypes for superForm. - Exported
ZodObjectType,ZodObjectTypesandZodValidationtypes for the Zod adapter. - customRequest can now handle an
ActionResultas well, for better error handling.
Fixed
- Using setError in the load function and navigating to the same page client-side removed the errors.