informatics-isi-edu / openseadragon-viewer

2D viewer with openseadragon
Apache License 2.0
5 stars 2 forks source link

Update fontawesome version #98

Closed RFSH closed 2 years ago

RFSH commented 2 years ago

We're currently using Font Awesome 5.15.1 in this repository. Version 6 was released this year. With this release, they modified the toolkit completely, and as a result, they changed the class names.

Given that we're using Font Awesome 6 in Chaise's react branch, we should also eventually update it in this repository.

Since we need to update all the current usages of Font Awesome, I created this issue instead of directly updating the package.

RFSH commented 2 years ago

While the class names have changed, they've actually included some rules for backwards compatibility. So the update process was as simple as changing the old files with the new ones as I did in this commit.