From 4d3dbe2b4f326e75bfaf49c70d90922b8bbf0d62 Mon Sep 17 00:00:00 2001 From: Yaroslav Admin Date: Thu, 6 Sep 2018 21:18:14 +0200 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 2 ++ package.json | 6 ++++-- src/lib/package.json | 6 ++++-- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ef18e..bc8a95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + + ... + + After: + + ... + +* 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 diff --git a/README.md b/README.md index ce006c7..d3fc647 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,8 @@ being awesome contributors to this project. **We'd like to take a moment to reco | | Zeev Katz | [@zeevkatz](https://github.com/zeevkatz) | | | Scott Cooper | [@scttcper](https://github.com/scttcper) | | | Davide Pastore | [@DavidePastore](https://github.com/DavidePastore) | +| | donmckenna | [@donmckenna](https://github.com/donmckenna) | +| | 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. diff --git a/package.json b/package.json index cd586bf..32a6b07 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -30,7 +30,9 @@ "Zeev Katz ", "Scott Cooper ", "Brian Talbot ", - "Davide Pastore " + "Davide Pastore ", + "donmckenna ", + "Austin Turner " ], "license": "MIT", "bugs": { diff --git a/src/lib/package.json b/src/lib/package.json index e9b9b4d..3d9d60e 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -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", @@ -15,7 +15,9 @@ "Zeev Katz ", "Scott Cooper ", "Brian Talbot ", - "Davide Pastore " + "Davide Pastore ", + "donmckenna ", + "Austin Turner " ], "license": "MIT", "bugs": {