Skip to content

Releases: fengyuanchen/cropperjs

v0.8.1

03 Sep 05:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed a dimension bug in the "getCroppedCanvas" method.
  • Added an example for cropping round image.

v0.5.4

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

v0.5.3

24 Dec 09:21
Compare
Choose a tag to compare
  • Limit wheel speed to prevent zoom too fast (#21)
  • Improve the setCropBoxData method (#22)