Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Jul 8, 2020
1 parent fab0d0a commit 446ff99
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

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

### Fixed

* Make it possible to use `fa-duotone-icon` with custom duotone icons.

### Added

* Support for Angular 10.

### Removed

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

## [0.6.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.6.1) - 2020-03-28

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

## Usage
To get up and running using Font Awesome with Angular follow below steps:
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.6.1",
"version": "0.7.0",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.1';
export const angularFontawesomeVersion = '~0.7.0';
export const iconPackVersion = '^5.13.0';
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class FaConfig {
* library.
*
* @deprecated This option is deprecated since 0.5.0. In 0.6.0 default will
* be changed to false. In 0.7.0 the option will be removed together with the
* be changed to false. In 0.8.0 the option will be removed together with the
* support for the global icon library.
*
* @default false
Expand Down

0 comments on commit 446ff99

Please sign in to comment.