v2.1.0
- fix(element-selection): get correct event target in shadow DOM by @fleeze in https://github.com/fengyuanchen/cropperjs/pull/1276
- @fleeze made their first contribution in https://github.com/fengyuanchen/cropperjs/pull/1276
Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.1...v2.1.0
v2.0.1
- fix #1078 Prevent shade from "glitching" when pulling selection too far by @valetobias in https://github.com/fengyuanchen/cropperjs/pull/1242
- fix: set crossorigin attribute on cropper image element by @ArneSchoonvliet in https://github.com/fengyuanchen/cropperjs/pull/1253
- fix: correct require.node.default export and explicitly export package.json by @miguelaenlle in https://github.com/fengyuanchen/cropperjs/pull/1259
- @valetobias made their first contribution in https://github.com/fengyuanchen/cropperjs/pull/1242
- @ArneSchoonvliet made their first contribution in https://github.com/fengyuanchen/cropperjs/pull/1253
- @miguelaenlle made their first contribution in https://github.com/fengyuanchen/cropperjs/pull/1259
Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.0...v2.0.1
v2.0.0-rc.0
- CropperSelection
- Rename the
linkedproperty 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:
=>linkeddynamic.
- Add a new property:
- CropperImage
- Change the default value of the
rotatableproperty fromtruetofalse. - Change the default value of the
scalableproperty fromtruetofalse. - Change the default value of the
skewableproperty fromtruetofalse. - Change the default value of the
translatableproperty fromtruetofalse.
- Change the default value of the
Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.0-beta.5...v2.0.0-rc
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
roundedoption to thegetCroppedCanvasmethod (#1047).
v1.5.13
- Add
backface-visibility: hiddento the cropper image to avoid ghost lines when moving (#982). - Remove useless
cropper-hideclass 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