Releases: fengyuanchen/cropper
Releases · fengyuanchen/cropper
v2.3.3
- Allow scroll when the
dragMode
is "none" on touch screens (#727).
- Fixed the issue of orientation transform (#740).
v2.3.2
- Fixed wrong property reference (#705)
- Fixed the wrong place of the crop event triggering (#706).
- Fixed the calling order of
scale
and rotate
(#709).
v2.3.1
- Improved the rotate and scale transform behaviour (#633, idea by afeibus).
- Improved the
getCroppedCanvas
method to return the whole canvas if it is not cropped (#666, PR by @vinnymac).
- Check cross origin setting when load image by XMLHTTPRequest (#669)
v2.3.0
- Added a new parameter to the
replace
method for applying filters.
- Improved the image initializing for Safari (#120, #509).
- Fixed incorrect size limitation of the crop box.
- Fixed incorrect cropped canvas when scaleX or scaleY great than 1 (#598).
v2.2.5
- Fixed crossOriginUrl undefined error when exists the
crossOrigin
property.
v2.2.4
- Fixed a dimension bug in the "getCroppedCanvas" method.
- Added an example for cropping round image.
v2.2.3
- Supports to zoom from event triggering point.
v2.2.2
- Limit wheel speed to prevent zoom too fast
- Improve the
setCropBoxData
method
v2.2.1
- Handle Data URL (Fixed #540: avoid to use XMLHttpRequest to open a Data URL)
- Handle ajax error when load ArrayBuffer
- Not to transform the image to base64 when Orientation equals to
1
v2.2.0
- Added a new option:
checkOrientation
(#120, #509)
- Added a timestamp to the url of preview image (#531)