Skip to content

Latest commit

 

History

History
280 lines (121 loc) · 8.45 KB

CHANGELOG.md

File metadata and controls

280 lines (121 loc) · 8.45 KB

1.0.25 (2021-06-19)

Bug Fixes

  • delete image uncorrect when swipe preview image (eccaadb)

1.0.24 (2021-03-25)

Features

  • support custom limit prompt (6e19c8f)

1.0.23 (2020-09-02)

Bug Fixes

  • config export blob new FIle's otion.type as file.type (1fb91c2)

1.0.22 (2020-09-01)

Bug Fixes

  • replace canvas.toBlob the second parameter to file.type (1a9fb73)

1.0.21 (2020-08-29)

1.0.20 (2020-08-24)

1.0.19 (2020-08-24)

Bug Fixes

  • handleFile 返回blob更换为File,用于保存原始filename (9e4321c)

1.0.18 (2020-06-12)

Bug Fixes

  • image auto rotate in ios13.4 (a484617)

1.0.17 (2019-12-12)

Features

  • xhr support custom header & withCredentials (5e98c0a)

1.0.16 (2019-11-23)

Bug Fixes

  • image/png should not doSquash (fe10152)

1.0.15 (2019-11-09)

Features

  • preview image swipe (a01552b)
  • use photoswipe as preview plan (5409925)

1.0.14 (2019-07-26)

Bug Fixes

  • when on-error should render fileList (bb98b57)

1.0.13 (2019-07-26)

Bug Fixes

  • listener event Name changed (bce5c92)

1.0.12 (2019-07-25)

Bug Fixes

  • multiple preview backgroundImage replace (66de0df)

1.0.11 (2019-07-25)

Bug Fixes

1.0.10 (2019-07-25)

1.0.9 (2019-07-25)

Bug Fixes

  • support merge async prop files (a40271b)

1.0.8 (2019-07-25)

Features

  • supoort return async delete action when onDelete event emit (e5b8fa8)
  • support extra params for post FormData, and rename the file key (747a38d)
  • support readonly property (106b59f)

1.0.7 (2019-05-06)

Bug Fixes

  • on change complete should clear input's fileList (d839318)

1.0.6 (2019-05-06)

1.0.5 (2019-05-05)

Bug Fixes

  • onChange should return natural FileList (6b21754)

1.0.4 (2019-04-29)

Bug Fixes

  • when upload length greater than limit (5ead751)

Reverts

  • add travis-ci build demo command (7587add)

1.0.3 (2019-04-29)

Bug Fixes

Features

  • add v-model output fileList and extends File attribute (75c6661)

1.0.2 (2018-11-30)

Bug Fixes

  • onprogress precent calculate (b9ac5e9)

1.0.1 (2018-11-12)

Bug Fixes

  • remove orientation judgement (31967ab)

Features

  • support multiple select (caa0c0b)

1.0.0 (2018-10-08)

Bug Fixes

  • add build:demo command for example build (6190ae3)
  • change git hook (b749b33)
  • change pre-commit command (ae66477)

Features

  • add delete function for preview img (54318be)
  • add preview for file (0de602f)
  • complete html media capture (7c93049)
  • compress image during input change (3fdd83f)
  • fileReader read image to render (ff0ac23)
  • fileReader read image to render (3283d4c)
  • init project (99103db)
  • supoort remote ajax post the picture (3d3f706)
  • support progress (de35c48)

Performance Improvements

  • compress image with deviceRatio (a85de7f)
  • reduce build bundle (57f6472)