Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 1.71 KB

HISTORY.md

File metadata and controls

83 lines (45 loc) · 1.71 KB

History


1.14.0 / 2016-06-14

1.13.0 / 2016-06-02

1.12.0 2016-05-10

  • add supportServerRender prop

1.11.0 2016-05-03

  • Allow all 2xx status as success status, not only 200. fix #34
  • When headers['X-Requested-With'] = null , request do not set X-Requested-With as XMLHttpRequest , fix #33

1.9.0 2016-03-23

  • pass file to data if data's type is function

1.8.1 2016-03-16

  • fix InvalidStateError in IE 10
  • fix #30

1.8.0 2016-01-14

  • support custom XHR headers

1.7.2 2016-01-13

  • add prop withCredentials config

1.7.0 2015-10-27

  • react 0.14 support
  • remove superagent

1.6.6 2015-09-29

  • feat: add beforeUpload support, #19

1.5.2 2015-09-18

  • fix: Fixed bug calling wrong method name #13

1.5.0 2015-09-16

  • feat: add getFormContainer prop to decide container where form to be inserted.

1.4.4 2015-09-16

  • feat: Added aria role and keyboard navigation, pr#9

1.4.2 2015-09-15

  • fix: IframeUpload move form to body #8

1.4.0 2015-09-09

  • onStart file argument change to a array when multiple files uploaded

1.3.0 2015-08-12

  • onError arguments change to err, responce, file

1.2.3 2015-07-17

  • support file drop

1.2.2 2015-06-25

  • fix pr#2

1.2.1 2015-06-24

  • feat Finish basic funcion