Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Releases: fengyuanchen/cropper

v2.3.3

10 Aug 09:10
Compare
Choose a tag to compare
  • Allow scroll when the dragMode is "none" on touch screens (#727).
  • Fixed the issue of orientation transform (#740).

v2.3.2

08 Jun 12:26
Compare
Choose a tag to compare
  • 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

28 May 14:51
Compare
Choose a tag to compare
  • 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

22 Feb 03:42
Compare
Choose a tag to compare
  • 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

18 Jan 05:47
Compare
Choose a tag to compare
  • Fixed crossOriginUrl undefined error when exists the crossOrigin property.

v2.2.4

01 Jan 08:25
Compare
Choose a tag to compare
  • Fixed a dimension bug in the "getCroppedCanvas" method.
  • Added an example for cropping round image.

v2.2.3

28 Dec 04:01
Compare
Choose a tag to compare
  • Supports to zoom from event triggering point.

v2.2.2

24 Dec 09:20
Compare
Choose a tag to compare
  • Limit wheel speed to prevent zoom too fast
  • Improve the setCropBoxData method

v2.2.1

14 Dec 13:33
Compare
Choose a tag to compare
  • 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

06 Dec 07:16
Compare
Choose a tag to compare
  • Added a new option: checkOrientation (#120, #509)
  • Added a timestamp to the url of preview image (#531)