Releases: aurelia/templating-binding
Releases · aurelia/templating-binding
aurelia-templating-binding v0.17.0
aurelia-templating-binding v0.16.1
Bug Fixes
- InterpolationBinding:
- handle late call (45096d0a
aurelia-templating-binding v0.16.0
Bug Fixes
- InterpolationBinding:
- plug memory leak (feedc533)
- handle array mutation Fixes aurelia/framework#77 (70cfdcfc)
- SyntaxInterpreter:
- 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:
- build:
- index:
- 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:
Features
- all: make ref bindings work with api properties (9541e397)
- attributeMap: scrollTop/scrollLeft binding (26220cc9)
- binding-language:
- 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:
- test: fixup to work with pal (9a3f07ba)
aurelia-templating-binding v0.15.0
aurelia-templating-binding v0.14.0
aurelia-templating-binding v0.13.2
- Add readonly as default bindable property
aurelia-templating-binding v0.13.1
Features
- input: Adds default binding mode for input type file (a6b34b67)
aurelia-templating-binding v0.13.0
Features
- binding-language: enable removing interpolated attributes (e66f5f42)
aurelia-templating-binding v0.12.0
aurelia-templating-binding v0.11.0
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: