Skip to content

aurelia-templating v0.10.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 09 Apr 06:22
· 686 commits to master since this release

Bug Fixes

  • BindableProperty: added missing declaration (0f0d0567)
  • ChildObserverBinder: remove dup target assign (cb2f343a)
  • Decorators: add missing parameter target (7ccd5cee)
  • ElementConfigResource: return promise in load (89b52cb1)
  • all:
    • update compiler and improve core-js integration (b43caf77)
    • bugs related to new behavior and decorator implementation (65b7abde)
  • bindable-property:
    • incorrect property names in ctor (6c55c587)
    • remove invalid reference (b5d2faee)
  • decorators:
    • resolve issue with initializer targeted bindable decorator (41819464)
    • more robust implementations to handle user variance (c5fb9ef9)
    • parameterless decorators should not return a function (b3cb56e1)
  • html-behavior:
    • add missing parameter to compile method (c51fe1ee)
    • incorrect bindable property args (df58e653)
    • bad dynamic options ref (d0b122f7)
    • incorrect property reference (5d66373d)
    • remove invalid reference (3b02673c)
  • view-strategy: typo from rename (c7cc8617)

Features

  • all: new decorator and behavior model (7c7bc578)
  • bindableProperty: enable decorator to work with ES7 property initializers (773c5eed)
  • decorators: rename bindableProperty to bindable (b3f8a3b9)