Skip to content

aurelia-templating-router v0.18.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 10 Nov 15:42
· 181 commits to master since this release

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)