Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FontAwesome to v6 #2928

Merged
merged 2 commits into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

## v48.0.0-SNAPSHOT - under development

### 🎁 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