SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.28.0
· 6m+
Changed
- TypeBox adapter has been bumped to 1.0! Check the migration guide to upgrade. Note that if you must stay on 0.x for a while, you cannot upgrade to this version of Superforms.
Added
- Added support for Zod 4 stringbools. #610
booleanProxynow supports theemptyoption.
Fixed
- Fixed loading timers when the
timeoutMSsetting is triggered and a redirect response is returned. #622 filesStoreinitialValue now matchesfileStore. #637- Fixed JSON Schema for some non-representable types in Zod 4 adapter, it now handles
setandmapproperly. #617 - Possibly fixed the SuperDebug broken import on Svelte 5 in enforced runes mode #599
- Zod 4 error messages should now take the current locale into account as default. #618, #639
- Zod 3 fix for URL parsing - A default boolean value of
truereturnedfalsewhen parsing a URL withsuperValidate. #633