Skip to content

Releases: aurelia/binding

aurelia-binding v0.7.1

09 Jun 16:00
Compare
Choose a tag to compare

Bug Fixes

  • name-expression:
    • no longer transform the mode (b77098ee)
    • enable ref binding to view-model and html behaviors (451f09b3)

aurelia-binding v0.7.0

09 Jun 00:59
Compare
Choose a tag to compare

Bug Fixes

  • AST: do not coerce operands of || or && to booleans (1c4260ce)
  • ArrayObserveObserver: unobserve array when there are no subscribers (5e847640)
  • EventManager: delegate and direct event subscription reversed (11e36493)
  • OoObjectObserver: unobserve object when there are no subscribers (0ebdd3db)
  • classList: Element.classList polyfill Fixes: aurelia/framework#121 (0a41adef)

Features

  • ClassObserver: enable multiple class bindings (69273136)
  • EventManager: enable two-way scrollTop/scrollLeft binding Fixes: #98 (543d845c)
  • name-expression: make ref bindings work with api props (0e6642eb, closes #87)
  • observer-locator: enable custom observer locator through getter/setters (f09451ce)
  • svg: expanded svg support (331a95da, closes #59)

aurelia-binding v0.6.1

06 May 14:01
Compare
Choose a tag to compare

Bug Fixes

  • property-observation: better update when in OO mode (2d8ad7d5)

aurelia-binding v0.6.0

01 May 00:17
Compare
Choose a tag to compare

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)

aurelia-binding v0.5.0

09 Apr 06:09
Compare
Choose a tag to compare

Bug Fixes

  • CompositeObserver: initialize var i (fbe42fa7)
  • evalList: fix syntax error for evalListCache (dfa1e114)
  • index:
    • fix export ComputedPropertyObserver (142f093a)
    • incorrect import name (3c88f272)
  • map-observation: remove missing import (3f3a8e85)

Features

  • all:
    • update compile, decorators and core-js (7c83df98)
    • add decorators support (ed0ff025)

aurelia-binding v0.4.1

30 Mar 15:16
Compare
Choose a tag to compare

Bug Fixes

  • SelectValueObserver: handle late bound option values (8a6b8f00, closes #54)

Features

  • CheckedObserver: checked binding (1200935a, closes #43)

aurelia-binding v0.4.0

25 Mar 04:26
Compare
Choose a tag to compare

Features

  • EventManager: enable two-way binding of contenteditable elements
  • ObserverLocator: support value binding select elements

Bug Fixes

  • SelectValueObserver: Safari and Internet Explorer
  • SelectValueObserver: internet explorer fix
  • value-converter: update to plug into new resource pipeline (4e8c99d9)

aurelia-binding v0.3.7

01 Mar 00:50
Compare
Choose a tag to compare

Bug Fixes

  • package: change jspm directories (91c6f8d1)

aurelia-binding v0.3.6

28 Feb 05:18
Compare
Choose a tag to compare

Bug Fixes

  • array-change-record: provide correct addedCount (d846b5d1)
  • map-observation: instantiate ModifyMapObserver (b0737c47)
  • package: update dependencies (b3ffcd5f)

aurelia-binding v0.3.5

19 Feb 04:33
Compare
Choose a tag to compare

Bug Fixes

  • array-change-records: set addedCount to 0 on delete (fb6cbe9f)
  • build: add missing bower bump (7d2172a2)
  • listener-expression: use result of handler for preventDefault behavior (fce610b9, closes #16)
  • value-converter: add missing endsWith polyfill (0e05f9cc)

Features

  • map-observation: implement map observation (7a795785)