Skip to content

aurelia-templating v0.8.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 22 Jan 08:17
· 781 commits to master since this release

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)