This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
Releases: easyroute-router/svelte-easyroute
Releases · easyroute-router/svelte-easyroute
v3.1.1
- breaking: easyroute-core updated to 1.4.0 - difference in hooks definitions (changelog);
- beraking: removed current route info access method via export let currentRoute;
- breaking: better tree-shaking support: ssr functionality and useCurrentRoute hook are no longer part of the main library;
- refactor: reorganized directory structure;
- fix: removed circular dependency in EasyrouteProvider;
- fix: correct type definitions for registerRouterSSR;
- feat: added type definitions for usage with TypeScript;
- refactor: RouterOutlet now uses $$restProps svelte feature.
v3.0.7
- fix:
currentRoute
empty on startup (#26); - fix: outlet auto-restore after visiting unknown route (#27);
currentRoute
prop is deprecated and will be removed in 3.1.0;- demo-app fix: active menu buttons highlighted;
- easyroute-core updated to v1.3.4-1;
- introducing
omitTrailingSlash
option; - route paths fixed in demo-app;
- easyroute-core updated to v1.3.5 (fix
from
object issue).
v3.0.4
v3.0.3
05.01 package.json version updated
v3.0.2
easyroute-core
updated to 1.3.1;- fixed errors when using
base
option; - passing router as a prop inside RouterOutlet has been removed;
- updated test suites.
Size reducing and easyroute-core update
- Size reducing;
easyroute-core
updated to 1.3.0;- RouterLink now uses
router.push()
method due toeasyroute-core
updates.