Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.38 KB

3.3.0 (2022-05-23)

Bug Fixes

  • fix: tsc target to es5
  • rewirte worker.js use function
  • fix: gitignore

3.2.5 (2022-05-23)

Bug Fixes

  • 修复关闭 md5 功能依旧创建 worker 问题 (f856455)
  • 修复参数过期 (14d79ed)
  • 修复上传顺序 (a592e9e)
  • 修复上传中删除文件,导致最后 checkComplete 不准确 (79e16a5)
  • 修复 File is undefined in safari (8d537fd)

Features

  • 增加图片缩略图 thumbUrl,原 thumbUrl 字段改为 originUrl (5b76063)
  • 自定义上传 key & 可配置管理文件访问权限 (010a265)
  • add previewSize option (34daf78)
  • add workerUrl options (126638a)