Skip to content

Releases: aurelia/templating-router

aurelia-templating-router 1.0.0-beta.1.1.0

30 Jan 01:04
Compare
Choose a tag to compare

Features

  • all: update jspm meta; core-js; aurelia-dps (e26b67e7)

aurelia-templating-router 1.0.0-beta.1.0.5

09 Jan 02:22
Compare
Choose a tag to compare

Bug Fixes

  • index: AppRouter should point to the same root Router singleton as Router (8c62f59f)
  • router-view: properly handle the created callback during dynamic composition (05671f46)

aurelia-templating-router 1.0.0-beta.1.0.4

22 Dec 22:01
Compare
Choose a tag to compare

Bug Fixes

  • promise-all: Wrap Promise all args in an array (a6dc58af)

aurelia-templating-router 1.0.0-beta.1.0.3

16 Dec 21:40
Compare
Choose a tag to compare

Bug Fixes

aurelia-templating-router 1.0.0-beta.1.0.2

03 Dec 21:14
Compare
Choose a tag to compare

1.0.0-beta.1.0.2 (2015-12-03)

Bug Fixes

  • router-view: ensure unbind prev view (a2197205, closes #16)

aurelia-templating-router 1.0.0-beta.1.0.1

16 Nov 21:14
Compare
Choose a tag to compare
chore(all): prepare release 1.0.0-beta.1.0.1

aurelia-templating-router v0.18.0

10 Nov 15:42
Compare
Choose a tag to compare

Bug Fixes

  • all: utilize the viewModel property instead of bindingContext (7e4590fe)
  • route-href: ensure the component is bound before processing changes (f7612d6c)
  • route-loader: update to latest composition engine (b9a8b4bb)
  • router-view:
    • update to latest templating resource load api (aeb200d0)
    • update to use view locator (77db54d1)
    • use the new Controller#automate api (b0db6464)
    • correctly bind controller for consistent binding order (2f50e532)
  • swapStrategies: handle undefined view (b2818021)

Features

  • animation-timing:
    • Re-apply viewInstruction controller automat (d2d14bda)
    • Apply animationTimings to the router-view before|with|after (5e504193)
  • default-animation-timing: Set the default animation-timing function to 'before' (9a2e530e)
  • route-href: report errors via aurelia-logging (ac8dc0fb)
  • swap-order: Rename Bindable animationTiming to swapOrder (2be906a9)
  • swap-view: Rename Bindable Property form Animation-Timing to Swap-View (0a849540)

aurelia-templating-router v0.17.0

13 Oct 09:04
Compare
Choose a tag to compare

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)

aurelia-templating-router v0.16.1

05 Sep 12:13
Compare
Choose a tag to compare

Bug Fixes

  • router-view: use correct behavior instruction (4ea57f3a)

aurelia-templating-router v0.16.0

05 Sep 04:50
Compare
Choose a tag to compare

Bug Fixes

  • all: update executionContext naming to bindingContext (451a21e1)
  • build: update linting, testing and tools (6c297c13)
  • router-view:
    • remove reliance on swap method of slot (9b96894c)
    • view swapping now unbinds after detach and returns to cache (d9f81cca)

Features

  • docs: generate api.json from .d.ts file (6e576cfc)