Skip to content

1.7.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 20 Dec 06:49
· 122 commits to master since this release

aurelia-templating 1.7.0

Bug Fixes

  • view-compiler: use attribute name (5a2276c), closes #575
  • Improve typings of ElementEvents

Performance

  • Improve Child Observation: In the case with a significant portion of children, the computation of the splice index becomes a significant overhead. This fix bypasses this computation in the special case when the selector is *.
  • Avoid creating unnecessary functions in ElementEvents