Skip to content

Releases: aurelia/router

aurelia-router v0.5.5

06 Feb 14:47
Compare
Choose a tag to compare

Features

  • router: enable dedicated user setting for route config (9cc337d0, closes #23)

aurelia-router v0.5.4

03 Feb 11:43
Compare
Choose a tag to compare

Bug Fixes

  • router:
    • canActivate = false doesn't change back route (80b219cc)
    • link click handler not triggering when clicking on a nested element inside an an (a08ee477)

aurelia-router v0.5.3

30 Jan 16:30
Compare
Choose a tag to compare

Bug Fixes

  • router: url fragments duplicated on subsequent navigations between routes when using pus (021e7410)

aurelia-router v0.5.2

29 Jan 12:30
Compare
Choose a tag to compare

Bug Fixes

  • router: get queryParams route-recognizer results (37308a6d)

Features

  • router-configuration: enable pushState and other history options (79db2e45)

aurelia-router v0.5.1

24 Jan 06:15
Compare
Choose a tag to compare

Bug Fixes

  • package: update deps and fix bower semver ranges (35b65594)

aurelia-router v0.5.0

22 Jan 08:12
Compare
Choose a tag to compare

Bug Fixes

  • package: update dependencies (3c143634)
  • route-loading: prevent infinite loading with referenced routers (943c02ba)
  • router:
    • export navigation strategies (b1959c71)
    • do not add routes with nav=false (2cda7eb8)

aurelia-router v0.4.2

12 Jan 14:25
Compare
Choose a tag to compare

Bug Fixes

  • app-router: catch pipeline processing errors (36f20a6e)
  • package: update Aurelia dependencies (3e8dac3d)
  • router: per-route view data added (48cd118d)

aurelia-router v0.4.1

07 Jan 16:52
Compare
Choose a tag to compare

Bug Fixes

  • router: enable async configureRouter for app-level router (576b869f)

aurelia-router v0.4.0

07 Jan 15:39
Compare
Choose a tag to compare

Bug Fixes

  • router: correct push state href generation (9116d50e)

Features

  • router: delayed view loading and post-activate view strategies (e0e991b0)

aurelia-router v0.3.0

06 Jan 18:50
Compare
Choose a tag to compare

Bug Fixes

  • router:
    • add missing config data for dynamic routing scenarios (fca4ad57)
    • empty paths for unknown routes now match (fda55889)

Features

  • build: update compile, switch to register modules, switch to core-js (ce6abe32)