Skip to content

Releases: fengyuanchen/cropperjs

v2.0.0-rc

26 May 13:49
Compare
Choose a tag to compare
v2.0.0-rc Pre-release
Pre-release

Features

  • CropperImage
    • Add a new property: initial-center-size.
  • CropperSelection
    • Add a new property: linked.

Breaking Changes

  • CropperImage
    • Change the default value of the rotatable property from true to false.
    • Change the default value of the scalable property from true to false.
    • Change the default value of the skewable property from true to false.
    • Change the default value of the translatable property from true to false.

v1.6.2

21 Apr 07:53
Compare
Choose a tag to compare
  • Disable touch callout on iOS Webkit-based browsers (#1155).

v1.6.1

17 Sep 03:46
Compare
Choose a tag to compare
  • Fix an issue where some CSS styles were incompatible with old browsers.

v1.6.0

26 Aug 08:24
Compare
Choose a tag to compare
  • Add a rounded option to the getCroppedCanvas method (#1047).

v1.5.13

20 Nov 05:40
Compare
Choose a tag to compare
  • Add backface-visibility: hidden to the cropper image to avoid ghost lines when moving (#982).
  • Remove useless cropper-hide class from cropper image.
  • Check whether the parent node exists or not before removing the cropper container.

v2.0.0-beta

01 May 11:37
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

As of v2.0.0-beta, Cropper.js has been refactored with custom elements, which is completely different from v2.0.0-alpha.

v2.0.0-alpha.2

25 Dec 09:55
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
  • Merge improvements from v1.

v1.5.12

12 Jun 08:05
Compare
Choose a tag to compare
  • Fix the cropper responsive when only the height was changed (#835).

v1.5.11

17 Feb 11:55
Compare
Choose a tag to compare
  • Fix TypeScript declarations compatibility (#799).

v1.5.10

12 Feb 07:15
Compare
Choose a tag to compare
  • Explicitly set the XMLHttpRequest request to be asynchronous (#682).
  • Improve TypeScript declarations (#791).