Skip to content

Commit

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

---

## [0.8.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.8.0) - 2020-11-12

### Fixed

* Fixed ng add crash if tslint is not installed.

### Added

* Support for Angular 11.
* [Documentation](https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/guide/storybook.md) on how to use angular-fontawesome with Storybook.

### Removed

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

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

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
|0.4.x, 0.5.x|8.x|not supported|
|0.6.x|9.x|supported|
|0.7.x|10.x|supported|
|0.8.x|11.x|supported|

## Usage
To get up and running using Font Awesome with Angular follow below steps:
Expand Down Expand Up @@ -135,6 +136,9 @@ being awesome contributors to this project. **We'd like to take a moment to reco
[<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)
[<img src="https://github.com/arjenbrandenburgh.png?size=72" alt="arjenbrandenburgh" width="72">](https://github.com/arjenbrandenburgh)
[<img src="https://github.com/athisun.png?size=72" alt="athisun" width="72">](https://github.com/athisun)
[<img src="https://github.com/madebyjeffrey.png?size=72" alt="madebyjeffrey" width="72">](https://github.com/madebyjeffrey)
[<img src="https://github.com/benjamincharity.png?size=72" alt="benjamincharity" width="72">](https://github.com/benjamincharity)

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

Expand Down
2 changes: 1 addition & 1 deletion 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.7.0",
"version": "0.8.0",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
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.28';
export const angularFontawesomeVersion = '~0.7.0';
export const iconPackVersion = '^5.13.0';
export const svgCoreVersion = '^1.2.32';
export const angularFontawesomeVersion = '~0.8.0';
export const iconPackVersion = '^5.15.1';

0 comments on commit d546906

Please sign in to comment.