Get the Newsletter

Aurelia Release Notes - 12/24/2016

Posted by AureliaEffect on December 24, 2016

As always, we continue to make improvements to Aurelia. Below is a list of changes in this week's set of updates.

Minor Releases

Minor updates include new features, updates to bugs and performance improvements.

aurelia-pal 1.2.0

Features

  • index: add PLATFORM.moduleName ( da92298 )

Patch Releases

Patch updates include only fixes to bugs and performance improvements.

aurelia-metadata 1.0.3

Bug Fixes

aurelia-dependency-injection 1.2.1

Bug Fixes

  • autoinject: prevent changing inject of parent classes ( aa38a34 )
  • container: check for custom registration before bubbling ( 98739f2 )

aurelia-bootstrapper 2.0.1

Bug Fixes

  • Correctly detect NWJS.

aurelia-valiation 1.0.0-beta.1.0.1

Bug Fixes

  • build: correct es2015 and native-modules builds ( d749cf5 )
  • package: fix doc build ( 9e79087 )
  • ValidationController: keep errors property in sync ( 658ab0f ), closes #396