Skip to content

aurelia-templating v0.12.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 09 Jun 02:52
· 636 commits to master since this release

Bug Fixes

  • behavior-instance: update to semi private api usage based on change in binding (fffba93f)
  • bindable-property: publish custom getObserver on getter (78238520)
  • decorators: throw on invalid behavior resource names (b9c4a527)
  • naming: fixes naming issues (2b5c1adb)
  • view-engine: address async loading issues and double loading (ce82ab1f)
  • view-factory: template anchors converted to comment anchors (2079480a)
  • view-slot: add fallback for missing nextElementSibling (7ae88b6f)

Features

  • all:
    • containerless custom elements (710e5b38)
    • support template part replacement (1d9ba1c0, closes #70)
  • anim: add animation events const (0378ebe3)
  • animator: add extra animator methods (3ad6e884)
  • customAttribute: enable defaultBindingMode for customAttribute (91e503f7)
  • html-behavior: enable syncChildren on composed views (ea15104e, closes #68)
  • view-compiler: support compiling of strings (deb23a83, closes #37)
  • view-factory: enable replacement parts to flow through to child templates (3261af3b)