Releases: FortAwesome/vue-fontawesome
Releases · FortAwesome/vue-fontawesome
Release 3.1.2
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 theboolean
type in addition to'horizontal' | 'vertical' | 'both'
maskId
is now correctly typed asstring
-
Updated
DEVELOPMENT.md
with revised release instructions
Release 3.1.1
Changed
-
Removed version checks related to
props.fixedWidth
,iconProps.title
, andiconProps.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
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
Changed
- Updated
package-lock.json
to help fix faililng tests
Release 3.0.7
Changed
- Updated nodejs version in
.tool-versions
- Updated Jest configuration for local testing
- Removed an unused import in
FontAwesomeLayers.test.js
- Updated
node-versions
inci.yml
- Added additional exports in
index.d.ts
- Updated
README.md
for new Font Awesome Doc link
Release 3.0.6
Changed
- Added missing exports to TS definition in
index.d.ts
Release 3.0.5
Changed
- Removed .tgz file
Release 3.0.4
Release 3.0.3
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
Release 2.0.10
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