Skip to content

Commit

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

---

## [0.12.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.0) - 2022-11-18

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

### Added

* Support for Angular 15.
* Documentation and option in `ng-add` schematic to use new [Sharp Solid](https://blog.fontawesome.com/introducing-font-awesome-sharp/) icons style.

### Changed

* Documentation on how to create `fa-icon` programmatically updated to not use deprecated `ComponentFactoryResolver`.

### Deprecated

* `classes` and `styles` inputs on all components are deprecated for removal as confusing and generally not useful. See [upgrade instructions](https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/upgrading/0.11.0-0.12.0.md#remove-usage-of-the-deprecated-styles-and-classes-inputs) for the suggested migration path.

### Removed

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

## [0.11.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.1) - 2022-06-16

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
|0.9.x|12.x|5.x|supported|
|0.10.x|13.x|5.x && 6.x|supported|
|0.11.x|14.x|5.x && 6.x|supported|
|0.12.x|15.x|5.x && 6.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,6 +1,6 @@
{
"name": "@fortawesome/angular-fontawesome",
"version": "0.11.1",
"version": "0.12.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,4 +1,4 @@
export const angularFontawesomeVersion = '~0.11.1';
export const angularFontawesomeVersion = '~0.12.0';
export const iconPackVersion = '^6.2.0';

export const v5 = {
Expand Down

0 comments on commit 63391de

Please sign in to comment.