SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.12.6
· 1y+
Fixed
- The Zod adapter didn't handle reused schemas ($ref) properly.
- The "GET to POST" modification for
use:enhancewas only intended for SPA mode to fully support progressive enhancement, so it now properly checks for that before adding the missingmethod="POST"attribute on the form. - The tainted message didn't trigger on page refresh or closing a tab in the browser.
FormPathLeavescaused a memory leak when usingsvelte-package.