All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.2 (2020-03-21)
- set default component according to readme (19559a5)
1.1.1 (2020-02-08)
- use unique imports (e0a09dd)
1.1.0 (2020-02-08)
- add proIcons config option for pro imports (ae483be)
- only log deprecation warning in dev mode (72c9170)
1.0.1 (2020-01-20)
- always print icons (83b2924)
Updated due to fontawesome 5.1, which has some breaking changes.
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
Initial commit