Releases: fengyuanchen/cropperjs
Releases · fengyuanchen/cropperjs
v1.1.0
- Added 4 new options to
getCroppedCanvas
method:minWidth
,minHeight
,maxWidth
andmaxHeight
. - Enhanced image scaling: the
scaleX
andscaleY
values should only be1
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
v1.0.0-rc.3
v1.0.0-rc.2
- Fixed the issue of canvas box initialization (#179).
v1.0.0-rc.1
- Change the
main
field value fromdist/cropper.js
(UMD) todist/cropper.common.js
(CommonJS). - Added
module
andbrowser
fields topackage.json
.
v1.0.0-rc
v1.0.0-beta.2
v1.0.0-beta.1
v1.0.0-beta
v1.0.0-alpha
- Built JavaScript with Rollup.
- Build CSS with PostCSS.
- Fixed a bug of auto crop when replace the image (#83).