@sveltejs/kit@2.55.0
Minor Changes
- feat: page and layout params with matchers are now type narrowed in
$app/types, leading to better type safety when working with params in$app/types,$app/state, and hooks. (#15502)
Fetched May 1, 2026
$app/types, leading to better type safety when working with params in $app/types, $app/state, and hooks. (#15502)Fetched May 1, 2026
Patch Changes - fix: avoid importing the Vite development client code into builds with a non-standard (16023) - fix: don't emit the unused…
Svelte · SvelteKitPatch Changes - fix: ignore errors that occur in destroyed effects (18384) - fix: type BigInts in return values (18388)
Svelte