You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Introduce backwards compatibility with FontAwesome 4 icon keys by dynamically
rewriting all instances of fa-* to their appropriate FontAwesome 5 equivalent
key. This is achieved by implementing a shim generated from the FontAwesome metadata.
Introduce a deprecation warning written to STDERR when any fa-* key is
encountered. The compatibility shim will be removed in the next major version
of Prawn::Icon (3.0.0).