Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 860 Bytes

CHANGELOG.md

File metadata and controls

21 lines (18 loc) · 860 Bytes

Change Log

0.4.0 (2018-12-24)

  • Added support for and
  • Working example added
  • Tests added

0.3.0 (2018-06-28)

Updated due to fontawesome 5.1, which has some breaking changes.

0.2 to 0.3 upgrade

Please refer to vue-fontawesome UPGRADING guide and use current version of README docs

General differences:

  • Fontawesome now has no default imports, you have to specify icons: ['fas'] to import whole set.
  • Packages changed. You'll need to update your package.json file with the renamed packages and new versions.
  • Improved tree shaking support, no need to setup it with build and shakable.es.js', so remove this block

0.0.1 (2018-02-10)

Initial commit