Skip to content

@sveltejs/kit@3.0.0-next.19

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 11:57
· 10 commits to version-3 since this release
83c6905

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* variant types from @sveltejs/kit to $app/navigation (#16694)

  • breaking: move ActionResult and SubmitFunction from @sveltejs/kit to $app/forms (#16694)

  • breaking: remove handleValidationError and pass remote function validation errors to handleError with kind: '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/api to prevent bundler chunk colocation between instrumentation.server.js and application code (#16302)

  • fix: surface prerender errors during development (#16507)

  • fix: adjust error overload for optional App.Error parameters (#16725)