Skip to content

2.0.0

Compare
Choose a tag to compare
@jessedoyle jessedoyle released this 08 Mar 03:41
· 40 commits to master since this release
3dcefcc
  • [breaking change] Update to FontAwesome 5.0.8. FontAwesome 5 now provides 3 different font families: brands, regular and solid. The specifiers for these font icons are now: fab, far and fas.
  • [breaking change] Remove GitHub Octicons because Octicons are now only delivered via SVG.
  • [breaking change] Make the font specifier a required attribute for Prawn::Icon::FontData#new. Previously it was assumed to be fa.
  • Write a new tool tool/fontawesome/converter.rb that accepts the FontAwesome metadata YAML file (link), and generates the correct legend files for brands, regular and solid styles.
  • Require 'prawn/icon/version' with by default.