Skip to content

Releases: FortAwesome/react-native-fontawesome

Release 0.3.2

23 May 14:31
06ae6c1
Compare
Choose a tag to compare

Fixed

  • Props with nullable/undefined values no longer throw an error

Release 0.3.1

16 May 18:42
56bda55
Compare
Choose a tag to compare

Changed

  • Removed defaultProps to make things compatible with React 19

Release 0.3.0

07 Jun 19:44
2b938fb
Compare
Choose a tag to compare

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

Release 0.2.7

22 Jul 16:02
4aedda7
Compare
Choose a tag to compare

Changed

  • Dependency updates including support for react-native 0.64 and react 17

Release 0.2.6

01 Oct 13:32
9103308
Compare
Choose a tag to compare

Fixed

  • Removed dependence on React Native for Web's ViewPropTypes #72

Release 0.2.5

14 May 21:07
539b91b
Compare
Choose a tag to compare

Added

  • Support for Duotone icons #59

Release 0.2.4

27 Apr 15:31
039dd9f
Compare
Choose a tag to compare

Fixed

  • Loosen peerDependencies versions to allow newer react-native and react-native-svg packages

Release 0.2.3

06 Mar 16:14
678217c
Compare
Choose a tag to compare

Fixed

  • Support arrays in style property #28 #40 #46

Release 0.2.2

17 Feb 16:09
b1728ed
Compare
Choose a tag to compare

Fixed

  • Add index.d.ts to the package.json files

0.2.1

06 Feb 15:24
5356b24
Compare
Choose a tag to compare

Fixed

  • Convert 'focusable' attribute to boolean from string #42