Skip to content

Releases: ruslanskorb/RSKImageCropper

Version 4.1.1

08 Apr 20:22
4.1.1
6de6067
Compare
Choose a tag to compare
  • Restored the previous behavior of [RSKImageScrollView zoomToRect:animated:]

Version 4.1.0

08 Apr 17:45
4.1.0
1717c49
Compare
Choose a tag to compare

Main changes:

  • Add sendability annotations and missing nullability annotations
  • Avoid floats for maskRect as we do for movementRect
  • Synchronize the animation of the maskPath with the animation of other UI elements
  • Fix zooming to the specified area of the image
  • Fix initial zoom scale of RSKImageScrollView
  • Make all methods of RSKImageScrollViewDelegate optional
  • Add [imageScrollViewDidScroll] method to RSKImageScrollViewDelegate
  • Add image, imageBackgroundColor, imageFrame, and imageSize properties and [setInitialZoomScaleAndContentOffsetAnimated:], [zoomToLocation:animated:], and [zoomToRect:animated:] methods to RSKImageScrollView
  • Deprecate zoomView property and [displayImage:] method of RSKImageScrollView
  • Add documentation for RSKImageScrollView and RSKImageScrollViewDelegate

RSKImageCropper 4.0.0

24 May 18:47
4.0.0
0cbf9cb
Compare
Choose a tag to compare
  • Added bounces and bouncesZoom to RSKImageCropViewController (#241)
  • Updated spacing for moveAndScaleLabel, cancelButton, and chooseButton (#178, #238)
  • Now user events for cancelButton and chooseButton are ignored while the image is being dragged, decelerated, or zoomed (#234, #242)
  • Bumped deployment target (12.0)

3.0.2: Fix SPM warnings.

19 Jan 09:21
3.0.2
a21b28b
Compare
Choose a tag to compare
3.0.2: Fix SPM warnings.

3.0.1: Fix localization for SPM.

11 Dec 18:58
3.0.1
9fffe3c
Compare
Choose a tag to compare
3.0.1: Fix localization for SPM.

3.0.0: Update version of minimum supported iOS platform (9.0).

09 Oct 14:34
3.0.0
075c1a6
Compare
Choose a tag to compare
3.0.0: Update version of minimum supported iOS platform (9.0).

2.3.1: Fix support for SPM.

09 Oct 13:14
2.3.1
571cf3d
Compare
Choose a tag to compare
2.3.1: Fix support for SPM.

2.3.0: Add support for SPM.

06 Sep 12:01
2.3.0
a77117c
Compare
Choose a tag to compare
2.3.0: Add support for SPM.

2.2.3: Fix cropping image when `contentOffset` is not equal to zero.

25 Jul 07:26
2.2.3
63e36bd
Compare
Choose a tag to compare

2.2.2: Fix importing headers in Objective-C++ projects.

21 Jun 08:16
2.2.2
4f69983
Compare
Choose a tag to compare