Skip to content

Releases: fengyuanchen/cropperjs

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 12:09

See CHANGELOG.md for details.

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 23 Aug 09:44

See CHANGELOG.md for details.

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 12:59

See CHANGELOG.md for details.

v2.1.0

Choose a tag to compare

@fengyuanchen fengyuanchen released this 19 Oct 11:37

What's Changed

  • fix(element-selection): get correct event target in shadow DOM by @fleeze in #1276

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@fengyuanchen fengyuanchen released this 25 Jul 14:42

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@fengyuanchen fengyuanchen released this 01 Mar 13:52

Full Changelog: v2.0.0-rc.2...v2.0.0

v2.0.0-rc.0

v2.0.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@fengyuanchen fengyuanchen released this 22 Jun 12:19

Breaking Changes

  • CropperSelection
    • Rename the linked property to dynamic.

Full Changelog: v2.0.0-rc...v2.0.0-rc.0

v2.0.0-rc

v2.0.0-rc Pre-release
Pre-release

Choose a tag to compare

@fengyuanchen fengyuanchen released this 26 May 13:49

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: v2.0.0-beta.5...v2.0.0-rc

v1.6.2

Choose a tag to compare

@fengyuanchen fengyuanchen released this 21 Apr 07:53
  • Disable touch callout on iOS Webkit-based browsers (#1155).

v1.6.1

Choose a tag to compare

@fengyuanchen fengyuanchen released this 17 Sep 03:46
  • Fix an issue where some CSS styles were incompatible with old browsers.