Skip to content

Releases: laosb/CropImage

0.7.0

28 Mar 07:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.2...0.7.0

0.6.2

07 Sep 08:01
Compare
Choose a tag to compare
fix: Circular cut hole.

0.6.1

07 Sep 07:52
Compare
Choose a tag to compare
fix: Pass isCircular to DefaultCutHoleShape.

0.6.0: Custom Cut Hole.

07 Sep 07:05
Compare
Choose a tag to compare

Now you can customize the entire cut hole view via a closure, similar to how you customize controls.

Or you just want it to be circular, stroked thicker or replace mask color? Pass DefaultCutHoleView to the closure with those parameters so you don't need to reinvent the wheel (hole).

0.5.1: fix: Dragging after rotation(#1), adjust to fill after rotation, anim…

01 Sep 03:33
Compare
Choose a tag to compare

0.5.0

16 Aug 08:48
Compare
Choose a tag to compare

This is an API-breaking release.

  • Add fulfillTargetFrame to ensure the image stays within targetSize.
  • Remove initialImageSize: Now the image is automatically sized to match view size.

0.4.2

15 Aug 10:49
Compare
Choose a tag to compare
feat: Cut hole stroke.

0.4.1

10 Aug 10:36
Compare
Choose a tag to compare
fix: Overflow.

0.4.0

10 Aug 09:28
Compare
Choose a tag to compare
doc: Update preview image.

0.3.1

10 Aug 08:48
Compare
Choose a tag to compare
fix: iOS 14 compatibility.