svelte-navigator icon indicating copy to clipboard operation
svelte-navigator copied to clipboard

Simple, accessible routing for Svelte

Results 51 svelte-navigator issues
Sort by recently updated
recently updated
newest added

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Currently svelte-navigator has a dependency on Svelte 3.x, which causes issues for projects wanting to upgrade to Svelte 4. ``` $ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE...

**Describe the bug** Encoded values with special characters given to the Route component do not result in a correctly decoded values inside of the components. **To Reproduce** Steps to reproduce...

If no `state` object was added, the property will be `null` Duplicate of #105, which was accidentally closed by a branch rename

I encountered inconsistency on `useLocation` hook when programmatically navigating routes via `navigate(-1)` compared to `history.back(-1)` or hitting the browser's back button. Is this intented? Given the current documentation states: >...

add a method to set global history so the issue #45 can be solved with less pain, no need to go around and change all the `use:link` and `navigate`

Tested in my application but is there a test suite?

**Describe the bug** [Lazy loading example](https://github.com/mefechoel/svelte-navigator/tree/d8f2a1aa750f365ac63308b0b4e804b3b33f040e/example/lazy-loading) does not pass props to lazily loaded component Route allows for `` which passes the prop name to the rendered component, the example for...

Problem: I want do discern between two different components based on a prefix of an ID: `/group1/group1-1` -> view this group of things (e.g. a list) `/group1/element001` -> view/edit details...

The docs show how to do the above. So my code is In a browser, if I try to http://localhost:3000/resetpw then that page is not found. And equally if I...