Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 20, 2016
1 parent 8383e17 commit 13a1dc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# History
----

### 2.1.0 / 2016-09-20

- add `className` prop

### 2.0.0 / 2016-08-10

- add abort api
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ React.render(<Upload />, container);
|-----|---|--------|----|
|name | string | file| file param post to server |
|style | object | {}| root component inline style |
|className | string | - | root component className |
|disabled | boolean | false | whether disabled |
|component | "div"|"span" | "span"| wrap component name |
|supportServerRender | boolean | false| whether to support server render |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-upload",
"version": "2.0.4",
"version": "2.1.0",
"description": "upload ui component for react",
"keywords": [
"react",
Expand Down

0 comments on commit 13a1dc1

Please sign in to comment.