Skip to content

Releases: sveltejs/kit

@sveltejs/adapter-cloudflare-workers@2.2.0

13 Mar 16:48
877f4bb
Compare
Choose a tag to compare

Minor Changes

  • feat: emulate Cloudflare Workers bindings and incoming request properties in event.platform for dev and preview (#11974)

Patch Changes

@sveltejs/adapter-vercel@5.1.1

11 Mar 13:51
b94010d
Compare
Choose a tag to compare

Patch Changes

  • fix: handle optional and rest routes for incremental static regeneration (ISR) correctly (#11928)

@sveltejs/package@2.3.0

08 Mar 17:13
6cc860e
Compare
Choose a tag to compare

Minor Changes

  • feat: add option to specify the tsconfig/jsconfig (#11698)

@sveltejs/kit@2.5.3

08 Mar 17:13
6cc860e
Compare
Choose a tag to compare

Patch Changes

  • fix: revert tsconfig change that includes svelte.config.js (#11908)

  • fix: exclude server worker from tsconfig again (#11727)

@sveltejs/adapter-node@5.0.1

08 Mar 20:31
679b598
Compare
Choose a tag to compare

Patch Changes

  • fix: regression preventing built application from starting (#11960)

@sveltejs/adapter-node@5.0.0

08 Mar 17:13
6cc860e
Compare
Choose a tag to compare

Major Changes

  • breaking: add graceful shutdown (#11653)

  • breaking: change default value of precompress option to true to serve precompressed assets by default (#11945)

Minor Changes

  • feat: add systemd socket activation (#11653)

Patch Changes

@sveltejs/kit@2.5.2

26 Feb 15:38
4d98369
Compare
Choose a tag to compare

Patch Changes

  • fix: tsconfig includes should cover svelte.config.js (#11886)

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)