Releases: fengyuanchen/cropperjs
Releases Β· fengyuanchen/cropperjs
v2.0.0-rc.0
Breaking Changes
- CropperSelection
- Rename the
linked
property todynamic
.
- Rename the
Full Changelog: v2.0.0-rc...v2.0.0-rc.0
v2.0.0-rc
Features
- CropperImage
- Add a new property:
initial-center-size
.
- Add a new property:
- CropperSelection
- Add a new property:
=>linked
dynamic
.
- Add a new property:
Breaking Changes
- 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
Full Changelog: v2.0.0-beta.5...v2.0.0-rc
v1.6.2
v1.6.1
- Fix an issue where some CSS styles were incompatible with old browsers.
v1.6.0
v1.5.13
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.