Releases: fengyuanchen/cropperjs
Releases · fengyuanchen/cropperjs
v0.8.1
v0.8.0
- Removed
build
event. - Renamed
built
event toready
. - Fixed the error of orientation transform.
- Ported code to ECMAScript 6.
v0.7.2
- Fixed a bug of
data-*
attributes setting and getting. - Fixed the calling order of
scale
androtate
.
v0.7.1
- Improved the rotate and scale transform behaviour.
- Improved the
getCroppedCanvas
method (returns the whole canvas if it is not cropped). - Check cross origin setting when load image by XMLHTTPRequest.
v0.7.0
- Supports 7 custom events:
build
,built
,cropstart
,cropmove
,cropend
,crop
andzoom
. - The original callback options become shortcuts of these events now.
- IE8 is no longer supported after added these custom events.
v0.6.0
v0.5.6
v0.5.5
- Fixed a dimension bug in the "getCroppedCanvas" method.
- Added an example for cropping round image.
v0.5.4
- Supports to zoom from event triggering point.