Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

10 Oct 16:24
b556e0d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • [fix] clear out build directory when running adapter-netlify (#7159)

@sveltejs/[email protected]

10 Oct 16:24
b556e0d
Compare
Choose a tag to compare
Pre-release

Patch Changes

@sveltejs/[email protected]

06 Oct 15:23
b6bbc7d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • [perf] render head links before other content (#7160)

@sveltejs/[email protected]

05 Oct 14:36
d0b51ae
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Add fetch to RequestEvent (#7113)

@sveltejs/[email protected]

04 Oct 18:30
25313d7
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Apply define config to service worker (#7140)

  • [chore] Skip removing HTTP/2 pseudo-headers, which is no longer necessary with undici (#7142)

  • bump devalue to version 4 (#7147)

@sveltejs/[email protected]

03 Oct 21:53
7fbc1a0
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • [chore] Upgrade undici so that we can use its multipart form data parsing instead of node-fetch's (#7131)

[email protected]

02 Oct 03:10
e95ab16
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • [feat] extract and export types from create-svelte (#7111)

@sveltejs/[email protected]

02 Oct 03:10
e95ab16
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix error message (#7108)

@sveltejs/[email protected]

02 Oct 15:27
604403f
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Add config option to set custom wrangler.toml file name (#7104)

@sveltejs/[email protected]

01 Oct 18:25
31e8818
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Allow TypedArray request bodies in fetch in load (#7065)

  • Use FormData polyfill from undici rather than node-fetch (#7065)