Skip to content

@sveltejs/kit@3.0.0-next.24

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 03:08
· 1 commit to version-3 since this release
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)