Skip to content

Releases: aurelia/templating

1.0.0-beta.2.0.0

23 May 18:56
Compare
Choose a tag to compare
1.0.0-beta.2.0.0 Pre-release
Pre-release

This is an out-of-band release designed to update Aurelia to Shadow DOM v1 in preparation for the upcoming Release Candidate. This release is not available through NPM. To experiment with the new Shadow DOM update you will need to install directly from github both this library as well as pal-browser.

  • Shadow DOM v1 Slots Implementation
  • TemplatingEngine test methods removed. They are replaced by the new templating library.

1.0.0-beta.1.2.7

12 May 12:09
Compare
Choose a tag to compare
  • docs update

1.0.0-beta.1.2.6

10 May 19:16
Compare
Choose a tag to compare
  • update bower metadata

1.0.0-beta.1.2.5

05 May 13:35
Compare
Choose a tag to compare

Features

  • view-compiler: add element to processAttributes (d753e672)

1.0.0-beta.1.2.4

03 May 18:42
Compare
Choose a tag to compare
  • Updating to work with new templating binding needs.

1.0.0-beta.1.2.3

29 Apr 20:23
Compare
Choose a tag to compare

Bug Fixes

  • templating-engine: allow for overrideContext in enhance (49c99edf)

Features

  • ViewSlot:
    • allow removal of many views at once to avoid a race condition (4b1005b9)
    • moving Views across the slot (02e59ef1)
  • view: reference creator container (9431f536)

1.0.0-beta.1.2.2

13 Apr 15:01
Compare
Choose a tag to compare

Bug Fixes

  • module-analyzer: ensure correct cache lookup (eefd4c69)
  • view-resources: ensure correct cache lookup (53b51902)

1.0.0-beta.1.2.1

29 Mar 13:37
Compare
Choose a tag to compare

Bug Fixes

  • BindableProperty: enable specifying oneTime default binding mode (a557aade, closes #298)
  • View: preserve bindingContext while unbinding (ae6feed0)
  • view: incorrect input to dynamic binding (2069af08)

1.0.0-beta.1.2.0

23 Mar 03:42
Compare
Choose a tag to compare

1.0.0-beta.1.2.0 (2016-03-22)

Bug Fixes

  • bindable-property: fix typo in comment (dfde78aa, closes #291)

Features

  • ViewSlot: save override context during binding for later eval (657ff3dc)
  • view: add new view pipeline hooks beforeBind and beforeUnbind (e39e052b)

aurelia-templating 1.0.0-beta.1.1.4

04 Mar 06:37
Compare
Choose a tag to compare

Bug Fixes

  • composition-engine: complete composition work on null (02b8f3d9)