Skip to content

aurelia-templating v0.9.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 25 Mar 05:05
· 711 commits to master since this release

Bug Fixes

  • animator: remove unused code from interface (986267f6)
  • behavior: not all attached/detached were cascaded (31702e14, closes #35)
  • property: correct if/else branch for dynamic notifications (9f79cbb0)
  • view: first and last child should not be undefined (43c076c5)
  • view-slot:
    • Safari and IE are not spec compliant perhaps (bc1ff2ba)
    • improve null checks and array access (af290c1f)
    • add firstChild null checks (d260bdb9, closes #34)
    • add firstChild null checks (a49411dd, closes #34)
    • correct null check against nextElementSibling (9162eeb6)

Features

  • animator: add mechanism for default animator configuration (eb792bb1)
  • resources:
    • new, simplified and improved resource pipeline processing (e6207812)
    • leverage new template loader api (ee6fea9d)
  • view-engine: merge in and simplify resource coordinator (a836fde9)
  • view-strategy: enable exported view strategy and registry to be used for view models (03790f85, closes #13)