Skip to content

Commit 7986bd3

Browse files
committed
3.1.0
1 parent c4fe35f commit 7986bd3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# History
22
----
33

4+
## 3.1.0
5+
6+
- Add `tailContent`.
7+
48
## 3.0.0
59

610
- Rewrite from bottom.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ online example: http://react-component.github.io/steps/examples/
109109
</tr>
110110
<tr>
111111
<td>icon</td>
112-
<td>ReactNode or string</td>
112+
<td>ReactNode</td>
113113
<td></td>
114114
<td>set icon of step item</td>
115115
</tr>
@@ -119,6 +119,12 @@ online example: http://react-component.github.io/steps/examples/
119119
<td></td>
120120
<td>status of current Steps, could be `error` `process` `finish` `wait`</td>
121121
</tr>
122+
<tr>
123+
<td>tailContent</td>
124+
<td>ReactNode</td>
125+
<td></td>
126+
<td>content above tail</td>
127+
</tr>
122128
</tbody>
123129
</table>
124130

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-steps",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "steps ui component for react",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)