Skip to content

Releases: fengyuanchen/cropperjs

v1.1.0

08 Oct 09:23
Compare
Choose a tag to compare
  • Added 4 new options to getCroppedCanvas method: minWidth, minHeight, maxWidth and maxHeight.
  • Enhanced image scaling: the scaleX and scaleY values should only be 1 or -1 before, but now they can be any numbers.
  • Improved crop box resizing behaviour in the northeast, northwest, southeast and southwest directions. (#222).

v1.0.0

03 Sep 13:18
Compare
Choose a tag to compare
  • Fixed a bug of zoom out after cleared the crop box in view mode 1, 2 and 3 (#209).
  • Fixed a bug of crop box resizing (#222).

v1.0.0-rc.3

07 Jul 13:07
Compare
Choose a tag to compare
  • Added two new options (imageSmoothingEnabled and imageSmoothingQuality) to getCroppedCanvas method.
  • Fixed a bug of RegExp using (#195 by @arusakov).

v1.0.0-rc.2

30 May 05:10
Compare
Choose a tag to compare
  • Fixed the issue of canvas box initialization (#179).

v1.0.0-rc.1

30 Apr 03:32
Compare
Choose a tag to compare
  • Change the main field value from dist/cropper.js (UMD) to dist/cropper.common.js (CommonJS).
  • Added module and browser fields to package.json.

v1.0.0-rc

25 Mar 12:07
Compare
Choose a tag to compare
  • Fixed the bug of touch zoom (#161).
  • Fixed the bug of window resize (#162).
  • Improve the toggleDragModeOnDblclick option (only available when the dragMode option is set to crop or move)

v1.0.0-beta.2

25 Feb 08:07
Compare
Choose a tag to compare
  • Fixed the bug of rotate square image lead image shrink (#155).
  • Improved RegExps for DataURL processing (#156).

v1.0.0-beta.1

21 Jan 13:19
Compare
Choose a tag to compare
  • Use CSS3 2D Transforms instead of left and top for better performance (#138).
  • Set withCredentials attribute when read the image data by XMLHttpRequest (#141).

v1.0.0-beta

01 Jan 08:39
Compare
Choose a tag to compare
  • Supports to set an element for preview (#113).
  • Improved event handler for Pointer Events (#127).

v1.0.0-alpha

04 Dec 14:19
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
  • Built JavaScript with Rollup.
  • Build CSS with PostCSS.
  • Fixed a bug of auto crop when replace the image (#83).