aurelia-router v0.8.0
Bug Fixes
- app-router: handle non-promise return values from configureRouter (f2709d60)
- tests: fix typo in test description (f09f1c7b)
Features
- NavigationInstruction: merge params and queryParams into a single argument to activate and canActivate (8aecba85, closes #74)
- all: new router configuration strategy (f7aff29b)
- router:
Breaking Changes
-
This is a breaking API change that replace router's NO_CHANGE, REPLACE, and INVOKE_LIFECYCLE constants with an activationStrategy object with noChange, replace, and invokeLifecycle properties.
(7f10f215)
-
This is a breaking API change to the
activateandcanActivateview model callbacks. The first two arguments representing route params and query params have been merged into a single object. The signature is nowactivate(params, config, navigationInstruction).
fixes #74
(8aecba85)