All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.0 - 2018-10-24
- Angular 7+ is added as a valid peer dependency.
0.2.1 - 2018-10-08
- Made it possible to set custom classes on
fa-layers
component.
0.2.0 - 2018-09-07
-
Added
size
andfixedWidth
properties forfa-layers
component. These can be used instead of settingfa-fw
andfa-4x
classes manually.Before:
<span class="fa-fw fa-4x"><fa-layers>...</fa-layers></span>
After:
<fa-layers [fixedWidth]="true" size="4x">...</fa-layers>
-
Added possibility to customize default icon prefix.
- Support for Angular 5 was removed. Now
angular-fontawesome
requires Angular 6+.
- Added missing peer dependencies for
tsickle
andtslib
packages.
0.1.1 - 2018-06-26
- Use angular-cli for building the demo app.
- Cleaned up some old configurations from previous use of angular-librarian which had been breaking
the build when using
0.1.0
.
0.1.0 - 2018-06-20
- Initial stable, production-ready release of angular-fontawesome