Skip to content

aurelia-router v0.11.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 14 Aug 07:09
· 529 commits to master since this release

Bug Fixes

  • router: Use correct import for core-js We were previously using `import core from core-j (a4dba7bd)

Features

  • docs:
    • generate api.json from .d.ts file (070c9a17)
    • generate api.json from .d.ts file (a9650133)
  • navigation-plan: enable configuring the activationStrategy on the route config instead of the vie (edf87ad9)
  • route-loading: pass additional context data to the route loader (5ac66a30)
  • router: add ensureConfigured method (14ec352c)

Breaking Changes

  • This is a minor breaking change to any code inspecting instruction pipeline status. To update, change uses of the property or string value cancelled to canceled.

    (dcecd013)