Releases: fengyuanchen/cropperjs
Releases · fengyuanchen/cropperjs
v1.1.2
- Normalize related decimal numbers when crop an image with canvas.
v1.1.1
- Supports to load in node environment (#237).
- Fixed a bug of event binding (#238).
v1.1.0
- 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
- 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
- Added two new options (
imageSmoothingEnabled
and imageSmoothingQuality
) to getCroppedCanvas
method.
- Fixed a bug of RegExp using (#195 by @arusakov).
v1.0.0-rc.2
- Fixed the issue of canvas box initialization (#179).
v1.0.0-rc.1
- 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
- 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
- Fixed the bug of rotate square image lead image shrink (#155).
- Improved RegExps for DataURL processing (#156).
v1.0.0-beta.1
- Use CSS3 2D Transforms instead of
left
and top
for better performance (#138).
- Set
withCredentials
attribute when read the image data by XMLHttpRequest (#141).