Get the Newsletter

Release Update - 10/17/2016

Posted by AureliaEffect on October 17, 2016

Aurelia continues to make fixes and improvements throughout. Read below for the details of this week's releases.

New Features

  • aurelia-logging now supports setting log levels on individuals loggers by using the level property thanks to community contributor Shawn Talbert .
  • aurelia-cli has improved its abstraction for module loader configuration generation which enables new scenarios, such as improved TDD workflows and future support for more module loaders. Thanks to Core Team member Andrew Stoker .

See below for the full list of fixes.

Full Release Notes

aurelia-logging 1.1.0

Features

  • Individual loggers now have a level property that can be used to override the default log level.

aurelia-dependency-injection 1.2.0

Bug Fixes

  • autoinject: merge issue caused incorrect branching logic
  • invokers: remove duplicate export name; factory is now a parameter decorator for TS and invokeAsFactory decorates a function to control how the container invokes it.

aurelia-http-client 1.0.2

Bug Fixes

  • headers: #152 - Made header treatment case insensitive

aurelia-bootstrapper 1.0.1

Bug Fixes

  • bootstrapper: Check module function configure before execute it

aurelia-dialog 1.0.0-beta.3.0.1

Bug Fixes

  • dialog-service: .open() proper error propagation
  • dialog-controller: clear close promise when canDeactivate=>false
  • dialog-renderer, dialog-service: fix settings merging
  • dialog-renderer: do not track controllers per renderer instance
  • dialog-service: fix remove controllers closed with .error
  • styles: make ai-dialog display:table

aurelia-cli 0.21.0

Bug Fixes

  • dependency-inclusion: wait until all resources are traced before bundling
  • aurelia-karma: make it compatible with PhantomJS

Features

  • bundler, bundle: abstract out loader config generator