UNPKG

2.97 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
7---
8
9## [0.1.9](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.9) - 2020-03-05
10
11### Fixed
12
13- Have FontAwesomeIconProps interface extend SVGAttributes, fixes #324
14
15---
16
17## [0.1.8](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.8) - 2019-12-06
18
19### Fixed
20
21- Add swapOpacity to Typescript definitions #308
22
23---
24
25## [0.1.7](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.7) - 2019-10-19
26
27### Fixed
28
29- Add DOM attributes to FontAwesomeIconProps to Typescript definitions #151 #196
30
31---
32
33## [0.1.6](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.6) - 2019-10-10
34
35### Fixed
36
37- Ignore null values for pull, rotation, and size props #289
38
39---
40
41## [0.1.5](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.5) - 2019-09-29
42
43### Added
44
45- Full support for Duotone icons
46
47---
48
49## [0.1.4](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.4) - 2019-01-15
50
51### Changed
52
53- Upgrade to Babel 7 and Rollup 1 #213
54
55### Fixed
56
57- Thrown error in IE11
58
59---
60
61## [0.1.3](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.3) - 2018-09-06
62
63### Added
64
65- Add title prop #180
66
67---
68
69## [0.1.2](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.2) - 2018-08-12
70
71### Changed
72
73- Better table of contents in README.md #172
74
75---
76
77## [0.1.1](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.1) - 2018-08-07
78
79### Changed
80
81- Added tabIndex to TypeScript definitions #168
82
83---
84
85## [0.1.0](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.0) - 2018-06-20
86
87### Changed
88
89- Upgraded to the newer Font Awesome 5.1 packages
90
91---
92
93## [0.0.20](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.20) - 2018-05-15
94
95### Added
96
97- Added displayName to FontAwesomeIcon component
98
99---
100
101## [0.0.19](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.19) - 2018-04-29
102
103### Changed
104
105- Moved prop-types from peerDependencies to dependencies #87
106
107---
108
109## [0.0.18](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.18) - 2018-03-23
110
111### Fixed
112
113- Peer dependency warnings #103
114
115---
116
117## [0.0.17](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.17) - 2017-12-19
118
119### Changed
120
121- Documentation and example improvements
122- Use cross-env to support Windows
123- Support for @fortawesome/fontawesome 1.1.0
124
125---
126
127## [0.0.16](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.16) - 2017-12-09
128
129### Changed
130
131- Better documentation in the README
132
133---
134
135## [0.0.15](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.15) - 2017-12-08
136
137### Fixed
138
139- Missing icons no longer return `undefined` which caused React to be noisy about a misbehaving component