Skip to content

Releases: hillpy/EasyUploader

v0.0.10

28 Jun 03:09
Compare
Choose a tag to compare
  • fix common function.
  • fix drag upload.

v0.0.9

28 Apr 16:51
Compare
Choose a tag to compare
  • modify default language to 'cn'
  • fix some bug(delete file in formData when xhr)
  • add option 'tipDurationTime'
  • add properties 'classPrefix', 'version'

v0.0.8

23 Apr 12:29
Compare
Choose a tag to compare
  • Insert the created input(type=file) after the binding element.
  • Fix some bugs.
  • update document.

v0.0.8-beta

01 Jan 08:17
Compare
Choose a tag to compare
  • Refactoring project.
  • Use eslint, editorconfig specification project.
  • Modify the project name to EasyUploader.
  • Update document.

v0.0.7-beta

29 Dec 04:33
Compare
Choose a tag to compare
  • Document preparation completed.
  • Modify the value of the language option.

v0.0.6-beta

27 Dec 02:35
Compare
Choose a tag to compare
  • Modify project to English.
  • Fix some bug.

v0.0.5-beta

25 Dec 09:18
Compare
Choose a tag to compare
  • 新增language选项
  • 修改文档

v0.0.4-beta

24 Dec 01:35
Compare
Choose a tag to compare
  • 完善提示信息

v0.0.2-beta

19 Dec 05:48
Compare
Choose a tag to compare
  • 修复upload()方法的隐藏bug
  • 修复提示层显示UI的bug

0.0.1-beta

18 Dec 07:27
Compare
Choose a tag to compare

第一个版本,0.0.1-beta,功能如下:

  • 实现单文件上传
  • 上传图片时,在前端实现对图片的压缩
  • 实现文件拖曳上传
  • 修正相机拍照上传出现的方向旋转问题