Skip to content

Releases: sveltejs/kit

@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

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

Pre-release

Choose a tag to compare

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

Patch Changes

@sveltejs/kit@3.0.0-next.24

Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 03:08
8a962cd

Minor Changes

  • feat: pass the project-relative source filename to the preload filter for fonts (#16443)

  • feat: support the QUERY HTTP method in +server.js (#16782)

Patch Changes

  • chore: share the action error result between form actions and remote forms (#16835)

  • perf: parse large streamed frames in linear time (#16489)

  • fix: keep at most one pending body read at a time when deserializing binary forms (#16783)

  • fix: render the nearest error page when a form submission receives a non-ActionResult error response (#16308)

  • chore: generate the env modules in a single pass (#16833)

  • fix: reuse SSR-cached fetch responses during hydration when a cross-origin URL is not in canonical form (#16339)

  • fix: resolve client manifest imports against the Vite root (#16803)

  • fix: render the nearest +error.svelte at the depth it occupies when an error is thrown during rendering (#16526)

  • fix: wait for the redirect navigation before remote form submissions resolve (#16765)

  • fix: only suggest a + prefix for route filenames that are valid with the file's extension (#16837)

  • fix: don't throw from remote form validate() if the form unmounts while it is waiting for a tick (#16720)

  • chore: share navigation completion between navigate and shallow routing (#16838)

  • fix: rerun load functions when the number of values of a tracked search parameter changes (#16495)

  • fix: preserve paths.base when vite preview redirects a prerendered page to the correct trailing slash (#16836)

  • chore: iterate the query cache maps through a single generator (#16846)

  • fix: don't crash on interactions inside a form whose controls shadow nodeName (#16769)

  • chore: remove unused helpers (#16834)

  • fix: correctly read zero-length files at the end of a binary form payload (#16783)

  • chore: remove virtual modules (#16745)

  • fix: wait for the redirect navigation before prerendered remote functions resolve (#16765)

  • chore: share the nearest error page walk between client and server (#16774)

  • fix: return root layout server data for error-page data requests to non-existent routes (#16376)

  • chore: unify the walk and list_files filesystem helpers (#16784)

  • chore: emit env modules to disk (#16745)

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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 03:08
8a962cd

Patch Changes

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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 03:08
8a962cd

Patch Changes

@sveltejs/kit@2.70.3

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:58
39e8e1f

Patch Changes

  • fix: avoid eagerly reading $app/state dependencies during module initialization (b61018d)

@sveltejs/kit@3.0.0-next.23

Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 14:52
ebfcf40

Patch Changes

  • fix: only print prerender progress newline when necessary (#16766)

@sveltejs/kit@3.0.0-next.22

Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 00:28
555ce0b

Patch Changes

  • fix: respect Vite default log level (#16767)

@sveltejs/package@3.0.0-next.7

Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 18:10
634636d

Patch Changes

  • chore: bump svelte2tsx to 0.7.60 (#16745)