Releases: fengyuanchen/cropperjs
Releases Β· fengyuanchen/cropperjs
v2.1.1
See CHANGELOG.md for details.
v2.1.0
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
linkedproperty 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:
=>linkeddynamic.
- Add a new property:
Breaking Changes
- 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: 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.