@sveltejs/kit@2.5.18
github-actions
released this
29 Jun 14:59
·
204 commits
to main
since this release
Patch Changes
-
fix: respect HTML attributes
enctype
andformenctype
for forms withuse:enhance
(#12198) -
fix: prevent client import error when a
hooks.server
file imports a private environment variable (#12195) -
fix: set default
Content-Type
header toapplication/x-www-form-urlencoded
forPOST
form submissions withuse:enhance
to align with native form behaviour (#12198)