Skip to content

Releases: aurelia/templating

1.11.1

31 Mar 12:17
Compare
Choose a tag to compare

What's Changed

  • chore(dep): fix vuln issues with latest framework pkg by @bigopon in #706

Full Changelog: 1.11.0...1.11.1

1.11.0

31 Mar 11:22
Compare
Choose a tag to compare

What's Changed

  • fix(dep): resolve vulnerable dep issue by @bigopon in #705

Full Changelog: 1.10.4...1.11.0

1.10.4

12 Jun 03:33
Compare
Choose a tag to compare

aurelia-templating 1.10.4

Bug Fixes

  • all: change es2015 back to native-modules (ea50719)
  • ElementEvents: ElementEvents.defaultListenerOptions allows to set default options when subscribing to events (f7e8e32), closes #657
  • shadow-dom: prevent slot leak (#678) (9241dca)

1.10.3

28 Jan 04:49
Compare
Choose a tag to compare

aurelia-templating 1.10.3

Bug Fixes

  • all: change es2015 back to native-modules (ea50719)
  • ElementEvents: ElementEvents.defaultListenerOptions allows to set default options when subscribing to events (f7e8e32), closes #657
  • shadow-dom: prevent slot leak (#678) (9241dca)

1.10.2

27 Mar 04:15
Compare
Choose a tag to compare

aurelia-templating 1.10.2

Bug Fixes

  • all: change es2015 back to native-modules (ea50719)
  • ElementEvents: ElementEvents.defaultListenerOptions allows to set default options when subscribing to events (f7e8e32), closes #657

1.10.1

30 Oct 04:34
Compare
Choose a tag to compare

aurelia-templating 1.10.1

Bug Fixes

1.10.0

30 Sep 01:45
Compare
Choose a tag to compare

aurelia-templating 1.10.0

Bug Fixes

  • : enable backward compat, fix doc (90684ed)
  • Let: respect DOM order (dd4ff67)
  • test: remove old implementation fix in test (88cf718)
  • typings: fix let expression typings (a756dfe)

Features

  • Let: let element for computed property declaration (b898ef7)

Note: For let support, version 1.5.0 of templating-binding is required.

1.9.0

25 Sep 20:13
Compare
Choose a tag to compare

aurelia-templating 1.9.0

Bug Fixes

  • StaticViewStrategy: check for null template before compiling (37d23ea)
  • StaticViewStrategy: use DOM.Element instead of HTMLTemplateElement (f9fb639)

1.8.3

07 Sep 00:14
Compare
Choose a tag to compare

aurelia-templating 1.8.3

Bug Fixes

  • StaticViewStrategy: set formal ".moduleId" (86ea2fd)

1.8.2

17 Jul 06:21
Compare
Choose a tag to compare

aurelia-templating 1.8.2

Bug Fixes

  • composition-engine: align class and moduleId behaviour (31aa677)
  • CompositionEngine: ensure bind() after finishing composition (55a09dc)