Skip to content

Releases: sveltejs/kit

@sveltejs/kit@2.15.0

22 Dec 17:32
64c8e04
Compare
Choose a tag to compare

Minor Changes

  • feat: add bundleStrategy: 'inline' option (#13193)

@sveltejs/kit@2.14.1

22 Dec 12:52
a58a82e
Compare
Choose a tag to compare

Patch Changes

  • fix: do not mutate URL during reroute logic (#13222)

@sveltejs/kit@2.14.0

21 Dec 17:25
141b0f9
Compare
Choose a tag to compare

Minor Changes

  • feat: add hash-based routing option (#13191)

Patch Changes

  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#13196)

@sveltejs/adapter-static@3.0.8

21 Dec 18:33
e95d446
Compare
Choose a tag to compare

Patch Changes

  • fix: use optional chaining when checking router type (#13218)

@sveltejs/adapter-static@3.0.7

21 Dec 18:01
f103084
Compare
Choose a tag to compare

Patch Changes

  • fix: allow dynamic routes with missing fallback in hash mode (#13213)

@sveltejs/kit@2.13.0

19 Dec 14:56
6531e36
Compare
Choose a tag to compare

Minor Changes

  • feat: add bundleStrategy: 'split' | 'single' option (#13173)

@sveltejs/kit@2.12.2

19 Dec 04:35
b9dc4fd
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly resolve no hooks file when a similarly named directory exists (#13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#13192)

@sveltejs/adapter-node@5.2.11

19 Dec 04:35
b9dc4fd
Compare
Choose a tag to compare

Patch Changes

@sveltejs/adapter-cloudflare@4.9.0

19 Dec 14:56
6531e36
Compare
Choose a tag to compare

Minor Changes

  • feat: generate .assetsignore file for use with Cloudflare Workers Static Assets (#13109)

Patch Changes

@sveltejs/kit@2.12.1

16 Dec 18:19
089159c
Compare
Choose a tag to compare

Patch Changes

  • fix: replace navigating.current.<x> with navigating.<x> (#13174)