fengyuanchen/cropperjs
 Watch   
 Star   
 Fork   
2024-06-22 20:15:44
cropperjs

v2.0.0-rc.0

Breaking Changes

  • CropperSelection
    • Rename the linked property to dynamic.

Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.0-rc...v2.0.0-rc.0

2024-05-26 21:44:23
cropperjs

v2.0.0-rc

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.
2024-04-21 15:44:12
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).