v2.0.0-rc.0
- CropperSelection
- Rename the
linked
property todynamic
.
- Rename the
Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.0-rc...v2.0.0-rc.0
v2.0.0-rc
- CropperImage
- Add a new property:
initial-center-size
.
- Add a new property:
- CropperSelection
- Add a new property:
linked
.
- Add a new property:
- CropperImage
- Change the default value of the
rotatable
property fromtrue
tofalse
. - Change the default value of the
scalable
property fromtrue
tofalse
. - Change the default value of the
skewable
property fromtrue
tofalse
. - Change the default value of the
translatable
property fromtrue
tofalse
.
- Change the default value of the
v1.6.2
- Disable touch callout on iOS Webkit-based browsers (#1155).
v1.6.1
- Fix an issue where some CSS styles were incompatible with old browsers.
v1.6.0
- Add a
rounded
option to thegetCroppedCanvas
method (#1047).
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.
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.
- Getting started: https://fengyuanchen.github.io/cropperjs/v2/guide.html
- Migration from v1 or v2.0.0-alpha: https://fengyuanchen.github.io/cropperjs/v2/migration.html
v2.0.0-alpha.2
- Merge improvements from v1.
v1.5.12
- Fix the cropper responsive when only the height was changed (#835).