@sveltejs/package@3.0.0-next.8
Patch Changes chore: read the Svelte config via @sveltejs/load-config (#17039)
Patch Changes chore: read the Svelte config via @sveltejs/load-config (#17039)
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…
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 fix: pass the requested pathname, including any trailing slash, to ISR functions (#16903) fix: trace process.cwd()-relative files fro…
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 Updated dependencies [9a4b343, ee2f55b, 65673a4, 1b79845, b12bb78, 03f1687, 49f0808, e7c74bf, 0876d63, 9a2b9ba, c9f54b5, 22b8152, f6d…
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 fix: route requests with omitted optional parameters to split serverless functions (#17020) fix: copy _redirects when deploying edge…
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 Updated dependencies [9a4b343, ee2f55b,…
Major Changes breaking: require Bun 1.4, which routes HEAD to GET handlers and settles stop() after a force close (#16880) Patch Changes fix: build apps that use server instrumentation (#16898) Updated dependencies [ff8cdd4, 723572c, 3b8e034, f2c5102, c66a6ed, 428e5ef]: @sveltejs/kit@3.0.0-next.26
Minor Changes feat: add zero-config deployment support for Render (#16850) Patch Changes Updated dependencies [9a4b343, ee2f55b, 65673a4, 1b79845, b12bb78, 03f1687, 49f0808, e7c74bf, 0876d63, 9a2b9ba, c9f54b5, 22b8152, f6d44cf, 3c3a27b, 7f376b1, 8a587c7, aa4f960]: @sveltejs/kit@3.0.0-next.27
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 logge…
Patch Changes fix: omit ISR data endpoints for server-only routes (#16731) fix: correctly apply reroute results for apps configured with split serverless functions (#16665) Updated dependencies [9b3d195, 385d378, 3782448, d0d3a33, 4b7a483, e325d7d, 4f63c79]: @sveltejs/kit@3.0.0-next.25
Patch Changes fix: correctly apply reroute results for apps configured with split serverless functions (#16665) Updated dependencies [9b3d195, 385d378, 3782448, d0d3a33, 4b7a483, e325d7d, 4f63c79]: @sveltejs/kit@3.0.0-next.25
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…
Patch Changes fix: ignore EEXIST errors when symlinking traced files that resolve to the same destination (#16809) Updated dependencies [6d1e9d7, 289afbf, 7f1db04, 7570a62, 6833df1, d8efec6, fb0e21c, 6e7d44d, bd36e00, 97ad63a, 17123bf, 2c179e9, e54a37f, a7f32aa, 9a910f3, a610618, d455628, 4682127, e4876e9, 7f1db04, b361b81, 97ad63a, ef70fc7, 6bfccde, 7d78680, b361b81]: @sveltejs/kit@3.0.0-next.24
Patch Changes fix: strip trailing slashes from prerendered paths in the edge function exclude list, so the root page is served statically when using a base path (#16788) Updated dependencies [6d1e9d7, 289afbf, 7f1db04, 7570a62, 6833df1, d8efec6, fb0e21c, 6e7d44d, bd36e00, 97ad63a, 17123bf, 2c179e9, e54a37f, a7f32aa, 9a910f3, a610618, d455628, 4682127, e4876e9, 7f1db04, b361b81, 97ad63a, ef70fc7, 6…
Patch Changes fix: avoid eagerly reading $app/state dependencies during module initialization (b61018d)
Patch Changes fix: only print prerender progress newline when necessary (#16766)
Patch Changes fix: respect Vite default log level (#16767)
Patch Changes chore: bump svelte2tsx to 0.7.60 (#16745)
Major Changes breaking: move remote function types and isValidationError to @sveltejs/kit/remote (#16764) breaking: move RequestEvent and Cookies to $app/server (#16751) Patch Changes fix: correctly implement Vite plugin hook filters (#16760) fix: yield to allow prerender updates to be visible (#16748) fix: don't destroy partial-line app output with the prerender progress line (#16750)
Patch Changes chore: bump svelte2tsx to 0.7.59 (#16745)
Major Changes breaking: move remote function types to $app/server (#16740) breaking: remove #lib definition from paths; requires explicit module extensions as a result (#16736) breaking: move hooks-related types to @sveltejs/kit/hooks (#16737) breaking: move env-related types to @sveltejs/kit/env (#16739) Minor Changes feat: better response logging (#16744) Patch Changes chore: bump mrmime to 2.0.…
Patch Changes chore: bump magic-string to 1.1.0 (#16745) chore: bump zimmerframe to 1.1.4 (#16745)
Patch Changes chore: bump rolldown to 1.2.3 (#16745) Updated dependencies [1742811, 1611c61, b361b81, b361b81, b361b81, b361b81, 13e7b18, 529346d, b361b81, 81d6319, b361b81, 69a5bdf]: @sveltejs/kit@3.0.0-next.20
Patch Changes chore: bump rolldown to 1.2.3 (#16745) Updated dependencies [1742811, 1611c61, b361b81, b361b81, b361b81, b361b81, 13e7b18, 529346d, b361b81, 81d6319, b361b81, 69a5bdf]: @sveltejs/kit@3.0.0-next.20
Patch Changes chore: bump @cloudflare/worker-types to 5.20260809.1 (#16745) Updated dependencies [1742811, 1611c61, b361b81, b361b81, b361b81, b361b81, 13e7b18, 529346d, b361b81, 81d6319, b361b81, 69a5bdf]: @sveltejs/kit@3.0.0-next.20
Major Changes breaking: move defineParams and associated types to @sveltejs/kit/params (#16716) breaking: run all errors through the handleError hook (#16664) breaking: move Page, ReadonlyURL and ReadonlyURLSearchParams from @sveltejs/kit to $app/state (#16694) breaking: move BeforeNavigate, OnNavigate, AfterNavigate, Navigation, NavigationTarget, NavigationType, GotoOptions and the Navigation* va…
Patch Changes fix: externalize @opentelemetry/api to prevent bundler chunk colocation between instrumentation.server.js and application code (#16302) Updated dependencies [04f9ab4, 1e198bd, 813726d, a115a7b, 031ac69, dc7442c, 19c4478, dc7442c, dc7442c, 0b3e2b3, c5d0ce2]: @sveltejs/kit@3.0.0-next.19
Major Changes breaking: separate adapter Vite plugins into pre and post (#16711)
Major Changes breaking: enhanced cross-page form actions now navigate to the action page on success and failure, matching native form behavior (#16684) Minor Changes chore: deprecate export const snapshot in favour of the snapshot helper (#16687) feat: add snapshot helper to $app/navigation (#16685)
Patch Changes fix: import the generated manifest via pathToFileURL, which handles special characters in the project path (#16649) Updated dependencies [c66e589, 0bee0e8, 9703b94]: @sveltejs/kit@3.0.0-next.17