pateketrueke / yrv

Your routing vibes! (for Svelte)
https://svelte.dev/repl/0f07c6134b16432591a9a3a0095a80de
161 stars 9 forks source link

chore: dev sync #86

Closed pateketrueke closed 2 years ago

pateketrueke commented 2 years ago

A regression was made on v0.0.55 which blocked users to have routes without keys, also the currentURL check used to update the router store was not working as previously... now it does!

Now, keys are completely optional as previous releases, but on specific cases is worth to use them (i.e. to avoid remounting issues)

See: https://github.com/pateketrueke/yrv/blob/master/e2e/components/nested-routers/App.svelte#L18-L24