Releases: fengyuanchen/cropperjs
Releases Β· fengyuanchen/cropperjs
v2.0.1
What's Changed
- fix #1078 Prevent shade from "glitching" when pulling selection too far by @valetobias in #1242
- fix: set crossorigin attribute on cropper image element by @ArneSchoonvliet in #1253
- fix: correct require.node.default export and explicitly export package.json by @miguelaenlle in #1259
New Contributors
- @valetobias made their first contribution in #1242
- @ArneSchoonvliet made their first contribution in #1253
- @miguelaenlle made their first contribution in #1259
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Full Changelog: v2.0.0-rc.2...v2.0.0
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.