v3.2.0
Added 1
- Export CSSVariables type for user consumption
Changed 1
- Spread operator order changed to allow given props to override
Fixed 1
- Support for defined process but undefined process.env
Deprecated 1
- The title and titleId props are deprecated
From React Font Awesome
3.2.0 (2026-02-06)
Features
- feat(types): export CSSVariables type for user consumption by @charles4221 in https://github.com/FortAwesome/react-fontawesome/pull/622
Bug Fixes
- fix(env): support for defined process but undefined process.env by @charles4221 in https://github.com/FortAwesome/react-fontawesome/pull/616
Chores
- Add a deprecation notice to the
titleandtitleIdprops by @vivshaw in https://github.com/FortAwesome/react-fontawesome/pull/612 - chore(deps): upgrade all dev deps by @charles4221 in https://github.com/FortAwesome/react-fontawesome/pull/621
- Switch order of spread to allow given props to override by @robmadole in https://github.com/FortAwesome/react-fontawesome/pull/615
New Contributors
- @vivshaw made their first contribution in https://github.com/FortAwesome/react-fontawesome/pull/612
Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/v3.1.1...v3.2.0