Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

23 Jul 14:16
a18e21a
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly set URL when navigating during an ongoing navigation (#14004)

@sveltejs/[email protected]

23 Jul 14:16
a18e21a
Compare
Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

18 Jul 10:22
f192a9b
Compare
Choose a tag to compare

Patch Changes

  • fix: add missing params property (#14012)

@sveltejs/[email protected]

17 Jul 08:31
53eff8a
Compare
Choose a tag to compare

Minor Changes

  • feat: support asynchronous read implementations from adapters (#13859)

Patch Changes

  • fix: log when no Svelte config file has been found to avoid confusion (#14001)

@sveltejs/[email protected]

17 Jul 08:31
53eff8a
Compare
Choose a tag to compare

Minor Changes

  • feat: add support for read imported from $app/server in edge functions (#13859)

Patch Changes

@sveltejs/[email protected]

17 Jul 08:31
53eff8a
Compare
Choose a tag to compare

Minor Changes

  • feat: add support for read imported from $app/server in edge functions (#13859)

Patch Changes

@sveltejs/[email protected]

17 Jul 08:31
53eff8a
Compare
Choose a tag to compare

Minor Changes

  • feat: add support for read imported from $app/server (#13859)

Patch Changes

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