You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-25Lines changed: 30 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@
10
10
11
11
<!-- toc -->
12
12
13
-
-[Documentation](#documentation)
14
-
-[How to Help](#how-to-help)
15
-
-[Contributors](#contributors)
16
-
-[Releasing this project (only project owners can do this)](#releasing-this-project-only-project-owners-can-do-this)
13
+
-[react-fontawesome](#react-fontawesome)
14
+
-[Documentation](#documentation)
15
+
-[Compatibility](#compatibility)
16
+
-[How to Help](#how-to-help)
17
+
-[Contributors](#contributors)
18
+
-[Releasing this project (only project owners can do this)](#releasing-this-project-only-project-owners-can-do-this)
17
19
18
20
<!-- tocstop -->
19
21
@@ -22,10 +24,11 @@
22
24
`react-fontawesome` now supports `forwardRef` for version `0.2.x` or above. This was a breaking change so if you are using React older than version 16.3.0 choose the `0.1.x` version of this component.
23
25
24
26
## Compatibility
27
+
25
28
| React version | react-fontawesome version |
26
-
| - | - |
27
-
| < 16.3.0 | 0.1.x |
28
-
| >= 16.3.0 | 0.2.x |
29
+
| -------------|------------------------- |
30
+
| < 16.3.0 | 0.1.x|
31
+
| >= 16.3.0 | 0.2.x|
29
32
30
33
Official documentation is hosted at fontawesome.com:
31
34
@@ -48,24 +51,26 @@ The following contributors have either helped to start this project, have contri
48
51
code, are actively maintaining it (including documentation), or in other ways
49
52
being awesome contributors to this project. **We'd like to take a moment to recognize them.**
0 commit comments