Skip to content

Releases: aurelia/templating

1.2.0

08 Jan 22:45
Compare
Choose a tag to compare

aurelia-templating 1.2.0

Bug Fixes

  • Add return to hasAttribute and getAttribute (1f8bb3a)
  • composition-engine: add "host" to CompositionContext (b9d927c)

Features

Performance

  • view-factory: Avoid creating anonymous function for each containerless anchor.

1.1.4

03 Dec 23:43
Compare
Choose a tag to compare

1.1.4 (2016-12-03)

Bug Fixes

  • view-compiler: account for undefined element instruction (d1d1fe4), closes #503

1.1.3

03 Dec 04:50
Compare
Choose a tag to compare

aurelia-templating 1.1.3 (2016-12-03)

Bug Fixes

  • view-compiler: proper anchoring for containerless elements inside of a template controller (0f12514)

Performance Improvements

  • view-compiler: remove unnecessary assignment (ddde119)

1.1.2

15 Oct 03:20
Compare
Choose a tag to compare
  • fix dts

1.1.1

29 Sep 04:07
Compare
Choose a tag to compare

aurelia-templating 1.1.1 (2016-09-29)

Bug Fixes

1.1.0

07 Sep 03:22
Compare
Choose a tag to compare

1.1.0 (2016-09-07)

Features

  • controller: expose container (8af0372)

1.0.1

26 Aug 15:33
Compare
Choose a tag to compare
  • Documentation update.

1.0.0

27 Jul 15:39
Compare
Choose a tag to compare

Features

  • interfaces.js: add Component lifecycle interfaces (3da0b9f)

1.0.0-rc.1.0.3

25 Jul 17:50
Compare
Choose a tag to compare

Bug Fixes

  • html-behavior: pass target to the underlying viewStrategy (4764f4a)

Features

  • NoViewStrategy: allow NoViewStrategy to have dependencies (3be08fc)
  • view-engine: add a decorator for declaring requires on the ViewModel (17472d4)

1.0.0-rc.1.0.2

24 Jul 00:19
Compare
Choose a tag to compare

Bug Fixes

  • view-locator: check 'origin.moduleId' instead of 'origin' (9a4f587)