Cropperjs Versions Save

JavaScript image cropper.

v1.6.2

2 weeks ago
  • Disable touch callout on iOS Webkit-based browsers (#1155).

v1.6.1

7 months ago
  • Fix an issue where some CSS styles were incompatible with old browsers.

v1.6.0

8 months ago
  • Add a rounded option to the getCroppedCanvas method (#1047).

v1.5.13

1 year ago
  • 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

2 years ago

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

2 years ago
  • Merge improvements from v1.

v1.5.12

2 years ago
  • Fix the cropper responsive when only the height was changed (#835).

v1.5.11

3 years ago
  • Fix TypeScript declarations compatibility (#799).

v1.5.10

3 years ago
  • Explicitly set the XMLHttpRequest request to be asynchronous (#682).
  • Improve TypeScript declarations (#791).

v1.5.9

3 years ago
  • Fix the issue of fail to zoom out on touch device (#726).
  • Add TypeScript declarations for the events.