Releases: aurelia/router
Releases · aurelia/router
1.7.1
1.7.0
- Conversion to TypeScript
1.6.3
aurelia-router 1.6.3
Bug Fixes
1.6.2
1.6.1
1.6.0
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
1.5.0
1.4.0
aurelia-router 1.4.0
Bug Fixes
- activation: Deactivate child viewModels when replacing a parent (f73b6d5)
- router: fix NavigationInstructionInit's queryParams (1266b0b)
- router: getBaseUrl() to return correct URL for encodable chars (0ef12f6)