You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add optional params for hash and searchParams to resolve()
Adds optional arguments for URL params `hash` and `searchParams` to
`resolve()`. Appends these to the returned URL after resolving the path.
Resolves#14750 and helps address
sveltejs/eslint-plugin-svelte#1353
feat: make ResolveParams accept `searchParams: Record<string, string> | URLSearchParams | undefined`
fix: better arg parsing
* A utility for getting the parameters associated with a given layout, which is similar to `RouteParams` but also includes optional parameters for any child route.
* Resolve the URL of an asset in your `static` directory, by prefixing it with [`config.kit.paths.assets`](https://svelte.dev/docs/kit/configuration#paths) if configured, or otherwise by prefixing it with the base path.
* A utility for getting the parameters associated with a given layout, which is similar to `RouteParams` but also includes optional parameters for any child route.
0 commit comments