Skip to content

Releases: FortAwesome/vue-fontawesome

Release 3.1.2

09 Sep 14:18

Choose a tag to compare

Changed

  • Replaced Jest with Vitest as the test runner for unit tests. This will help improve test performance and better aligns
    with the Vue 3 + Vite ecosystem.

  • Updated FontAwesomeIconProps:

    • flip now accepts the boolean type in addition to 'horizontal' | 'vertical' | 'both'
    • maskId is now correctly typed as string
  • Updated DEVELOPMENT.md with revised release instructions

Release 3.1.1

24 Jul 18:33

Choose a tag to compare

Changed

  • Removed version checks related to props.fixedWidth, iconProps.title, and iconProps.title.

  • The use of require to retrieve the version from @fortawesome/fontawesome-svg-core for version checks has been
    removed to help ensure compatibility with ESM builds.

Release 3.1.0

22 Jul 20:02

Choose a tag to compare

Changed

  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Added widthAuto prop

  • Added rotateBy prop

  • Deprecated fa-fw prop

Release 3.0.8

21 May 21:29

Choose a tag to compare

Changed

  • Updated package-lock.json to help fix faililng tests

Release 3.0.7

21 May 20:32

Choose a tag to compare

Changed

  • Updated nodejs version in .tool-versions
  • Updated Jest configuration for local testing
  • Removed an unused import in FontAwesomeLayers.test.js
  • Updated node-versions in ci.yml
  • Added additional exports in index.d.ts
  • Updated README.md for new Font Awesome Doc link

Release 3.0.6

29 Jan 20:14

Choose a tag to compare

Changed

  • Added missing exports to TS definition in index.d.ts

Release 3.0.5

06 Nov 15:53

Choose a tag to compare

Changed

  • Removed .tgz file

Release 3.0.4

06 Nov 15:45

Choose a tag to compare

Changed

Added

  • Tests for Sharp Family
  • Ability to include a title prop (github issue ##181)
  • Prettier config file

Release 3.0.3

24 Jan 15:13
71d3227

Choose a tag to compare

Changed

  • NPM download @fortawesome/vue-fontawesome-latest is now set to Vue 3; to download the Vue 2 package you will have to use @fortawesome/vue-fontawesome-latest-2, which is described in our Vue setup docs
  • CI workflow updated for testing
  • README.md and package.json updated for new contributor

Added

  • Missing TypeScript animations added (github issue #428)
  • Missing TypeScript sizes added (github issue #415)

Release 2.0.10

24 Jan 14:21

Choose a tag to compare

Changed

  • NPM download @fortawesome/vue-fontawesome-latest is now set to Vue 3; to download the Vue 2 package you will have to use @fortawesome/vue-fontawesome-latest-2, which is described in our Vue setup docs
  • Updated CI workflow testing to include Vue 2.7.x
  • Updated contributor's GitHub user name in README.md and package.json files