Skip to content

Releases: aurelia/templating

aurelia-templating 1.0.0-beta.1.1.3

04 Mar 05:36
Compare
Choose a tag to compare

Bug Fixes

  • element-config: fix parameter name typo (000f0de3)

aurelia-templating 1.0.0-beta.1.1.2

01 Mar 15:33
Compare
Choose a tag to compare

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

08 Feb 19:33
Compare
Choose a tag to compare

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

29 Jan 21:58
Compare
Choose a tag to compare

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

09 Jan 01:18
Compare
Choose a tag to compare

Bug Fixes

  • composition: properly handle the created callback during dynamic composition (9b61a681)

aurelia-templating 1.0.0-beta.1.0.2

16 Dec 21:17
Compare
Choose a tag to compare

Bug Fixes

  • content-selector: incorrection projection in nested scenarios (2e248676, closes #231)

aurelia-templating 1.0.0-beta.1.0.1

03 Dec 20:47
Compare
Choose a tag to compare

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

16 Nov 21:07
Compare
Choose a tag to compare
chore(all): prepare-release 1.0.0-beta.1

aurelia-templating v0.17.5

15 Nov 19:24
Compare
Choose a tag to compare

Features

  • controller: pass not only the owningView to the view-model, but the component's view as well (5ee79b74)

aurelia-templating v0.17.4

12 Nov 19:03
Compare
Choose a tag to compare

Bug Fixes

  • child-observation: undefined selector and change handler (b3db0fdd, closes #207)