Skip to content

Releases: aurelia/router

1.2.0

21 Feb 05:20
Compare
Choose a tag to compare

aurelia-router 1.2.0

Bug Fixes

  • Fix fix child urls with emptys
  • 411 bug fix
  • fix pipeline return type

Features

  • add isExplicitNavigation and isExplicitNavigationBack

1.1.1

06 Jan 05:37
Compare
Choose a tag to compare

aurelia-router 1.1.1

Bug Fixes

  • Router: fix an error when updateTitle is called but there is not current instruction (872fda1)

1.1.0

03 Dec 04:55
Compare
Choose a tag to compare

aurelia-router 1.1.0

Features

  • router: add extension point to transform titles when the document title is built (629da8c)
  • router: add extension point to transform titles when the document title is built (2c40ce1), closes #343
  • router: add extension point to transform titles when the document title is built (3d42256), closes #343

1.0.7

15 Oct 03:23
Compare
Choose a tag to compare
  • Documentation update

1.0.6

06 Oct 03:26
Compare
Choose a tag to compare

aurelia-router 1.0.6 (2016-10-06)

Bug Fixes

  • tsd: define router property in NavigationInstruction (bec3a3b)

1.0.5

29 Sep 03:55
Compare
Choose a tag to compare

aurelia-router 1.0.5 (2016-09-29)

Bug Fixes

  • typings: RoutableComponentCanActivate.canActivate should accept Promise<NavigationCommand> as return type. (4460100), closes #401

1.0.4

22 Sep 18:40
Compare
Choose a tag to compare
  • Documentation update.

1.0.3

13 Sep 17:55
Compare
Choose a tag to compare

aurelia-router 1.0.3 (2016-09-13)

Bug Fixes

  • router: add navigationStrategy to cloned route config (dc3a292)
  • router: safer execution of custom navigation strategies (fab2d21)

1.0.2

27 Jul 19:07
Compare
Choose a tag to compare

Bug Fixes

  • router: remove name unique checking since it breaks most apps (35c67bc)

1.0.1

27 Jul 16:22
Compare
Choose a tag to compare

Bug Fixes

  • router: validation failed for un-named routes (66b415b)