Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Sep 7, 2018
1 parent 2da1bcc commit 4d3dbe2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.2.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.2.0) - 2018-09-07

### Added

* Added `size` and `fixedWidth` properties for `fa-layers` component. These can be used instead of setting `fa-fw` and `fa-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](https://github.com/FortAwesome/angular-fontawesome#changing-the-default-prefix).

### Removed

* Support for Angular 5 was removed. Now `angular-fontawesome` requires Angular 6+.

### Fixed

* Added missing peer dependencies for `tsickle` and `tslib` packages.


## [0.1.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.1.1) - 2018-06-26

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ being awesome contributors to this project. **We'd like to take a moment to reco
| <img src="https://github.com/zeevkatz.png?size=72" /> | Zeev Katz | [@zeevkatz](https://github.com/zeevkatz) |
| <img src="https://github.com/scttcper.png?size=72" /> | Scott Cooper | [@scttcper](https://github.com/scttcper) |
| <img src="https://github.com/DavidePastore.png?size=72" /> | Davide Pastore | [@DavidePastore](https://github.com/DavidePastore) |
| <img src="https://github.com/donmckenna.png?size=72" /> | donmckenna | [@donmckenna](https://github.com/donmckenna) |
| <img src="https://github.com/paustint.png?size=72" /> | Austin Turner | [@paustint](https://github.com/paustint) |

If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/angular-fontawesome",
"version": "0.1.1",
"version": "0.2.0",
"description": "Angular Fontawesome, an Angular library",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,7 +30,9 @@
"Zeev Katz <zeevk6@gmail.com>",
"Scott Cooper <scttcper@gmail.com>",
"Brian Talbot <hi.talbs@gmail.com>",
"Davide Pastore <pasdavide@gmail.com>"
"Davide Pastore <pasdavide@gmail.com>",
"donmckenna <don@mothhead.com>",
"Austin Turner <paustint@gmail.com>"
],
"license": "MIT",
"bugs": {
Expand Down
6 changes: 4 additions & 2 deletions src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/ng-packagr/package.schema.json",
"name": "@fortawesome/angular-fontawesome",
"version": "0.1.1",
"version": "0.2.0",
"description": "Angular Fontawesome, an Angular library",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,9 @@
"Zeev Katz <zeevk6@gmail.com>",
"Scott Cooper <scttcper@gmail.com>",
"Brian Talbot <hi.talbs@gmail.com>",
"Davide Pastore <pasdavide@gmail.com>"
"Davide Pastore <pasdavide@gmail.com>",
"donmckenna <don@mothhead.com>",
"Austin Turner <paustint@gmail.com>"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 4d3dbe2

Please sign in to comment.