mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
upgrade rc-upload to 1.6.x
This commit is contained in:
parent
d8a2325653
commit
961b990f07
@ -11,6 +11,7 @@ var Upload = antd.Upload;
|
||||
var message = antd.message;
|
||||
|
||||
var props = {
|
||||
name: 'file',
|
||||
action: '/upload.do',
|
||||
onChange(info) {
|
||||
if (info.file.status !== 'uploading') {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "0.9.1-beta10",
|
||||
"version": "0.9.1-beta11",
|
||||
"stableVersion": "0.9.0",
|
||||
"title": "Ant Design",
|
||||
"description": "一个 UI 设计语言",
|
||||
@ -58,7 +58,7 @@
|
||||
"rc-tabs": "~5.3.2",
|
||||
"rc-tooltip": "~2.6.4",
|
||||
"rc-tree": "~0.15.4",
|
||||
"rc-upload": "~1.5.0",
|
||||
"rc-upload": "~1.6.4",
|
||||
"rc-util": "~2.0.3",
|
||||
"react-slick": "~0.7.0",
|
||||
"reqwest-without-xhr2": "~2.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user