@sveltejs/kit@3.0.0-next.19
Pre-releaseMajor Changes
-
breaking: move
defineParamsand associated types to@sveltejs/kit/params(#16716) -
breaking: run all errors through the
handleErrorhook (#16664) -
breaking: move
Page,ReadonlyURLandReadonlyURLSearchParamsfrom@sveltejs/kitto$app/state(#16694) -
breaking: move
BeforeNavigate,OnNavigate,AfterNavigate,Navigation,NavigationTarget,NavigationType,GotoOptionsand theNavigation*variant types from@sveltejs/kitto$app/navigation(#16694) -
breaking: move
ActionResultandSubmitFunctionfrom@sveltejs/kitto$app/forms(#16694) -
breaking: remove
handleValidationErrorand pass remote function validation errors tohandleErrorwithkind: 'validation'(#16672)
Minor Changes
- feat: ignore files with + prefix if they contain test/spec/stories (#16715)
Patch Changes
-
fix: rebuild the dev manifest when route files disappear during an incremental update (#16643)
-
fix: externalize
@opentelemetry/apito prevent bundler chunk colocation betweeninstrumentation.server.jsand application code (#16302) -
fix: surface prerender errors during development (#16507)
-
fix: adjust error overload for optional
App.Errorparameters (#16725)