Skip to content

aurelia-templating-router v0.17.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 13 Oct 09:04
· 201 commits to master since this release

Bug Fixes

  • all:
    • update executionContext naming to bindingContext (451a21e1)
    • update to latest plugin api (c75a8236)
    • update to new resource loading processing pipeline (122f7e9d)
  • build:
    • update linting, testing and tools (6c297c13)
    • add missing bower bump (00090a2e)
  • index:
    • update to latest configuration api (19e90527)
    • plugin now uses new id-base api for resources (79bb1906)
  • package:
    • change jspm directories (98734f03)
    • update dependencies (bc40d4e9)
    • update deps and fix bower semver ranges (6c09a5e1)
    • update dependencies (f956c4ff)
    • update Aurelia dependencies (21897ecd)
    • update dependencies to latest (c8277386)
    • update router to latest version (24ae8680)
    • update dependencies to latest versions (9102ed05)
    • update templating to latest version (c8ab2558)
    • update dependencies to latest versions (4c17dbad)
    • update dependencies to latest versions (6a9e8c87)
    • updating dependencies to their latest versions (c91a7d75)
  • route-href: account for async router configs when generating route hrefs (37933612)
  • router-view:
    • use correct behavior instruction (4ea57f3a)
    • remove reliance on swap method of slot (9b96894c)
    • view swapping now unbinds after detach and returns to cache (d9f81cca)
    • ensure that bind callbacks execute (07d789fc)
    • update to latest metadata api (9813b21a)
    • align with view model load api (d3881eaf)
    • ensure getComponent returns promise (8cec29a1)
    • ensure that execution context is always set (609b8ec1)
  • router-view-port: renamed to router-view (43760091)

Features

  • all:
    • update to pal (a0a63945)
    • new router configuration strategy (1dd6686b)
    • upgrade compiler and integrate decorators (d9d8594a)
    • make route config view and moduleId relative to router's owner (2aec99bd)
  • build: update compiler and switch to register module format (1a0f2d6b)
  • docs: generate api.json from .d.ts file (6e576cfc)
  • route-href: add custom attribute for generating hrefs for named routes (e6b94ce6)
  • router: enable plugin model (a570e911)
  • router-view:
    • updated to reflect new controller naming from templating library (128454c3)
    • support syncChildren (8a40ba7c)
    • update to new fluent metadata (3335a303)
    • delayed view loading (76389e77)
    • make router location more robust (f38a2cb4)
    • enable getViewStrategy on view models (5aea8b3e)