Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

31 Jul 20:45
5142acc
Compare
Choose a tag to compare

Minor Changes

  • feat: remote functions (#13986)

@sveltejs/[email protected]

31 Jul 20:45
5142acc
Compare
Choose a tag to compare

Patch Changes

  • fix: resolve the absolute path of the Wrangler config setting assets.directory in case the config file is in a different directory than the root project (#14036)

  • Updated dependencies [793ae28]:

@sveltejs/[email protected]

25 Jul 14:14
1164ffa
Compare
Choose a tag to compare

Patch Changes

  • fix: posixify internal app server path (#14049)

  • fix: ignore route groups when generating typed routes (#14050)

@sveltejs/[email protected]

25 Jul 00:45
fade97a
Compare
Choose a tag to compare

Patch Changes

  • chore(deps): update dependency @vercel/nft to ^0.30.0 (#14033)

@sveltejs/[email protected]

24 Jul 15:50
e1f9714
Compare
Choose a tag to compare

Minor Changes

  • feat: better type-safety for page.route.id, page.params, page.url.pathname` and various other places (#13864)

  • feat: resolve(...) and asset(...) helpers for resolving paths (#13864)

  • feat: Add $app/types module with Asset, RouteId, Pathname, ResolvedPathname RouteParams<T> and LayoutParams<T> (#13864)

@sveltejs/[email protected]

23 Jul 14:16
a18e21a
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly set URL when navigating during an ongoing navigation (#14004)

@sveltejs/[email protected]

23 Jul 14:16
a18e21a
Compare
Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

18 Jul 10:22
f192a9b
Compare
Choose a tag to compare

Patch Changes

  • fix: add missing params property (#14012)

@sveltejs/[email protected]

17 Jul 08:31
53eff8a
Compare
Choose a tag to compare

Minor Changes

  • feat: support asynchronous read implementations from adapters (#13859)

Patch Changes

  • fix: log when no Svelte config file has been found to avoid confusion (#14001)

@sveltejs/[email protected]

17 Jul 08:31
53eff8a
Compare
Choose a tag to compare

Minor Changes

  • feat: add support for read imported from $app/server in edge functions (#13859)

Patch Changes