SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.13.1
· 1y+
Fixed
FormPathet al. now extends only basic objects and arrays, avoiding issues with classes, all built-in objects likeFileandDate, and special "branded" types that validation libraries are using. Thanks to Matt DeKok for this fix!- SuperDebug always renders left-to-right now.
- Discriminated unions for the form itself weren't including the union keys for the schema, when parsing the form data.
devalueupdated to^5.0.0to handle invalid dates.