Skip to content

Releases: aurelia/templating

aurelia-templating v0.8.5

25 Jan 21:28
Compare
Choose a tag to compare

Bug Fixes

  • resources: enable early name analysis of resources (331fcfd1)

aurelia-templating v0.8.4

24 Jan 06:21
Compare
Choose a tag to compare

Bug Fixes

  • package: update deps and fix bower semver ranges (5ead6b7f)

aurelia-templating v0.8.3

24 Jan 05:09
Compare
Choose a tag to compare

Bug Fixes

  • composition-engine: ensure that bind callbacks execute (74048922)

aurelia-templating v0.8.2

23 Jan 17:55
Compare
Choose a tag to compare

Bug Fixes

  • property: prevent errors with property meta on composed view models (0c9ef978)

aurelia-templating v0.8.1

23 Jan 05:06
Compare
Choose a tag to compare

Bug Fixes

  • resource-coordinator: incorrectly setting analyzed module ids (7fa47357)

aurelia-templating v0.8.0

22 Jan 08:17
Compare
Choose a tag to compare

Bug Fixes

  • all:
    • improve metadata dsl (0ce71d74)
    • update to work with new metadata api (8cc938a7)
  • package: update dependencies (b9a0f1e9)
  • property: ensure default binding mode is set (e507251e)
  • resource coordinator: fix error when returning function from amd module (21d6cb0d)
  • view-engine:
    • remove module elements from templates (149e8a8c)
    • incorrect array access in resource loading (1cbca7f2)

Features

  • all:
    • update to new fluid metadata api and add helpers (e6893eb9)
    • behavior props now defined on prototype (305054b4)
  • index: create alias Behavior for Metadata (96bcb7bf)
  • property:
    • infrastructure for dynamic commands and options properties (eb54b5f9)
    • default binding modes for aurelia properties (769882db, closes #1)
  • resource-coordinator: enable load resources relative to a manifest file (98a5f01b)
  • view-engine: new import syntax (3e761e77)
  • view-slot: add infrastructure for app splash screens (8a9b6062)

aurelia-templating v0.7.2

13 Jan 20:00
Compare
Choose a tag to compare

Bug Fixes

  • view-strategy: dynamic strategy hook results should be relative to view-model (ae6cf40c)

aurelia-templating v0.7.1

12 Jan 19:11
Compare
Choose a tag to compare

Bug Fixes

  • view-engine: double check existing on async load (e257198b)

aurelia-templating v0.7.0

12 Jan 14:46
Compare
Choose a tag to compare

Bug Fixes

  • behavior: removed behavior base class (2121d137)
  • package: update Aurelia dependencies (c78936bf)
  • view: process bindings before behavior binds (4e26198b)

Features

  • property:
    • add options property (b8627249)
    • add load responsibility from behavior (f8790e42)
  • view-compiler: update to new binding language interface (8fb4f7ca)

aurelia-templating v0.6.1

08 Jan 06:17
Compare
Choose a tag to compare

Bug Fixes

  • behavior-instance: classic loop, function var bug (359749a4)