UNPKG

2.12 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.4](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.4) - 2019-01-15
10
11### Changed
12
13- Upgrade to Babel 7 and Rollup 1 #213
14
15### Fixed
16
17- Thrown error in IE11
18
19---
20
21## [0.1.3](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.3) - 2018-09-06
22
23### Added
24
25- Add title prop #180
26
27---
28
29## [0.1.2](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.2) - 2018-08-12
30
31### Changed
32
33- Better table of contents in README.md #172
34
35---
36
37## [0.1.1](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.1) - 2018-08-07
38
39### Changed
40
41- Added tabIndex to TypeScript definitions #168
42
43---
44
45## [0.1.0](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.0) - 2018-06-20
46
47### Changed
48
49- Upgraded to the newer Font Awesome 5.1 packages
50
51---
52
53## [0.0.20](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.20) - 2018-05-15
54
55### Added
56
57- Added displayName to FontAwesomeIcon component
58
59---
60
61## [0.0.19](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.19) - 2018-04-29
62
63### Changed
64
65- Moved prop-types from peerDependencies to dependencies #87
66
67---
68
69## [0.0.18](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.18) - 2018-03-23
70
71### Fixed
72
73- Peer dependency warnings #103
74
75---
76
77## [0.0.17](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.17) - 2017-12-19
78
79### Changed
80
81- Documentation and example improvements
82- Use cross-env to support Windows
83- Support for @fortawesome/fontawesome 1.1.0
84
85---
86
87## [0.0.16](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.16) - 2017-12-09
88
89### Changed
90
91- Better documentation in the README
92
93---
94
95## [0.0.15](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.15) - 2017-12-08
96
97### Fixed
98
99- Missing icons no longer return `undefined` which caused React to be noisy about a misbehaving component