Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

25 Nov 20:11
7246a54
Compare
Choose a tag to compare

Patch Changes

  • fix: update inline css url generation for FOUC prevention in dev (#13007)

@sveltejs/[email protected]

25 Nov 05:58
429bfb7
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure error messages are escaped (#13050)

  • fix: escape values included in dev 404 page (#13039)

@sveltejs/[email protected]

22 Nov 20:02
5f8399d
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent duplicate fetch request when using Request with load function's fetch (#13023)

  • fix: do not override default cookie decoder to allow users to override the cookie library version (#13037)

@sveltejs/[email protected]

22 Nov 20:02
5f8399d
Compare
Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

13 Nov 17:23
435984b
Compare
Choose a tag to compare

Patch Changes

  • fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#11613)

  • fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)

@sveltejs/[email protected]

07 Nov 01:29
be39f06
Compare
Choose a tag to compare

Minor Changes

  • feat: add helper to identify ActionFailure objects (#12878)

@sveltejs/[email protected]

07 Nov 01:29
be39f06
Compare
Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

05 Nov 19:19
fc27361
Compare
Choose a tag to compare

Patch Changes

  • fix: update link in JSDoc (#12963)

@sveltejs/[email protected]

05 Nov 18:53
92e129e
Compare
Choose a tag to compare

Patch Changes

  • fix: update broken links in JSDoc (#12960)

@sveltejs/[email protected]

05 Nov 00:58
425a005
Compare
Choose a tag to compare

Patch Changes

  • fix: warn on invalid cookie name characters (#12806)

  • fix: when using @vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS since undici does not yet enable HTTP/2 by default (#12907)