Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Releases: fengyuanchen/cropper

v0.7.4

24 Nov 13:18
Compare
Choose a tag to compare
  • Improve "getDataURL" method, enable to customize the image sizes (#105).
  • Fix the issue of destory (#101).
  • Fix the issue of canvas (#106).

v0.7.3

15 Nov 10:47
Compare
Choose a tag to compare
  • Supports cross-origin image (#96, #97).
  • Add a new option: "autoCropArea".
  • Improve "movable" option.
  • Output rotation degree by "getImageData" method (#94).

v0.7.2

11 Nov 09:17
Compare
Choose a tag to compare
  • Fix the image rotation error in Firefox (#92).

v0.7.1

08 Nov 09:25
Compare
Choose a tag to compare
  • Refactor "rotate" method (#88).
  • Fix the issue of free ratio (#87).
  • Improve "getDataURL" method (#86).
  • Optimize event listeners.

v0.7.0

21 Oct 11:43
Compare
Choose a tag to compare
  • Supports zoom (#36, #79).
  • Supports rotation (#1, #81).
  • Add two new options: "zoomable" and "rotatable".
  • Add six new methods: "enable", "disable", "zoom", "rotate", "getDataURL" (#80) and "setDragMode".
  • Rename "release" method to "clear".
  • Rename "setImgSrc" method to "replace".
  • Rename "getImgInfo" method to "getImageData".
  • Some other improvements.

v0.6.2

11 Oct 15:15
Compare
Choose a tag to compare
  • Hide the modal when release the crop box.
  • Improve touch events.

v0.6.1

03 Oct 14:38
Compare
Choose a tag to compare
  • Fix an event error.

v0.6.0

20 Sep 12:30
Compare
Choose a tag to compare
  • Add six new options: "dashed", "build", "built", "dragstart", "dragmove" and "dragend".
  • Add three new events: "dragstart.cropper", "dragmove.cropper" and "dragend.cropper".
  • Remove an old event: "render.cropper".
  • Supports to toggle the dashed lines by "dashed" option (#68).
  • Fix the issue of events (#71).
  • Optimize the source code.