Skip to content

aurelia-binding v0.11.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 10 Nov 05:34
· 533 commits to master since this release

Bug Fixes

  • AST: make $parent work with overrideContext changes (1c0cfc88)
  • all: remove old decorators api calls; relocate decorators with related code (0bf30806)
  • array-observation: handle out of bounds splices (154480ba)
  • build: add scope to build files (cb1a189a)
  • doc: Fix wrong URL in README.md (9d8e583d)
  • event-manager: remove non-standard event target props for FF and old IE (63b35ab4)
  • name-expression:
    • use the viewModel property of controllers (42facec4)
    • make more resilient to nulls (162b8558)
    • not binding to proper context (46f0fdc5)
  • scope:
    • no auto-traverse when parent is specified (735323ef)
    • connect undefined property on parent scope to correct bindingContext (987e9555)

Features

  • binding: add override scope (70adcada)
  • binding-behaviors: add support for binding behaviors (041a4a39, closes #61)
  • parser: make '$this' return the scope (31b081ee, closes #50)