You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed JSON Schema for simple adapters with empty arrays.
Changed
Bumped TypeBox peerDep requirement to 0.34.28.
Bumped Effect peerDep requirement to 3.13.7.
Bumped Valibot peerDep requirement to 1.0.0-rc.3.
Bumped Zod peerDep requirement to 3.24.2.
Deprecated
The flashMessage option is now deprecated, since SvelteKit has moved to $app/state instead of $app/stores, making it hard to support both. Use sveltekit-flash-message directly (setFlash or redirect) instead of integrating it with Superforms, it's less complicated as well.