Skip to content

@sveltejs/kit@3.0.0-next.20

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 21:02
· 2 commits to version-3 since this release
f84bf3b

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.1 (#16745)

  • chore: bump @sveltejs/acorn-typescript to 1.0.12 (#16745)

  • chore: bump magic-string to 1.1.0 (#16745)

  • chore: bump devalue to 5.9.0 (#16745)

  • chore: bump cookie to 2.0.1 (#16745)

  • chore: bump acorn to 8.18.0 (#16745)

  • fix: avoid infinite loop when building with --watch flag (#16632)