Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 2.22 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.2 (2020-03-21)

Bug Fixes

  • set default component according to readme (19559a5)

1.1.1 (2020-02-08)

Bug Fixes

1.1.0 (2020-02-08)

Features

  • add proIcons config option for pro imports (ae483be)

Bug Fixes

  • only log deprecation warning in dev mode (72c9170)

1.0.1 (2020-01-20)

Bug Fixes

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