Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

02 Dec 20:44
f555ba6

Choose a tag to compare

Patch Changes

  • fix: suppress state_referenced_locally warnings in .svelte-kit/generated/root.svelte (#15013)

  • fix: TypeError when doing response.clone() in page load (#15005)

@sveltejs/[email protected]

26 Nov 18:44
9fda2fc

Choose a tag to compare

Patch Changes

  • chore(deps): update dependency chokidar to v5 (#14986)

@sveltejs/[email protected]

26 Nov 18:44
9fda2fc

Choose a tag to compare

Patch Changes

  • chore: remove duplicate caching layer (#14988)

@sveltejs/[email protected]

26 Nov 18:44
9fda2fc

Choose a tag to compare

Minor Changes

  • feat: Node 24 support (#14982)

@sveltejs/[email protected]

24 Nov 19:34
f1176ea

Choose a tag to compare

Patch Changes

  • fix: update vite-imagetools for caching fixes to avoid crashes (#14976)

@sveltejs/[email protected]

20 Nov 20:29
9f55c85

Choose a tag to compare

Patch Changes

  • fix: transform .ts extensions to .js in import/export statements of Svelte files when using rewriteRelativeImportExtensions (#14936)

@sveltejs/[email protected]

20 Nov 17:08
f316be0

Choose a tag to compare

Patch Changes

  • fix: resolve aliases before transpiling for rewriteRelativeImportExtensions (#14673)

@sveltejs/[email protected]

20 Nov 22:20
ab37849

Choose a tag to compare

Minor Changes

  • feat: stream file uploads inside form remote functions allowing form data to be accessed before large files finish uploading (#14775)

@sveltejs/[email protected]

20 Nov 21:46
dfb41e1

Choose a tag to compare

Patch Changes

  • breaking: invalid now must be imported from @sveltejs/kit (#14768)

  • breaking: remove submitter option from experimental form validate() method, always provide default submitter (#14762)

@sveltejs/[email protected]

20 Nov 20:29
9f55c85

Choose a tag to compare

Patch Changes

  • fix: allow multiple server-timing headers (#14700)

  • fix: allow access to root-level issues in schema-less forms (#14893)

  • fix: allow hosting hash-based apps from non-index.html files (#14825)