⬆️ load latest fontawesome package #3765
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an enhancement or feature.
Summary
Upgrade to the newest
fontawesome
package.Until now the package has been fixed at version
5.0.0
and has thus never received any bugfixes.By changing the
@5
to@latest
in the version tag, minimal-mistakes now ships always with the newest up-to-date version.(Currently,
6.1.1
is the newest)Context
I am a researcher and therefore active on many research-related social platforms. I needed some icons that were introduced in later
patch-versions
of fontawesome version5
, so I had to manually overwrite thehead.html
just to get the newest version. I believe that minimal-mistakes should always ship with the newest patch-version, as5.0.0
is very outdated and does not include any patches that came after.I am aware that minimal-mistakes should be kept minimal (and therefore not all requests can be met that only target specific individuals), but I assume that this patch should come in handy for a large-user base as there is no reason to limit ourselves to an old version if we can dynamically load always the latest release with
@latest
.