Skip to content

Releases: laosb/CropImage

0.8.2

20 Dec 06:59
Compare
Choose a tag to compare

Full Changelog: 0.8.1...0.8.2

0.8.1

18 Dec 08:51
Compare
Choose a tag to compare

Full Changelog: 0.8.0...0.8.1

0.8.0

18 Dec 08:17
Compare
Choose a tag to compare

What's Changed

  • Allow zoom using scroll wheel on macOS by @infinitepower18 in #3
  • Enabled Swift 6 Language Mode
  • Converted SwiftUI Previews to the new Macro syntax

Full Changelog: 0.7.0...0.8.0

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

01 Sep 03:33
Compare
Choose a tag to compare
fix: Dragging after rotation(#1), adjust to fill after rotation, anim…

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.