fengyuanchen/cropperjs
 Watch   
 Star   
 Fork   
27 days ago
cropperjs

v1.6.2

  • Disable touch callout on iOS Webkit-based browsers (#1155).
2023-09-17 11:46:06
cropperjs

v1.6.1

  • Fix an issue where some CSS styles were incompatible with old browsers.
2023-08-26 16:19:15
cropperjs

v1.6.0

  • Add a rounded option to the getCroppedCanvas method (#1047).
2022-11-20 13:34:14
cropperjs

v1.5.13

  • 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.
2022-05-01 18:40:18
cropperjs

v2.0.0-beta

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

2021-12-25 17:00:42
cropperjs

v2.0.0-alpha.2

  • Merge improvements from v1.
2021-06-12 16:04:28
cropperjs

v1.5.12

  • Fix the cropper responsive when only the height was changed (#835).
2021-02-17 19:54:14
cropperjs

v1.5.11

  • Fix TypeScript declarations compatibility (#799).
2021-02-12 14:48:52
cropperjs

v1.5.10

  • Explicitly set the XMLHttpRequest request to be asynchronous (#682).
  • Improve TypeScript declarations (#791).
2020-09-10 21:18:51
cropperjs

v1.5.9

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