Releases: sveltejs/kit
@sveltejs/[email protected]
@sveltejs/[email protected]
Minor Changes
-
feat: support svelte.config.ts (#13935)
NOTE
Your runtime has to support importing TypeScript files for
svelte.config.ts
to work.
In Node.js, the feature is supported with the--experimental-strip-types
flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.
@sveltejs/[email protected]
Minor Changes
-
feat: support svelte.config.ts (#13935)
NOTE
Your runtime has to support importing TypeScript files for
svelte.config.ts
to work.
In Node.js, the feature is supported with the--experimental-strip-types
flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.
Patch Changes
@sveltejs/[email protected]
Minor Changes
- breaking: use new filters and enhancements from
vite-plugin-svelte
. Requiresvite >= 6.3
andvite-plugin-svelte >= 6.0
. (#13967)
@sveltejs/[email protected]
Patch Changes
- fix: re-add
@sveltejs/kit
tooptimizeDeps.exclude
(#13983)
@sveltejs/[email protected]
Patch Changes
- fix: force
$app/*
modules to be bundled (#13977)
@sveltejs/[email protected]
Patch Changes
- fix: don't bundle
@sveltejs/kit
(#13971)
@sveltejs/[email protected]
Patch Changes
-
fix: remove unnecessary static directory serving middleware (#13953)
-
Updated dependencies [
bcdaf21
]:- @sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
-
fix: deprecate
platform.context
in favor ofplatform.ctx
to align with Cloudflare's naming convention (#13856) -
Updated dependencies [
bcdaf21
]:- @sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- fix: handle non-semver-style dependency versions (#13925)