Skip to content

Releases: fengyuanchen/cropperjs

v1.0.0-beta

01 Jan 08:39

Choose a tag to compare

  • Supports to set an element for preview (#113).
  • Improved event handler for Pointer Events (#127).

v1.0.0-alpha

04 Dec 14:19

Choose a tag to compare

v1.0.0-alpha Pre-release
Pre-release
  • Built JavaScript with Rollup.
  • Build CSS with PostCSS.
  • Fixed a bug of auto crop when replace the image (#83).

v0.8.1

03 Sep 05:59

Choose a tag to compare

  • Fixed the bug of cropping (#80).
  • Fixed the bug of calling ready event twice when call replace method (#81).
  • Fixed the bug of getCroppedCanvas when set scalable or rotatable to false (#82).

v0.8.0

18 Aug 03:57

Choose a tag to compare

  • Removed build event.
  • Renamed built event to ready.
  • Fixed the error of orientation transform.
  • Ported code to ECMAScript 6.

v0.7.2

08 Jun 12:32

Choose a tag to compare

  • Fixed a bug of data-* attributes setting and getting.
  • Fixed the calling order of scale and rotate.

v0.7.1

28 May 15:02

Choose a tag to compare

  • 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

20 Mar 06:52

Choose a tag to compare

  • Supports 7 custom events: build, built, cropstart, cropmove, cropend, crop and zoom.
  • The original callback options become shortcuts of these events now.
  • IE8 is no longer supported after added these custom events.

v0.6.0

22 Feb 03:37

Choose a tag to compare

  • Added a new parameter to the replace method for applying filters.
  • Improved the image initializing for Safari.
  • Fixed incorrect size limitation of the crop box (#30).
  • Fixed incorrect cropped canvas when scaleX or scaleY great than 1.

v0.5.6

18 Jan 05:39

Choose a tag to compare

  • Fixed crossOriginUrl undefined error when exists the crossOrigin property.
  • Fixed the issue in the "destroy" method (#24).
  • Optimized tests.

v0.5.5

01 Jan 08:22

Choose a tag to compare

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