Skip to content

Releases: sveltejs/kit

create-svelte@6.0.9

22 Feb 04:57
4ae1cd1
Compare
Choose a tag to compare

Patch Changes

  • chore: bump typescript-eslint to v7 (#11845)

@sveltejs/package@2.2.7

22 Feb 04:57
4ae1cd1
Compare
Choose a tag to compare

Patch Changes

  • chore: update chokidar to 3.6.0 (#11811)

@sveltejs/kit@2.5.1

22 Feb 04:57
4ae1cd1
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent stale values after invalidation (#11870)

  • fix: prevent false positive history.pushState and history.replaceState warnings (#11858)

  • fix: relax status code types (#11781)

  • fix: popstate navigations take pushState navigations into account (#11765)

@sveltejs/kit@1.30.4

16 Feb 21:56
a6c8f21
Compare
Choose a tag to compare

Patch Changes

  • chore(deps): upgrade and unpin undici (#11860)

svelte-migrate@1.3.7

25 Jan 18:31
969e69f
Compare
Choose a tag to compare

Patch Changes

  • fix: don't downgrade versions when bumping dependencies (#11716)

@sveltejs/kit@2.5.0

25 Jan 18:31
969e69f
Compare
Choose a tag to compare

Minor Changes

  • feat: dev/preview/prerender platform emulation (#11730)

Patch Changes

  • fix: strip /@fs prefix correctly on Windows when invoking read() in dev mode (#11728)

@sveltejs/kit@2.4.3

22 Jan 22:48
a93e19b
Compare
Choose a tag to compare

Patch Changes

  • fix: only disallow body with GET/HEAD (#11710)

@sveltejs/kit@2.4.2

22 Jan 20:51
d570557
Compare
Choose a tag to compare

Patch Changes

  • fix: ignore bodies sent with non-PUT/PATCH/POST requests (#11708)

@sveltejs/adapter-node@4.0.1

22 Jan 22:48
a93e19b
Compare
Choose a tag to compare

Patch Changes

@sveltejs/kit@2.4.1

19 Jan 18:09
b3c8a8c
Compare
Choose a tag to compare

Patch Changes

  • fix: use Vite's default value for build.target and respect override supplied by user (#11688)

  • fix: properly decode base64 strings inside read (#11682)

  • fix: default route config to {} for feature checking (#11685)

  • fix: handle onNavigate callbacks correctly (#11678)