Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@robmadole robmadole released this 07 Jun 19:44
· 6 commits to master since this release
2b938fb

This release has a couple of breaking changes.

  1. Minimum supported version of React Native is 0.67
  2. Minimum supported react-native-svg is 11.x
  3. Using width or height props are not allowed (they were deprecated in 0.2.x)
  4. The secondaryOpacity will default to 40% (0.4) instead of 100% to match other Font Awesome implementations

Added

  • Support for specifying icons as strings like icon="fa-solid fa-mug-empty"
  • Optional testId to TypeScript .d.ts file
  • Prop maskId allows Jest snapshot testing to have consistent results when using masks

Fixed

  • Full support for version 6 of Font Awesome
  • Using icons with masks should now be fully functional
  • Duotone icons have also been fixed