Releases: aurelia/templating
Releases · aurelia/templating
aurelia-templating 1.0.0-beta.1.1.3
Bug Fixes
- element-config: fix parameter name typo (000f0de3)
aurelia-templating 1.0.0-beta.1.1.2
Bug Fixes
- all: remove core-js (0e264f85)
- bower: remove core-js (942c4b66)
- composition-transaction: simplify (82f52aaa)
- decorators: hyphenate behavior names with warning (473ca6af, closes #279)
Features
- composition:
- enable composition transaction use (b8e51df0)
- introduce composition transaction (2f2e156f)
aurelia-templating 1.0.0-beta.1.1.1
Features
- html-behavior: add processAttributes for custom elements (f6c7d71f)
- view-compiler: implement as-element (3ec30ee5, closes #305)
- view-factory: enable injection and auto-unbind of ElementEvents (842014fd)
aurelia-templating 1.0.0-beta.1.1.0
Bug Fixes
- Controller: handle scope inheritance in template part with repeat Related to #244 (9a488c44)
- controller: stop element from inheriting scope (a3ced53d)
Features
- all: update jspm meta; core-js; aurelia-deps (bdff3232)
aurelia-templating 1.0.0-beta.1.0.3
Bug Fixes
- composition: properly handle the created callback during dynamic composition (9b61a681)
aurelia-templating 1.0.0-beta.1.0.2
Bug Fixes
- content-selector: incorrection projection in nested scenarios (2e248676, closes #231)
aurelia-templating 1.0.0-beta.1.0.1
1.0.0-beta.1.0.1 (2015-12-03)
Bug Fixes
- composition: bindable bug on composed instances (fea62558)
- view-compiler: pass options info to binding lang (435d1a15, closes #73)
aurelia-templating 1.0.0-beta.1
chore(all): prepare-release 1.0.0-beta.1
aurelia-templating v0.17.5
Features
- controller: pass not only the owningView to the view-model, but the component's view as well (5ee79b74)
aurelia-templating v0.17.4
Bug Fixes
- child-observation: undefined selector and change handler (b3db0fdd, closes #207)