Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-09 | 416 Bytes | |
Release 3.1.2 source code.tar.gz | 2025-09-09 | 91.9 kB | |
Release 3.1.2 source code.zip | 2025-09-09 | 106.2 kB | |
Totals: 3 Items | 198.5 kB | 0 |
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