Skip to content

2.1.0

Compare
Choose a tag to compare
@jessedoyle jessedoyle released this 02 Apr 04:23
· 38 commits to master since this release
51a84ae
  • 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).
  • See the discussion here for more details.