Skip to content

aurelia-binding v0.6.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 01 May 00:17
· 650 commits to master since this release

Bug Fixes

  • AccessKeyedObserver: handle PathObserver (28c58bd3)
  • EventManager: Internet Explorer contenteditable (2fa23b39)
  • SelectValueObserver: update model value when options change (72701392, closes #83)
  • SetterObserver: change detection uses coercion (71c7a299)
  • bindingMode: change the value of oneTime (c1ee8ec7)
  • index: typo in decorator parameter (e3e9042b)

Features

  • AccessKeyed: fully observe access-keyed expressions (0eb792cf, closes #75, #64)
  • CallExpression: add $event to scope, use call args (03bc3c62, closes #46)
  • value-converter: update to new metadata system (2156dc74)

Breaking Changes

  • This is a breaking API change that moves the ONE_WAY, TWO_WAY, and ONE_TIME constants into a bindingMode object with oneWay, twoWay, and oneTime properties.

    (28e70532)