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)