All Versions
68
Latest Version
Avg Release Cycle
58 days
Latest Release
1209 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.1.0 Changes
December 02, 2015- โ Added new
restore
option
- โ Added new
-
v2.0.2 Changes
November 30, 2015- ๐ Fixed #476: Floor the numerical parameters for
CanvasRenderingContext2D.drawImage
- ๐ Fixed #476: Floor the numerical parameters for
-
v2.0.1 Changes
November 18, 2015- ๐ Improved new crop box creating
-
v2.0.0 Changes
November 11, 2015Common
- ๐ Supports four modes
- ๐ Supports three drag modes
- ๐ Improved the experience of cropping
- ๐ Makes the crop box's borders and handlers visible when overflow
- ๐ Fixed an issue of canvas limitation
- ๐ Fixed an issue of cropping
Options
- โ Added
viewMode
- โ Added
dragMode
- ๐ Renamed
touchDragZoom
tozoomOnTouch
- ๐ Renamed
mouseWheelZoom
tozoomOnWheel
- ๐ Renamed
doubleClickToggle
totoggleDragModeOnDblclick
- ๐ Renamed
checkImageOrigin
tocheckCrossOrigin
- โ Removed
strict
(supported byviewMode: 1
) - โ Removed
dragCrop
(supported bydragMode: 'crop'
)
Methods
- โ Added
moveTo
- โ Added
zoomTo
- โ Added
rotateTo
- โ Added
scaleX
- โ Added
scaleY
- ๐ Improved
getCanvasData
(addednaturalWidth
andnaturalHeight
)
Events
- ๐ Improved
zoom
(changedevent.ratio
and addedevent.oldRatio
)
-
v1.0.0 Changes
October 10, 2015- ๐ Improved canvas limitation
- ๐ Improved preview
- ๐ Improved test
- ๐ Fixed an error in the
clear
method (missed parameters) - ๐ Fixed the issue of crop box limitation (#430)
-
v1.0.0-rc.1 Changes
September 05, 2015- ๐ Moved from Less to Sass
- ๐ Fixed the issue of
destroy
method (#434) - ๐ Fixed the issue on IE8 (#319)
- โ Added an example for customizing preview
- โ Added download button to documentation
- โ Added FAQ
-
v0.11.1 Changes
August 22, 2015- โก๏ธ Optimize "built" and "crop" events
- ๐ Improve the starting speed (#422)
- ๐ Improve the building process (#428)
- ๐ Fix event issue on IE8 (#319)
-
v0.11.0 Changes
August 10, 2015- ๐ Improve
setCropBoxData
method (#385) - ๐ Fix event issue on IE10 (#394)
- โก๏ธ Optimize code (use
var
for per variable)
Options
- โ Add "scalable" option
- โ Add "wheelZoomRatio" option
- Convert "crop" option to "crop" event
Methods
- โ Add "scale" method
- ๐ Improve "move" method (the
offsetY
parameter is optional now)
Events
- ๐ Rename "dragstart" to "cropstart"
- ๐ Rename "dragmove" to "cropmove"
- ๐ Rename "dragend" to "cropend"
- ๐ Merge "zoomin" and "zoomout" to "zoom"
- ๐ Merge "crop" option and "change" event to "crop" event
- ๐ Improve
-
v0.10.1 Changes
July 05, 2015- โ Add Pointer Events support (#328)
- โ Add RTL support (#342)
- โ Add one new option: "center" (#367)
- ๐ Allow cropper to grow vertically (#350)
-
v0.10.0 Changes
June 08, 2015- โ Add three new options: "change", "cropBoxMovable", "doubleClickToggle"
- ๐ Change "movable" option (only for image)
- ๐ Rename "resizable" to "cropBoxResizable"
- โ Add one new event: "change.cropper"
- ๐ Locking aspect ratio in "free mode" by holding shift key (#259)
- ๐ Sync drag mode to crop box when it is not movable (#300)