Skip to content

Releases: arthurgermano/svelte-client-router

v1.0.13

09 May 17:15
Compare
Choose a tag to compare
  • 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

07 May 22:00
Compare
Choose a tag to compare

Fixed dependencies - now only what matters is imported

v1.0.11

07 May 12:27
Compare
Choose a tag to compare
  • (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

29 Apr 19:34
Compare
Choose a tag to compare
  • 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

27 Apr 16:00
Compare
Choose a tag to compare

First functional version
With documentation and online testing.