Skip to content

aurelia-templating v0.17.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 10 Nov 14:34
· 453 commits to master since this release

Bug Fixes

  • CompositionEngine: use context.viewModel (07b6cc92)
  • all:
    • privitize the hyphenate utility (ed8968de)
    • better parameter order for resource load (dc7ce4f0)
    • linting, locking down apis, adding types and documenting (4e163164)
    • improve internal representations and fix bugs in static/dynamic views (7f970da1)
    • conflicts in user controlled views and automated controllers (49576015)
    • more consistent internal state for controller, view and view-slot (281edf4b)
    • update to latest template registry entry api (fa5ad967)
  • bind: overrideContext fixes (936bf482)
  • build: add view locator to build (404c984f)
  • child-observation:
    • bug in decorator and undefined value (be2044bd)
    • null reference when adding second child observer (b5fb1691)
  • controller:
    • make static vs. dynamic element binding order consistent (bd41b22d)
    • correct view override context binding (6a962e4a)
  • decorators: work with new decorators api (003b92c9)
  • html-behavior: child bindings always operate on the light dom element (2f2a13e7)
  • templating-engine:
    • rename createModelForUnitTest to createViewModelForUnitTest (070137e3)
    • make object into a class (65ef597c)
  • view-factory: update to latest container api (a34e7be7)
  • view-slot: remove unused swap and move (64160e35)

Features

  • all:
    • finish api lockdown and code docs (078bac07)
    • more docs and api cleanup (78018c83)
    • more docs and api refinement (f884cca3)
    • introduce ViewLocator; multiple breaking changes for view strategies (3f08759a)
    • update to new scope with override context (dbec9d3c)
    • decouple create vs. bind operations entirely (86902240)
    • work on templating engine facade (dce2aa2d)
  • binding-behaviors: add binding behavior resource (92f4d79b)
  • children: change sync to children decorator and add child (a561546d)
  • view: ensure that refs, child and children are available in the bind callback (09a9a335)