Skip to content

Release 3.1.2

Latest
Compare
Choose a tag to compare
@jasonlundien jasonlundien released this 09 Sep 14:18

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