Skip to content

Releases: rmja/aurelia-fontawesome-loader

Remove loader in runtime bits

30 Apr 07:37
Compare
Choose a tag to compare
Pre-release

The loader was mistakenly included in the runtime bits causing issues in IE. The loader is now fully separated from the runtime.

Breaking change:
The loader should now be included in the webpack config as aurelia-fontawesome-loader/loader (or aurelia-fontawesome-loader/loader?pro)

Remove binding behavior as view dependency

19 Mar 15:41
Compare
Choose a tag to compare

Let the fontawesome binding behavior be included manually from now on by the application, instead of magically by the loader which caused some problems. From now on, one must include the loader as an aurelia plugin during boot:

aurelia.use.plugin(PLATFORM.moduleName('aurelia-fontawesome-loader'))