SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v1.11.0
· 1y+
Added
- A
fieldErrorsstore is added to arrayProxy, so field errors (for items in the array, not the array itself) can be accessed.
Fixed
- When cancelling a request, timers were cancelled too early in SPA mode and when client-side validation failed.
- Proxies didn't set or update a nested path unless it previously existed.
- When the taint option was set to
falseoruntaint-all, client-side validation was prevented. - The
novalidateandformnovalidateattributes on forms and buttons weren't respected. (#287)