Get the Newsletter

Aurelia Release Notes - Early February 2019

Posted by Rob Eisenberg on February 5, 2019

We've had a few new releases over the last few weeks. Among them are continued updates to the Aurelia CLI. In fact, we found an issue in the CLI that affected new Webpack projects, so be sure to update your CLI before starting anything new. More details concerning the various releases can be found below.

Minor Releases

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

aurelia-templating-resources 1.8.0

Features

  • Add ability to turn off caching for if/else

aurelia-cli 1.0.0-beta.13

Bug Fixes

  • jest: avoid aurelia-bindings v1+v2 conflict ( 7863c29 ), closes #906
  • webpack: revert #970 to restore default webpack module resolution ( 3c4d0d6 ), closes #1037

Features

  • find-deps: add build tracing for import elements ( 0b9f740 )
  • new-application: add scaffolding feature for navigation skeleton ( ea4ce1a )
  • new-application: add scaffolding feature for navigation skeleton ( b918ac3 )
  • requirejs/systemjs: add protractor and jest support ( 148148c )

Patch Releases

Patch updates include only fixes to bugs and performance improvements.

aurelia-bootstrapper 2.3.2

Bug Fixes