FortAwesome/react-fontawesome
 Watch   
 Star   
 Fork   
2 days ago
react-fontawesome

Release 3.0.1

Bug Fixes

  • Added additional module resolution configs in package.json (b078d99)
  • Refactored SVGCore version checks to use dynamic import to fix #589 (bc7cad0)

Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/3.0.0...3.0.1

7 days ago
react-fontawesome

Release 3.0.0

BREAKING

  • Dropped support for end-of-life FontAwesome versions (below v6), Node versions (below 20.x) and React versions (below 18.x)
  • Dropped support for browser versions that don't support the ES2020 standard, namely JavaScript built-in: globalThis

Changes

  • Rewrote the entire library from plain JavaScript to TypeScript
  • Replaced rollup with tsup for providing both ESM and CJS exports from one TypeScript source
  • Removed prop-types in favour of colocated typings for React component props
  • Added better type definitions to each prop including examples of usage
  • Upgraded eslint from v6 to v9, rewrote config as Flat Config, modernised ESLint config, plugins and rules
  • Refactored all unit tests from the deprecated react-test-renderer to the industry standard @testing-library/react
  • Upgraded all other development dependencies to latest versions as of release date
  • Optimised FontAwesomeIcon by reducing per-render function calls and memory allocations
  • Optimised classList function by removing runtime semver checks and array operations
  • Optimised converter with a full rewrite for significant performance increases (~70%)
  • Moved inline class strings from getClassListFromProps to pre-computed maps

Bug Fixes

  • Fixed accessibility ID generation (titleId, maskId) for SSR ensuring a consistent ID across server and client renders (#93, #550, #573)
  • Fixed TypeScript errors when styling duotone icons with CSS variables (#509)
  • Fixed aria-hidden so it is false if there is a non-empty aria-label attribute (#126)
  • Resolved large number of npm audit issues by removing and updating dependencies

New Contributors

Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/0.2.6...3.0.0

7 days ago
react-fontawesome

Release 0.2.6

Fixed

  • check for existence of process before reading process.env (#585)

Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/0.2.5...0.2.6

14 days ago
react-fontawesome

Release 0.2.5

What's Changed

New Contributors

Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/0.2.4...0.2.5

14 days ago
react-fontawesome

Release 0.2.4

What's Changed

New Contributors

Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/0.2.3...0.2.4

2025-07-23 21:00:02
react-fontawesome

Release 0.2.3

Changed

  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Removed example directory and files

  • Deprecated fa-fw prop

Added

  • Added widthAuto prop

  • Added rotateBy prop

2024-05-23 05:21:55
react-fontawesome

Release 0.2.2

Fixed

  • Props with nullable/undefined values no longer throw an error #562 #560
2024-05-17 01:46:15
react-fontawesome

Release 0.2.1

Changed

  • Remove defaultProps to be compatible with React 19
2022-06-29 23:08:22
react-fontawesome

Release 0.2.0

Added

  • Support for React forwardRef if using React >= 16.3
2022-06-29 22:58:09
react-fontawesome

Release 0.1.19

Fixed

  • Added missing beatFade, spinPulse, and spinReverse animations