Skip to content

Releases: sveltejs/kit

@sveltejs/package@3.0.0-next.8

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Patch Changes

  • chore: read the Svelte config via @sveltejs/load-config (#17039)

@sveltejs/kit@3.0.0-next.27

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Major Changes

  • major: error when a client-requested single-flight mutation isn't respected by the server, allow the server to explicitly ignore refreshes (#16892)

  • breaking: remove Server constructor and SSRManifest from public types (#16876)

  • breaking: replace the builder.generateManifest with builder.generateServerInstance and builder.manifest (#16875)

Minor Changes

  • feat: allow adapters to receive the Svelte config as a function argument when adding Vite plugins (#16986)

  • feat: allow adapters to override getRequest and setResponse during vite dev and vite preview (#16753)

Patch Changes

  • fix: respect paths.relative during development for client files (#17053)

  • fix: clarify circular imports from src/env (#17014)

  • breaking: populate env vars before instrumentation.server.js is evaluated and update the adapter instrumentation API (#16303)

  • fix: record a history traversal before resolving its route (#16959)

  • fix: support coordinate objects from image inputs in remote forms (#16944)

  • fix: walk and copy directories without a stat per file (#16995)

  • fix: widen remote form fields for union schemas and string enums (#16937)

  • fix: respond to HEAD requests without a body (#17036)

  • chore: replace deprecated Vite dev server APIs (#16961)

  • fix: settle a query's pending request in place when its value arrives through set() (#16958)

  • fix: prevent await_reactivity_loss warning and state_unsafe_mutation error when the new version detector runs after an await (#16915)

  • chore: parse page options and remote modules with Vite's parseSync instead of acorn (#16947)

@sveltejs/adapter-vercel@7.0.0-next.9

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Major Changes

  • breaking: populate env vars before instrumentation.server.js is evaluated and update the adapter instrumentation API (#16303)

  • breaking: replace the builder.generateManifest with builder.generateServerInstance and builder.manifest (#16875)

Patch Changes

@sveltejs/adapter-node@6.0.0-next.12

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Major Changes

  • breaking: populate env vars before instrumentation.server.js is evaluated and update the adapter instrumentation API (#16303)

  • breaking: replace the builder.generateManifest with builder.generateServerInstance and builder.manifest (#16875)

Patch Changes

@sveltejs/adapter-netlify@7.0.0-next.11

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Major Changes

  • breaking: populate env vars before instrumentation.server.js is evaluated and update the adapter instrumentation API (#16303)

  • breaking: replace the builder.generateManifest with builder.generateServerInstance and builder.manifest (#16875)

Patch Changes

@sveltejs/adapter-cloudflare@8.0.0-next.7

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Major Changes

  • breaking: populate env vars before instrumentation.server.js is evaluated and update the adapter instrumentation API (#16303)

  • breaking: remove cloudflare platform, emulate the cloudflare:workers module instead (#16754)

  • breaking: replace the builder.generateManifest with builder.generateServerInstance and builder.manifest (#16875)

Patch Changes

@sveltejs/adapter-bun@1.0.0-next.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Major Changes

  • breaking: require Bun 1.4, which routes HEAD to GET handlers and settles stop() after a force close (#16880)

Patch Changes

@sveltejs/adapter-auto@8.0.0-next.4

Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:17
090d77f

Minor Changes

  • feat: add zero-config deployment support for Render (#16850)

Patch Changes

@sveltejs/kit@3.0.0-next.25

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 02:06
a593272

Minor Changes

  • feat: add an applyReroute helper for adapters that support split serverless function deployments (#16665)

Patch Changes

  • chore: build streamed responses from async generators (#16847)

  • fix: tweak response logging for remote requests (#16865)

  • fix: discard invalidation results when a navigation completes while they load (#16852)

  • fix: route dev-server response logging through Vite's logger so it respects logLevel and customLogger (#16858)

  • chore: read build-time config from defines on the server instead of carrying it in options (#16873)

  • chore: read options from a single module instead of passing it through the server runtime (#16871)

@sveltejs/adapter-vercel@7.0.0-next.8

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 02:06
a593272

Patch Changes