@sveltejs/kit@2.5.18
版本发布时间: 2024-06-29 22:59:35
sveltejs/kit最新发布版本:create-svelte@6.3.11(2024-09-18 01:07:18)
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)