Releases: fengyuanchen/cropperjs
Releases · fengyuanchen/cropperjs
v1.1.2
18 Oct 13:31
Compare
Sorry, something went wrong.
No results found
Normalize related decimal numbers when crop an image with canvas.
v1.1.1
11 Oct 13:44
Compare
Sorry, something went wrong.
No results found
Supports to load in node environment (#237 ).
Fixed a bug of event binding (#238 ).
v1.1.0
08 Oct 09:23
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed the issue of canvas box initialization (#179 ).
v1.0.0-rc.1
30 Apr 03:32
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Use CSS3 2D Transforms instead of left
and top
for better performance (#138 ).
Set withCredentials
attribute when read the image data by XMLHttpRequest (#141 ).