|
1 | | -# History |
2 | | ----- |
| 1 | +# Changelog |
3 | 2 |
|
4 | | -### 3.3.0 |
| 3 | +## 3.3.1 |
| 4 | + |
| 5 | +- refatcor: change timeout to promise. [#277](https://github.com/react-component/upload/pull/277) |
| 6 | + |
| 7 | +## 3.3.0 |
5 | 8 |
|
6 | 9 | `2020-08-31` |
7 | 10 |
|
8 | 11 | - chore: use father. [#268](https://github.com/react-component/upload/pull/268) |
9 | 12 |
|
10 | | -### 3.2.0 |
| 13 | +## 3.2.0 |
11 | 14 |
|
12 | 15 | - support `onClick` `onMouseEnter` `onMouseLeave`. |
13 | 16 |
|
14 | | -### 3.1.0 |
| 17 | +## 3.1.0 |
15 | 18 |
|
16 | 19 | - `data` could return Promise. |
17 | 20 |
|
18 | | -### 3.0.0 |
| 21 | +## 3.0.0 |
19 | 22 |
|
20 | 23 | - Drop support of IE8/9. |
21 | 24 |
|
22 | | -### 2.9.0 |
| 25 | +## 2.9.0 |
23 | 26 |
|
24 | 27 | - Support `method`. #197 |
25 | 28 |
|
26 | | -### 2.8.0 |
| 29 | +## 2.8.0 |
27 | 30 |
|
28 | 31 | - `multiple` will works on drag upload. |
29 | 32 |
|
30 | | -### 2.7.0 |
| 33 | +## 2.7.0 |
31 | 34 |
|
32 | 35 | - Support `transformFile` props to handle file before upload. |
33 | 36 |
|
34 | | -### 2.6.5 |
| 37 | +## 2.6.5 |
35 | 38 |
|
36 | 39 | - fix `openFileDialogOnClick={false}` not to prevent on Enter event. |
37 | 40 |
|
38 | | -### 2.6.0 / 2018-09-21 |
| 41 | +## 2.6.0 / 2018-09-21 |
39 | 42 |
|
40 | 43 | - Add `openFileDialogOnClick`. |
41 | 44 |
|
42 | | -### 2.5.0 / 2018-06-12 |
| 45 | +## 2.5.0 / 2018-06-12 |
43 | 46 |
|
44 | 47 | - Support upload directory. [#114](https://github.com/react-component/upload/pull/114) |
45 | 48 | - Support `action={(file) => Promise}`. [#97](https://github.com/react-component/upload/pull/97) |
46 | 49 | - Fix a bluebird promise warning. [#110](https://github.com/react-component/upload/pull/110) |
47 | 50 |
|
48 | | -### 2.4.0 / 2017-07-15 |
| 51 | +## 2.4.0 / 2017-07-15 |
49 | 52 |
|
50 | 53 | - Add XHR for onSuccess callback by @xiangkaiy [!85](https://github.com/react-component/upload/pull/85) |
51 | 54 |
|
52 | | -### 2.3.8 / 2017-06-21 |
| 55 | +## 2.3.8 / 2017-06-21 |
53 | 56 |
|
54 | 57 | - fix issue #80 & #81 [#82](https://github.com/react-component/upload/pull/82) |
55 | 58 |
|
56 | | -### 2.3.5 / 2017-05-01 |
| 59 | +## 2.3.5 / 2017-05-01 |
57 | 60 |
|
58 | 61 | - Fix prop-types and create-react-class warning [!67](https://github.com/react-component/upload/pull/67) |
59 | 62 |
|
60 | | -### 2.3.4 / 2017-03-10 |
| 63 | +## 2.3.4 / 2017-03-10 |
61 | 64 |
|
62 | 65 | - disable upload progress listener in request if onPress is not set [!65](https://github.com/react-component/upload/pull/65) |
63 | 66 |
|
64 | | -### 2.3.3 / 2017-02-20 |
| 67 | +## 2.3.3 / 2017-02-20 |
65 | 68 |
|
66 | 69 | - beforeUpload add empty catch function when promise passed, fix [#64](https://github.com/react-component/upload/issues/64) |
67 | 70 |
|
68 | | -### 2.3.2 / 2016-12-30 |
| 71 | +## 2.3.2 / 2016-12-30 |
69 | 72 |
|
70 | 73 | - Fix crash if customRequest does not call onSuccess() / onError() [!60](https://github.com/react-component/upload/pull/60) |
71 | 74 |
|
72 | | -### 2.3.0 / 2016-12-12 |
| 75 | +## 2.3.0 / 2016-12-12 |
73 | 76 |
|
74 | 77 | - expose file list as argument to `beforeUpload` [!57](https://github.com/react-component/upload/pull/57) |
75 | 78 |
|
76 | | -### 2.2.0 / 2016-10-13 |
| 79 | +## 2.2.0 / 2016-10-13 |
77 | 80 |
|
78 | 81 | - support custom request option [!53](https://github.com/react-component/upload/pull/53) |
79 | 82 |
|
80 | | -### 2.1.1 / 2016-09-23 |
| 83 | +## 2.1.1 / 2016-09-23 |
81 | 84 |
|
82 | 85 | - support Blob file upload [!52](https://github.com/react-component/upload/pull/52) |
83 | 86 |
|
84 | | -### 2.1.0 / 2016-09-20 |
| 87 | +## 2.1.0 / 2016-09-20 |
85 | 88 |
|
86 | 89 | - add `className` prop |
87 | 90 |
|
88 | | -### 2.0.0 / 2016-08-10 |
| 91 | +## 2.0.0 / 2016-08-10 |
89 | 92 |
|
90 | 93 | - add abort api |
91 | 94 | - props.onStart's argument is always a single File |
92 | 95 | - add disabled prop |
93 | 96 |
|
94 | | -### 1.14.1 / 2016-07-19 |
| 97 | +## 1.14.1 / 2016-07-19 |
95 | 98 |
|
96 | 99 | - fix ajax multiple load |
97 | 100 |
|
98 | | -### 1.14.0 / 2016-07-19 |
| 101 | +## 1.14.0 / 2016-07-19 |
99 | 102 |
|
100 | 103 | - add component/style prop |
101 | 104 |
|
102 | | -### 1.13.0 / 2016-06-02 |
| 105 | +## 1.13.0 / 2016-06-02 |
103 | 106 |
|
104 | 107 | - add disabled state |
105 | 108 | - https://github.com/react-component/upload/issues/37 |
106 | 109 |
|
107 | | -### 1.12.0 2016-05-10 |
| 110 | +## 1.12.0 2016-05-10 |
108 | 111 |
|
109 | 112 | - add supportServerRender prop |
110 | 113 |
|
111 | | -### 1.11.0 2016-05-03 |
| 114 | +## 1.11.0 2016-05-03 |
112 | 115 |
|
113 | 116 | - Allow all 2xx status as success status, not only 200. fix #34 |
114 | 117 | - When `headers['X-Requested-With'] = null` , request do not set X-Requested-With as XMLHttpRequest , fix #33 |
115 | 118 |
|
116 | | -### 1.9.0 2016-03-23 |
| 119 | +## 1.9.0 2016-03-23 |
117 | 120 |
|
118 | 121 | - pass file to data if data's type is function |
119 | 122 |
|
120 | | -### 1.8.1 2016-03-16 |
| 123 | +## 1.8.1 2016-03-16 |
121 | 124 |
|
122 | 125 | - fix InvalidStateError in IE 10 |
123 | 126 | - fix #30 |
124 | 127 |
|
125 | | -### 1.8.0 2016-01-14 |
| 128 | +## 1.8.0 2016-01-14 |
126 | 129 |
|
127 | 130 | - support custom XHR headers |
128 | 131 |
|
129 | | -### 1.7.2 2016-01-13 |
| 132 | +## 1.7.2 2016-01-13 |
130 | 133 |
|
131 | 134 | - add prop withCredentials config |
132 | 135 |
|
133 | | -### 1.7.0 2015-10-27 |
| 136 | +## 1.7.0 2015-10-27 |
134 | 137 |
|
135 | 138 | - react 0.14 support |
136 | 139 | - remove superagent |
137 | 140 |
|
138 | | -### 1.6.6 2015-09-29 |
| 141 | +## 1.6.6 2015-09-29 |
139 | 142 |
|
140 | 143 | - feat: add beforeUpload support, [#19](https://github.com/react-component/upload/pull/19) |
141 | 144 |
|
142 | | -### 1.5.2 2015-09-18 |
| 145 | +## 1.5.2 2015-09-18 |
143 | 146 |
|
144 | 147 | - fix: Fixed bug calling wrong method name [#13](https://github.com/react-component/upload/pull/13) |
145 | 148 |
|
146 | | -### 1.5.0 2015-09-16 |
| 149 | +## 1.5.0 2015-09-16 |
147 | 150 |
|
148 | 151 | - feat: add getFormContainer prop to decide container where form to be inserted. |
149 | 152 |
|
150 | | -### 1.4.4 2015-09-16 |
| 153 | +## 1.4.4 2015-09-16 |
151 | 154 |
|
152 | 155 | - feat: Added aria role and keyboard navigation, pr[#9](https://github.com/react-component/upload/pull/9) |
153 | 156 |
|
154 | | -### 1.4.2 2015-09-15 |
| 157 | +## 1.4.2 2015-09-15 |
155 | 158 |
|
156 | 159 | - fix: IframeUpload move form to body [#8](https://github.com/react-component/upload/pull/8) |
157 | 160 |
|
158 | | -### 1.4.0 2015-09-09 |
| 161 | +## 1.4.0 2015-09-09 |
159 | 162 |
|
160 | 163 | - onStart file argument change to a array when multiple files uploaded |
161 | 164 |
|
162 | | -### 1.3.0 2015-08-12 |
| 165 | +## 1.3.0 2015-08-12 |
163 | 166 |
|
164 | 167 | - onError arguments change to `err, responce, file` |
165 | 168 |
|
166 | | -### 1.2.3 2015-07-17 |
| 169 | +## 1.2.3 2015-07-17 |
167 | 170 |
|
168 | 171 | - support file drop |
169 | 172 |
|
170 | | -### 1.2.2 2015-06-25 |
| 173 | +## 1.2.2 2015-06-25 |
171 | 174 |
|
172 | 175 | - `fix` pr[#2](https://github.com/react-component/upload/pull/2) |
173 | 176 |
|
174 | | -### 1.2.1 2015-06-24 |
| 177 | +## 1.2.1 2015-06-24 |
175 | 178 |
|
176 | 179 | - `feat` Finish basic funcion |
0 commit comments