Skip to content

aurelia-templating v0.14.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 14 Aug 07:23
· 552 commits to master since this release

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)