Skip to content

1.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ArthurHub ArthurHub released this 01 Feb 07:46
· 385 commits to master since this release

Due too large changes in the internals please consider this a beta release, if you use it be sure to test is thoroughly and report any bugs you find (report no bugs will also be awesome) or use 1.1.0 until I feel 1.2.* is stable enough.

  • Rewrite internal crop window handling.
  • Add crop prefix to all customization resources to prevent naming collision (breaking change).
  • Add CropImageView.Guidelines enum of guidelines config instead of integer (breaking change).
  • Change custom attributes types to dimension where appropriate (breaking change).
  • Add showCropOverlay attribute and setShowCropOverlay(boolean) method allowing to hide/show crop overlay UI for animation or element transition.
  • Add cropInitialCropWindowPaddingRatio customization [0 - 0.5) to control initial crop window padding from image borders relative to image size.
  • Add min limit config on cropping window width/height in the UI (cropMinCropWindowWidth, cropMinCropWindowHeight)
    Add min/max config on cropping image result width/height (cropMinCropResultWidthPX,cropMinCropResultHeightPX,cropMaxCropResultWidthPX,cropMaxCropResultHeightPX)