Skip to content

Commit

Permalink
Update FontAwesome to v6 (#2928)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTirapani authored Apr 5, 2022
1 parent 2adc5ac commit 0a616ab
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 276 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@

## v47.1.2 - 2022-04-01

### 🎁 New Features

* FontAwesome upgraded to v6. This includes redesigns of the majority of bundled icons - please
check your app's icon usages carefully.

### 🐞 Bug Fixes

* `FieldFilter`'s check of `committedData` is now null safe. A record with no `committedData` will not be filtered out.

### 📚 Libraries

* @fortawesome/fontawesome-pro `5.14 -> 6.1`

## v47.1.1 - 2022-03-26

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@blueprintjs/core": "~3.54.0",
"@blueprintjs/datetime": "~3.24.0",
"@fortawesome/fontawesome-pro": "~5.15.4",
"@fortawesome/fontawesome-svg-core": "~1.3.0",
"@fortawesome/pro-light-svg-icons": "~5.15.4",
"@fortawesome/pro-regular-svg-icons": "~5.15.4",
"@fortawesome/pro-solid-svg-icons": "~5.15.4",
"@fortawesome/fontawesome-pro": "~6.1.1",
"@fortawesome/fontawesome-svg-core": "~6.1.1",
"@fortawesome/pro-light-svg-icons": "~6.1.1",
"@fortawesome/pro-regular-svg-icons": "~6.1.1",
"@fortawesome/pro-solid-svg-icons": "~6.1.1",
"@fortawesome/react-fontawesome": "~0.1.17",
"@onsenui/fastclick": "~1.1.1",
"@popperjs/core": "~2.11.0",
Expand Down
Loading

0 comments on commit 0a616ab

Please sign in to comment.