Skip to content

Commit 3e1c7e2

Browse files
committed
Release 3.1.2
1 parent 4cdc010 commit 3e1c7e2

File tree

3 files changed

+712
-819
lines changed

3 files changed

+712
-819
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The 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

0 commit comments

Comments
 (0)