Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

15 Jul 15:45
3386f3c
Compare
Choose a tag to compare

Minor Changes

  • feat: typed params prop for page/layout components (#13999)

Patch Changes

  • fix: treeshake internal storage.get helper (#13998)

@sveltejs/[email protected]

14 Jul 19:25
20eb3f0
Compare
Choose a tag to compare

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]

14 Jul 19:25
20eb3f0
Compare
Choose a tag to compare

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

  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#13941)

@sveltejs/[email protected]

14 Jul 19:25
20eb3f0
Compare
Choose a tag to compare

Minor Changes

  • breaking: use new filters and enhancements from vite-plugin-svelte. Requires vite >= 6.3 and vite-plugin-svelte >= 6.0. (#13967)

@sveltejs/[email protected]

10 Jul 11:36
72f2ce3
Compare
Choose a tag to compare

Patch Changes

  • fix: re-add @sveltejs/kit to optimizeDeps.exclude (#13983)

@sveltejs/[email protected]

09 Jul 21:52
a82ffb5
Compare
Choose a tag to compare

Patch Changes

  • fix: force $app/* modules to be bundled (#13977)

@sveltejs/[email protected]

09 Jul 12:35
e142ab6
Compare
Choose a tag to compare

Patch Changes

  • fix: don't bundle @sveltejs/kit (#13971)

@sveltejs/[email protected]

09 Jul 12:35
e142ab6
Compare
Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

09 Jul 12:35
e142ab6
Compare
Choose a tag to compare

Patch Changes

  • fix: deprecate platform.context in favor of platform.ctx to align with Cloudflare's naming convention (#13856)

  • Updated dependencies [bcdaf21]:

@sveltejs/[email protected]

26 Jun 03:50
42681d4
Compare
Choose a tag to compare

Patch Changes

  • fix: handle non-semver-style dependency versions (#13925)