routify icon indicating copy to clipboard operation
routify copied to clipboard

Automated Svelte routes

Results 52 routify issues
Sort by recently updated
recently updated
newest added

### Describe the bug I was updating some dependencies and went from 2.18.12 to 2.18.13. When I started rollup the build failed with `[!] Error: Package subpath './plugins/rollup' is not...

bug
released
needs triage

### Describe the bug Hi, I just upgraded my system and I now get an error when running my project. I'm not 100% sure that this is an issue with...

bug
needs triage

### Describe the feature Currently, meta files only work with js extension (i.e. filename.meta.js). Would be great if ts would be supported aswell (i.e., filename.meta.ts). ### Examples _No response_

enhancement

``` [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. @roxi/[email protected] ``` Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

released
released on @next
needs triage

### Describe the bug Using `let metadata = $context.route.metadata` to conditionally render the slot, makes goto to not redirect to '/' (if condition actually hits). Also, trying to click to...

bug
needs triage

### Describe the feature We are starting to get some bigger clients that are tracking url and clicks in Google anayltics like hawks. And sometimes it's the direct link they...

enhancement

### Describe the bug I get the following error when using $route.path ``` Error: Property 'path' does not exist on type 'never'. The intersection 'RouteNode' was reduced to 'never' because...

bug
needs triage

test with ``` cd test/e2e npm test ```

### Describe the bug v2 and v3 both have invalid packaging. I was helping a user try to get jest tests running under ESM with Routify and it seems not...

bug

Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together. Removes `yaml` Updates `semantic-release` from 17.4.7 to 21.0.1 Release notes Sourced from...

dependencies