Skip to content

Releases: aurelia/templating

aurelia-templating v0.14.3

14 Aug 20:11
Compare
Choose a tag to compare

Bug Fixes

  • view-factory: always merge classes from surrogate (e0e00c06, closes #147)

aurelia-templating v0.14.2

14 Aug 14:17
Compare
Choose a tag to compare

Bug Fixes

  • dom: return firstElementChild from parsed template markup (ea230c84)

aurelia-templating v0.14.1

14 Aug 07:51
Compare
Choose a tag to compare

Bug Fixes

aurelia-templating v0.14.0

14 Aug 07:23
Compare
Choose a tag to compare

Bug Fixes

  • all:
    • cleanup and improving api (9cb96ff8)
    • code cleanup and api stabilization work (c0220a8d)
  • dom: string parsing of views now requires a template tag (45113364)
  • templating: Use correct import for core-js We were previously using `import core from core-j (29e4a62b)
  • view-engine: api cleanup (a203455a)
  • view-factory: cleanup and standardizing api for view creation (1258f476)

Features

  • view-compiler:
    • working on cleanup of api (5654d1a1)
    • enable per-view binding languages (e5e957d1)
  • view-factory: enable injection of TargetInstruction (961604ab)
  • view-resources: remove ResourceRegistry and simplify class hierarchy (bcba0896)

aurelia-templating v0.13.16

05 Aug 04:33
Compare
Choose a tag to compare

Bug Fixes

  • html-behavior: remove double compile of template parts (49a5ad79)
  • view-factory: unnecessary dom boundaries removed (77452a17)
  • view-slot: out of bounds on array for content selector remove all (eb345050, closes #136)

Features

  • view-engine: preliminary support for element enhancement (e8078686)

aurelia-templating v0.13.15

30 Jul 21:27
Compare
Choose a tag to compare

Bug Fixes

  • view-compiler: properly handle content process skip (014185ed)

aurelia-templating v0.13.14

30 Jul 20:16
Compare
Choose a tag to compare

Bug Fixes

  • html-behavior: do not override DOMBoundary for containerless elements (d3c2ba4e)

aurelia-templating v0.13.13

30 Jul 03:39
Compare
Choose a tag to compare

Bug Fixes

  • view-compiler: missed update to content projection with new instruction lookup (589c9d7e)

aurelia-templating v0.13.12

30 Jul 00:54
Compare
Choose a tag to compare

Bug Fixes

  • view-compiler: account for web components that alter the DOM structure during creation (af5584b4, closes #90)
  • view-factory:
    • overwriting part replacments in template controllers (1c2420dd, closes #120)
    • solve IE bug related to anchors (7764774c)
  • view-slot: use animations on all slot modifications and properly return promises (e28d776e)

Features

  • decorators: warn on deprecated skipContentProcessing decorator (27822488)
  • html-behavior:
    • enable extensible content processing (aa6c2d62)
    • introduce dom boundary for better shadow dom support (74d06240)

aurelia-templating v0.13.11

16 Jul 18:13
Compare
Choose a tag to compare

Bug Fixes

  • view-strategy: incorrect variable reference (3231c77b)