Skip to content

1.6.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 19 Jun 06:39
· 135 commits to master since this release

aurelia-router 1.6.0

Note: There were some issues with the d.ts generation process, so this release includes the same d.ts files as the previous release. We'll work to get the d.ts generation fixed and updated soon.

Bug Fixes

  • app-router: await navigation result (3d1c416)
  • interfaces: Undo interface export (e21fc9c)
  • navigation: add NavigationResult type (089aa37)
  • redirect: do not use Promise.reject on redirect (487c33d), closes #480
  • router: define title property (2ad2280)
  • router: make addRoute split list of routes into multiple routeconfigs with single route each (0cd5423)
  • router-configuration: merge options instead of assign in exportRouter (d563f8a)
  • router-configuration: throw early on invalid pipeline steps (e6e2f62)
  • typings: moduleId: string|null (a7cdb68)

Features

  • router: add configurable title separator (d2a1896)
  • router: redirect with token parameters (aafa070), closes #483
  • type declarations: improve type of RouterConfiguration (c1775e5)