File tree Expand file tree Collapse file tree 3 files changed +712
-819
lines changed Expand file tree Collapse file tree 3 files changed +712
-819
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 3.1.2] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.1.2 ) - 2025-09-09
8+
9+ ### Changed
10+
11+ - Replaced Jest with Vitest as the test runner for unit tests. This will help improve test performance and better aligns
12+ with the Vue 3 + Vite ecosystem.
13+
14+ - Updated ` FontAwesomeIconProps ` :
15+ - ` flip ` now accepts the ` boolean ` type in addition to ` 'horizontal' | 'vertical' | 'both' `
16+ - ` maskId ` is now correctly typed as ` string `
17+
18+ - Updated ` DEVELOPMENT.md ` with revised release instructions
19+
20+ ---
21+
722## [ 3.1.1] ( https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.1.1 ) - 2025-07-24
823
924### Changed
You can’t perform that action at this time.
0 commit comments