Skip to content

Releases: aurelia/templating-binding

aurelia-templating-binding v0.17.0

10 Nov 14:56
Compare
Choose a tag to compare

Bug Fixes

  • all: remove support for the global fallback binding command (5eb01aa5)
  • index: update to latest container api (f7001741)

Features

  • binding-behaviors: add support for binding behaviors (5fa455bd)

aurelia-templating-binding v0.16.1

15 Oct 14:34
Compare
Choose a tag to compare

Bug Fixes

  • InterpolationBinding:

aurelia-templating-binding v0.16.0

13 Oct 08:44
Compare
Choose a tag to compare

Bug Fixes

  • InterpolationBinding:
  • SyntaxInterpreter:
    • handle array access in items (19d186e0)
    • use attributeMap when two-way binding (c473d14d)
  • TemplatingBindingLanguage: map contenteditable attribute (25336a2f)
  • all:
    • update to new templating apis (20168204)
    • update to latest plugin api (5b26230e)
    • update to new bindingMode API (9152dc1b)
    • upgrade compiler (9676dd24)
    • use attributeMap to map class and for to property names (c6671d53)
    • typos in binding language and options syntax (17f91fe0)
    • rename Filter to ValueConverter (e0753f5c)
  • attribute-map: add rowspan and colspan attributes (eb8667a3)
  • attributeMap: do not remap style (1813f392)
  • binding-language:
    • map tabindex attr to tabIndex prop (851479bc)
    • string interpolation renders empty string for number 0 (9eff937a, closes #3)
    • interpolation bindings should support value converters (95045ac3)
    • fix non-default binding mode overwrites (8b49ae59)
  • build:
    • update linting, testing and tools (9c763bac)
    • add missing bower bump (4cb8c02c)
  • index:
    • update to latest configuration api (9731a85a)
    • fix compiler error in plugin install function (7d1de765)
  • interpolation-binding: errors on undefined or null expression eval (212a13d0)
  • package:
    • change jspm directories (fd49210a)
    • update dependencies (c361659a)
    • update deps and fix bower semver ranges (a9bffa70)
    • update dependencies (f8927df5)
    • update Aurelia dependencies (b07b1f85)
    • update dependencies to latest (5f5fae4a)
    • update the templating dependency to latest (5e12d55a)
    • update templating to latest version (28bfb5c8)
    • update templating to latest version (ae5ed8e1)
    • update dependencies to latest versions (f7e960fa)
    • update dependencies to latest (b5379b2a)
    • update dependencies to latest versions (5c07af5b)
  • syntax: delegate and trigger now prevent default actions (7d6be6d4)
  • syntax-interpeter: destructuring syntax in for parses incorrectly (87c735aa, closes #36)
  • syntax-interpreter:
    • make repeater to work with new behavior model (5e1137e3)
    • incorrect string interpolation syntax (5bf69639)
    • use inspected attribute value for options (4916ac3f)
    • handle non bound options values (c13d9dd9)

Features

  • all: make ref bindings work with api properties (9541e397)
  • attributeMap: scrollTop/scrollLeft binding (26220cc9)
  • binding-language:
    • enable removing interpolated attributes (e66f5f42)
    • new binding language interface (4fae8ad8)
    • new syntax for element refs (a24d5967)
    • enable usage as plugin (0900eb76)
  • build: update compiler and switch to register module format (219e215b)
  • docs: generate api.json from .d.ts file (ea1742b7)
  • input: Adds default binding mode for input type file (a6b34b67)
  • syntax-interpreter:
    • add support for key value iterations in for (72c8c371)
    • enable dynamic commands (880cc153)
    • use provided default bindings for .bind (b59c3f21)
    • support call expression and name binding modes (97b4a83f)
  • test: fixup to work with pal (9a3f07ba)

aurelia-templating-binding v0.15.0

05 Sep 04:42
Compare
Choose a tag to compare

Bug Fixes

  • build: update linting, testing and tools (9c763bac)

Features

  • docs: generate api.json from .d.ts file (ea1742b7)

aurelia-templating-binding v0.14.0

14 Aug 07:26
Compare
Choose a tag to compare

Bug Fixes

  • all: update to new templating apis (20168204)
  • index: update to latest configuration api (9731a85a)

aurelia-templating-binding v0.13.2

30 Jul 01:02
Compare
Choose a tag to compare
  • Add readonly as default bindable property

aurelia-templating-binding v0.13.1

13 Jul 20:33
Compare
Choose a tag to compare

Features

  • input: Adds default binding mode for input type file (a6b34b67)

aurelia-templating-binding v0.13.0

02 Jul 06:52
Compare
Choose a tag to compare

Features

  • binding-language: enable removing interpolated attributes (e66f5f42)

aurelia-templating-binding v0.12.0

09 Jun 02:58
Compare
Choose a tag to compare

Bug Fixes

  • attribute-map: add rowspan and colspan attributes (eb8667a3)
  • attributeMap: do not remap style (1813f392)
  • syntax-interpeter: destructuring syntax in for parses incorrectly (87c735aa, closes #36)

Features

  • all: make ref bindings work with api properties (9541e397)
  • attributeMap: scrollTop/scrollLeft binding (26220cc9)

aurelia-templating-binding v0.11.0

01 May 03:59
Compare
Choose a tag to compare

Bug Fixes

  • InterpolationBinding: handle array mutation Fixes aurelia/framework#77 (70cfdcfc)
  • SyntaxInterpreter: use attributeMap when two-way binding (c473d14d)
  • TemplatingBindingLanguage: map contenteditable attribute (25336a2f)
  • all:
    • update to latest plugin api (5b26230e)
    • update to new bindingMode API (9152dc1b)