Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Releases: easyroute-router/svelte-easyroute

v3.1.1

18 Mar 22:48
Compare
Choose a tag to compare
  • 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

24 Jan 14:46
Compare
Choose a tag to compare
  • 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

15 Jan 07:42
Compare
Choose a tag to compare
  • easyroute-core updated to 1.3.3 (changelog).

v3.0.3

05 Jan 15:16
Compare
Choose a tag to compare
05.01 package.json version updated

v3.0.2

12 Dec 10:13
Compare
Choose a tag to compare
  • 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

05 Nov 22:13
Compare
Choose a tag to compare
  • Size reducing;
  • easyroute-core updated to 1.3.0;
  • RouterLink now uses router.push() method due to easyroute-core updates.