svelte-client-router

Svelte Client Router Repository

MIT License

Downloads
98
Stars
17

Bot releases are visible (Hide)

svelte-client-router - v1.0.13

Published by arthurgermano over 3 years ago

  • Fixed issue when backing route - Now is not pushing that route into the history
  • Fixed issue of non passing parameters to Loading Components
svelte-client-router - v1.0.12

Published by arthurgermano over 3 years ago

Fixed dependencies - now only what matters is imported

svelte-client-router - v1.0.11

Published by arthurgermano over 3 years ago

  • (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!
svelte-client-router - V1.0.10

Published by arthurgermano over 3 years ago

  • 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
svelte-client-router - v1.0.9

Published by arthurgermano over 3 years ago

First functional version
With documentation and online testing.