Skip to content

Releases: sveltejs/kit

@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)

@sveltejs/[email protected]

20 Nov 17:08
f316be0

Choose a tag to compare

Patch Changes

  • fix: clear issues upon passing validation (#14683)

  • fix: don't use fork of unrelated route (#14947)

  • fix: prevent type errors when optional @opentelemetry/api dependency isn't installed (#14949)

  • fix: preserve this when invoking standard validator (#14943)

  • fix: treat client/universal hooks as entrypoints for illegal server import detection (#14876)

  • fix: correct query .set and .refresh behavior in commands (#14877)

  • fix: improved the accuracy of the types of the output of field.as('...') (#14908)