Releases: dvcol/svelte-simple-router
Releases · dvcol/svelte-simple-router
v1.9.0
06 Dec 21:33
Compare
Sorry, something went wrong.
No results found
1.9.0 (2024-12-06)
Features
action: adds link options to top level (983284c )
Bug Fixes
package: adds missing export (f5b6700 )
v1.8.0
06 Dec 20:09
Compare
Sorry, something went wrong.
No results found
1.8.0 (2024-12-06)
Features
v1.7.3
11 Nov 22:55
Compare
Sorry, something went wrong.
No results found
1.7.3 (2024-11-11)
Bug Fixes
listen: fix check error that skipped all sync events (81ffd94 )
v1.7.2
11 Nov 21:42
Compare
Sorry, something went wrong.
No results found
1.7.2 (2024-11-11)
Bug Fixes
link: respect disabled state if any (46708f4 )
v1.7.1
08 Nov 23:48
Compare
Sorry, something went wrong.
No results found
1.7.1 (2024-11-08)
Bug Fixes
transition: bump dependencies and adjust transition container (7eded1e )
v1.7.0
06 Nov 21:48
Compare
Sorry, something went wrong.
No results found
1.7.0 (2024-11-06)
Features
hooks: allow overriding router/view instance in hooks (a351085 )
v1.6.1
27 Oct 23:19
Compare
Sorry, something went wrong.
No results found
1.6.1 (2024-10-27)
Bug Fixes
debugger: attach view to window for debugging (4c06096 )
utils: export toLazyComponent wrapper function (3fb5e6a )
v1.6.0
27 Oct 20:34
Compare
Sorry, something went wrong.
No results found
1.6.0 (2024-10-27)
Features
hooks: adds listener hooks (e72e45d )
hooks: rework context logic to create utility hooks (d0dee9a )
loading: adds loading event to subscribe in listeners (5e90ad9 )
view: adds beforeEach & parametrize viewTransitionName (001efea )
Bug Fixes
components: refactor and simplify component tree (ee9be72 )
v1.5.0
24 Oct 17:51
Compare
Sorry, something went wrong.
No results found
1.5.0 (2024-10-24)
Features
dep: bump to svelte 5 final release (bf25d84 )
Bug Fixes
transition: wrap css in global following svelte compile changes (61e5a3f )
v1.4.0
16 Oct 19:52
Compare
Sorry, something went wrong.
No results found
1.4.0 (2024-10-16)
Features
RouteView: adds declarative route API for dynamically adding route (6f9039b )
RouteView: adds support to snippet (428eab8 )
Bug Fixes
hash: replace base when navigating in hash mode (a8c00b1 )
nested: clear component when no component found (e3ad994 )
options: adds default routing options to routerinstance (4f9abad )
router: correct typing & adds UT for sync strategy (2184ace )
sync: allow replace of history state when syncing router (4a2a7b3 )
url: correctly parse path parameter when syncing (e3e5f4d )