Skip to content

aurelia-templating v0.13.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 02 Jul 06:38
· 611 commits to master since this release

Bug Fixes

  • BindableProperty: use strict equality operators (5128617a, closes #100)
  • ViewCompiler:
    • clear class attributes containing interpolation expressions (92aa047b, closes #99)
    • handle undefined instruction attributes (0f6761b8)
    • handle adjacent text nodes (a6db7f30)
  • all: use new metadata api (b5ff3fe0)
  • children:
    • delay change handler check for child sync (e56f0350)
    • child sync can now decorate a property (745c7c00)
  • html-behavior: enable recursive elements when loaded by router first (e82f44ce)
  • view-compiler: remove interpolated expression attrs (b86c6d41)

Features

  • all: new API for testing HTML behaviors (f28ea278)
  • anim:
  • bindable-property: all behaviors now support propertyChanged (c1138e51)
  • children: enable multiple @sync properties on a behavior (c549ff86)