fengyuanchen/cropperjs
 Watch   
 Star   
 Fork   
3 days ago
cropperjs

v2.2.0

See CHANGELOG.md for details.

3 days ago
cropperjs

v1.6.3

See CHANGELOG.md for details.

2026-04-06 20:57:31
cropperjs

v2.1.1

See CHANGELOG.md for details.

2025-10-19 19:33:24
cropperjs

v2.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.1...v2.1.0

2025-07-25 22:39:49
cropperjs

v2.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.0...v2.0.1

2024-06-22 20:15:44
cropperjs

v2.0.0-rc.0

Breaking Changes

  • CropperSelection
    • Rename the linked property to dynamic.

Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.0-rc...v2.0.0-rc.0

2024-05-26 21:44:23
cropperjs

v2.0.0-rc

Features

  • CropperImage
    • Add a new property: initial-center-size.
  • CropperSelection
    • Add a new property: linked => dynamic.

Breaking Changes

  • CropperImage
    • Change the default value of the rotatable property from true to false.
    • Change the default value of the scalable property from true to false.
    • Change the default value of the skewable property from true to false.
    • Change the default value of the translatable property from true to false.

Full Changelog: https://github.com/fengyuanchen/cropperjs/compare/v2.0.0-beta.5...v2.0.0-rc

2024-04-21 15:44:12
cropperjs

v1.6.2

  • Disable touch callout on iOS Webkit-based browsers (#1155).
2023-09-17 11:46:06
cropperjs

v1.6.1

  • Fix an issue where some CSS styles were incompatible with old browsers.