aurelia-templating v0.17.0
·
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:
- controller:
- decorators: work with new decorators api (003b92c9)
- html-behavior: child bindings always operate on the light dom element (2f2a13e7)
- templating-engine:
- 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)