Cropper Versions Save

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper

v2.3.3

7 years ago
  • Allow scroll when the dragMode is "none" on touch screens (#727).
  • Fixed the issue of orientation transform (#740).

v2.3.2

7 years ago
  • 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

8 years ago
  • 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

8 years ago
  • 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

8 years ago
  • Fixed crossOriginUrl undefined error when exists the crossOrigin property.

v2.2.4

8 years ago
  • Fixed a dimension bug in the "getCroppedCanvas" method.
  • Added an example for cropping round image.

v2.2.3

8 years ago
  • Supports to zoom from event triggering point.

v2.2.2

8 years ago
  • Limit wheel speed to prevent zoom too fast
  • Improve the setCropBoxData method

v2.2.1

8 years ago
  • 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

8 years ago
  • Added a new option: checkOrientation (#120, #509)
  • Added a timestamp to the url of preview image (#531)