Skip to content

Releases: aurelia/router

1.7.1

03 May 06:01
Compare
Choose a tag to compare

aurelia-router 1.7.1

Bug Fixes

  • router: await viewModel configureRouter (aed5f53)

1.7.0

02 May 03:47
Compare
Choose a tag to compare
  • Conversion to TypeScript

1.6.3

27 Sep 04:42
Compare
Choose a tag to compare

aurelia-router 1.6.3

Bug Fixes

  • typings: Revert aliasing interface (59e4cf2)
  • Prevent running CanDeactivatePreviousStep twice in same navigation (54b3654), closes #45

1.6.2

17 Jul 05:17
Compare
Choose a tag to compare

aurelia-router 1.6.2

Bug Fixes

  • navigation-plan: Accept parameters in a redirect config (7172ed2), closes #607
  • Forward options argument to parent router.generate (78aad40), closes #606
  • Update baseUrl when creating a navigation instruction (e801550), closes #378 #605

1.6.1

19 Jun 15:05
Compare
Choose a tag to compare

aurelia-router 1.6.1

Bug Fixes

  • navigation-plan: fix regression related to substate redirects

1.6.0

19 Jun 06:39
Compare
Choose a tag to compare

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)

1.5.0

15 Jan 10:03
Compare
Choose a tag to compare

1.5.0

Bug Fixes

  • navigation-instruction: Wait to swap child routes (1432234)

Features

1.4.0

02 Oct 03:45
Compare
Choose a tag to compare

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)

Features

  • activation: call can/Deactivate with navigationInstructions (3d3c444), closes #493
  • router: enable parent chain unknown route handlers (f692bcb)
  • type declarations: Refine the type (638aef4)

1.3.0

05 Apr 05:38
Compare
Choose a tag to compare

aurelia-router 1.3.0

Features

  • viewport: add viewport name to life cycle arguments (34ef2c4)

1.2.1

27 Feb 05:20
Compare
Choose a tag to compare

1.2.1 (2017-02-27)

Bug Fixes

  • activation: regression in deactivate (8ef8840)