Skip to content

Releases: aurelia/templating-binding

aurelia-templating-binding v0.10.0

09 Apr 06:27
Compare
Choose a tag to compare

Bug Fixes

  • all: upgrade compiler (9676dd24)
  • syntax-interpreter: make repeater to work with new behavior model (5e1137e3)

aurelia-templating-binding v0.9.0

25 Mar 05:28
Compare
Choose a tag to compare

Features

  • BindingLanguage: warn on interpolation in style attribute
  • SyntaxInterpreter: enable two-way binding of contenteditable elements

aurelia-templating-binding v0.8.7

01 Mar 01:03
Compare
Choose a tag to compare

Bug Fixes

  • package: change jspm directories (fd49210a)

aurelia-templating-binding v0.8.6

28 Feb 05:39
Compare
Choose a tag to compare

Bug Fixes

  • package: update dependencies (c361659a)

aurelia-templating-binding v0.8.5

19 Feb 05:02
Compare
Choose a tag to compare

Bug Fixes

  • binding-language: map tabindex attr to tabIndex prop (851479bc)
  • build: add missing bower bump (4cb8c02c)

Features

  • syntax-interpreter: add support for key value iterations in for (72c8c371)

aurelia-templating-binding v0.8.4

29 Jan 12:35
Compare
Choose a tag to compare

Bug Fixes

  • binding-language: string interpolation renders empty string for number 0 (9eff937a, closes #3)

aurelia-templating-binding v0.8.3

25 Jan 07:04
Compare
Choose a tag to compare

Bug Fixes

  • interpolation-binding: errors on undefined or null expression eval (212a13d0)

aurelia-templating-binding v0.8.2

24 Jan 06:24
Compare
Choose a tag to compare

Bug Fixes

  • package: update deps and fix bower semver ranges (a9bffa70)

aurelia-templating-binding v0.8.1

23 Jan 06:12
Compare
Choose a tag to compare

Bug Fixes

  • binding-language: interpolation bindings should support value converters (95045ac3)

aurelia-templating-binding v0.8.0

22 Jan 08:22
Compare
Choose a tag to compare

Bug Fixes

  • binding-language: fix non-default binding mode overwrites (8b49ae59)
  • package: update dependencies (f8927df5)
  • syntax-interpreter: incorrect string interpolation syntax (5bf69639)

Features

  • syntax-interpreter:
    • enable dynamic commands (880cc153)
    • use provided default bindings for .bind (b59c3f21)