All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.8 - 2019-12-06
- Add swapOpacity to Typescript definitions #308
0.1.7 - 2019-10-19
- Add DOM attributes to FontAwesomeIconProps to Typescript definitions #151 #196
0.1.6 - 2019-10-10
- Ignore null values for pull, rotation, and size props #289
0.1.5 - 2019-09-29
- Full support for Duotone icons
0.1.4 - 2019-01-15
- Upgrade to Babel 7 and Rollup 1 #213
- Thrown error in IE11
0.1.3 - 2018-09-06
- Add title prop #180
0.1.2 - 2018-08-12
- Better table of contents in README.md #172
0.1.1 - 2018-08-07
- Added tabIndex to TypeScript definitions #168
0.1.0 - 2018-06-20
- Upgraded to the newer Font Awesome 5.1 packages
0.0.20 - 2018-05-15
- Added displayName to FontAwesomeIcon component
0.0.19 - 2018-04-29
- Moved prop-types from peerDependencies to dependencies #87
0.0.18 - 2018-03-23
- Peer dependency warnings #103
0.0.17 - 2017-12-19
- Documentation and example improvements
- Use cross-env to support Windows
- Support for @fortawesome/fontawesome 1.1.0
0.0.16 - 2017-12-09
- Better documentation in the README
0.0.15 - 2017-12-08
- Missing icons no longer return
undefined
which caused React to be noisy about a misbehaving component