Get the Newsletter

Aurelia Release Notes - May 2019

Posted by Rob Eisenberg on May 6, 2019

This month's releases include an update to our Webpack plugin, more improvements to UI virtualization, additional conversion of Aurelia libraries to TypeScript, for improved maintenance and contributor-friendliness, and a few bug and package fixes to other libraries.

Major Releases

Major updates may include breaking changes, new features, fixes to bugs, and performance improvements.

aurelia-webpack-plugin 4.0.0

This update is not likely to have any real breaking affects, however there was a small concern from community members, so we chose to increase the major version number, just to be safe.

This release removes the runtime insertion hack from the Webpack 3 and below era, wherein only the first "entry" item had the runtime appended to it. This was originally implemented to avoid adding the runtime to the secondary "vendor" entry. Using "vendor" entry points is no longer recommended for Webpack 4 and up.

Minor Releases

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

aurelia-ui-virtualization 1.0.0-beta.7

Bug Fixes

  • repeat: ensure revert mutation handling ( 869bc34 )

aurelia-templating-resources 1.10.0

  • Conversion to TypeScript.

aurelia-router 1.7.0

  • Conversion to TypeScript.

aurelia-templating-router 1.4.0

  • Conversion to TypeScript.

Patch Releases

Patch updates include only fixes to bugs and performance improvements.

aurelia-store 1.3.4

Bug Fixes

  • dist: add umd-es2015, adjust unpkg field, umd build to es5 ( 741026c )

aurelia-binding 2.3.1

Bug Fixes

  • all: change es2015 back to native-modules ( 13dd661 )
  • build: don't build declaration ( d359e83 )
  • connectable-binding: remove the silent limit of 100 observers per expression ( 56ba36d ), closes #742

aurelia-history-browser 1.3.2

Bug Fixes

  • browser-history: decode fragment, add tests ( 957532d )