Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Feb 8, 2020
1 parent 373097c commit b01729e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.6.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.6.0) - 2020-02-08

Make sure to check [upgrade instructions](https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md).

### Added

* [`FaConfig.fixedWidth` property](https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/usage/icon-library.md#apply-fixed-width-by-default) to provide a default value for `FaIcon.fixedWidth` and `FaLayers.fixedWidth` properties.
* Documentation of a [convenient approach](https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/guide/testing.md#define-a-wrapper-module-for-fontawesomemodule) to test components using icon library.

### Removed

* Angular 8.x is no longer supported. If you are using this version, please, stick with version 0.5.0.

## [0.6.0-alpha.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.6.0-alpha.0) - 2019-11-11

Make sure to check [upgrade instructions](https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
[<img src="https://github.com/bhanuhiteshi.png?size=72" alt="bhanuhiteshi" width="72">](https://github.com/bhanuhiteshi)
[<img src="https://github.com/plinkpaste.png?size=72" alt="plinkpaste" width="72">](https://github.com/plinkpaste)
[<img src="https://github.com/ej2.png?size=72" alt="ej2" width="72">](https://github.com/ej2)
[<img src="https://github.com/peterblazejewicz.png?size=72" alt="peterblazejewicz" width="72">](https://github.com/peterblazejewicz)

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

Expand Down
7 changes: 4 additions & 3 deletions 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.6.0-alpha.0",
"version": "0.6.0",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down Expand Up @@ -42,7 +42,8 @@
"Ronnie Barker <[email protected]>",
"bhanuhiteshi <[email protected]>",
"James Hyde <[email protected]>",
"ej2 <[email protected]>"
"ej2 <[email protected]>",
"Peter Blazejewicz <[email protected]>"
],
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -96,7 +97,7 @@
],
"peerDependencies": {
"@angular/core": "^9.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.21"
"@fortawesome/fontawesome-svg-core": "^1.2.27"
},
"ngPackage": {
"lib": {
Expand Down
6 changes: 3 additions & 3 deletions projects/schematics/src/ng-add/versions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const svgCoreVersion = '^1.2.21';
export const angularFontawesomeVersion = '~0.6.0-alpha.0';
export const iconPackVersion = '^5.10.2';
export const svgCoreVersion = '^1.2.27';
export const angularFontawesomeVersion = '~0.6.0';
export const iconPackVersion = '^5.12.1';

0 comments on commit b01729e

Please sign in to comment.