Releases: arthurgermano/svelte-client-router
Releases · arthurgermano/svelte-client-router
v1.0.13
- Fixed issue when backing route - Now is not pushing that route into the history
- Fixed issue of non passing parameters to Loading Components
v1.0.12
Fixed dependencies - now only what matters is imported
v1.0.11
- (Component Not Defined Mandatory) - Now only throws an error when is going to load the component
- Added route option forceReload
- Fixed issue when passing a strage parameter in Before Enter Function - Resolve Function
- Improvement documentation - Now we have a documentation using Svelte Client Router!
V1.0.10
- Changed routeObjParam returned inside Before Enter Functions
- Added configuration option setScrollProps
- Added configuration option setUseScroll
- Added route option scrollProps
- Added route option ignoreScroll
- Added payload passing between all Before Enter Functions
v1.0.9
First functional version
With documentation and online testing.