Releases: FortAwesome/react-native-fontawesome
Releases · FortAwesome/react-native-fontawesome
Release 0.3.2
Release 0.3.1
Changed
- Removed defaultProps to make things compatible with React 19
Release 0.3.0
This release has a couple of breaking changes.
- Minimum supported version of React Native is 0.67
- Minimum supported react-native-svg is 11.x
- Using
width
orheight
props are not allowed (they were deprecated in 0.2.x) - 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
Release 0.2.7
Changed
- Dependency updates including support for react-native 0.64 and react 17
Release 0.2.6
Fixed
- Removed dependence on React Native for Web's ViewPropTypes #72
Release 0.2.5
Added
- Support for Duotone icons #59
Release 0.2.4
Fixed
- Loosen peerDependencies versions to allow newer react-native and react-native-svg packages
Release 0.2.3
Release 0.2.2
Fixed
- Add index.d.ts to the package.json files