Skip to content

Releases: sveltejs/kit

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

@sveltejs/[email protected]

26 Jun 07:24
5e58ca0
Compare
Choose a tag to compare

Patch Changes

  • fix: use fallback if untrack doesn't exist in svelte package (#13933)

  • fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#13905)

@sveltejs/[email protected]

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

Patch Changes

  • fix: prevent infinite loop when calling pushState/replaceState in $effect (#13914)

  • chore: use manualChunks to bundle single and inline apps with Rolldown (#13915)

@sveltejs/[email protected]

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

Patch Changes

  • feat: allow vite-plugin-svelte 6 peer dependency (#13921)

@sveltejs/[email protected]

20 Jun 03:05
5cedf89
Compare
Choose a tag to compare

Minor Changes

  • feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need vite-plugin-svelte@^6.0.0-next.0 and vite@^7.0.0-beta.0. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #13738 for ongoing work. (#13747)