All Versions
18
Latest Version
Avg Release Cycle
94 days
Latest Release
824 days ago

Changelog History
Page 2

  • v2.3.7 Changes

    July 24, 2018

    โž• Added

    • minimumAspectRatio to set a minimum shape that the cropping box can be scaled to.
    • cropViewPadding to specifically control how much padding from the edge the crop box gives.
    • cropAdjustingDelay to specifically control how long the timer waits until animating the crop transition.
    • aspectRatioLockDimensionSwapEnabled as a stopgap to locking the aspect ratio when rotating the image.

    ๐Ÿ›  Fixed

    • More thorough sanitation of the final frame calculation.
    • A bug where sometimes the square aspect ratio would stop being square.
    • A memory cycle leak in the Swift wrapper.
    • A broken animation when rotating the device orientation 180 degrees.
    • A broken animation if you hit 'reset' right after resizing the crop box.
    • Danish and Malaysian localisations weren't being imported properly.
  • v2.3.6 Changes

    January 02, 2018

    โž• Added

    • aspectRatioLockDimensionSwapEnabled to enable or disable the crop view controller aspect ratio dimensions to swap when the aspect ratio is locked.

    ๐Ÿ”„ Changed

    • ๐Ÿšš Moved all Objective-C code into CropViewController framework to avoid needing importing TOCropViewController framework.

    ๐Ÿ›  Fixed

    • Size calculation for one of the tool bar buttons was incorrect.
    • โšก๏ธ Optimized toolbar layout code to be more efficient.
    • Title label was being clipped by the sensour housing on iPhone X.
  • v2.3.5 Changes

    December 09, 2017

    ๐Ÿ›  Fixed

    • Init methods in CropViewController weren't public.
    • Simplified the handling of making rotation buttons visible and hidden.
    • Tool bar icon misalignment error on iOS 10 and below.
  • v2.3.4 Changes

    November 20, 2017

    ๐Ÿ›  Fixed

    • A bug where restoring a previous crop state with a different angle than 0 and then rotating the image would result in a distorted image.
  • v2.3.3 Changes

    November 19, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a broken animation where restoring from a cropped image would animate higher than it needed on iPhone X.
  • v2.3.2 Changes

    November 19, 2017

    โž• Added

    • A Swift wrapper library named CropViewController.
    • Proper handling for when swiping near the Control Center and Notification Center edges on iOS 11.

    ๐Ÿ›  Fixed

    • An animation distortion that occurred when restoring from a previous crop view frame.
    • A crash that occurred when restoring to a rotated image.
    • A bug where rotating images on iPhone X in landscape would result in images incorrectly being positioned.
  • v2.1.1 Changes

    November 16, 2017

    โž• Added

    • ๐Ÿ‘Œ Support for iPhone X.

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed missing semicolons in iOS 7 code brace.
    • ๐Ÿ›  Fixed minor issue with certain nullable properties being marked as nonnull.
    • 0๏ธโƒฃ Made the clockwise rotation button visible by default.

    ๐Ÿ›  Fixed

    • Broken rotation animations in iOS 11.
    • Incorrect inset of crop content when status bar is visible.
    • General cleanup of the codebase
  • v2.1.0 Changes

    September 07, 2017

    โž• Added

    • โž• Added a CHANGELOG. (Yay!)
    • TOCropViewController.title property will display a title label above the crop view box.

    - โž• Added more thorough checks to ensure both all delegate and completion block handlers execute in the right order.

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed scroll view insets to work properly with new iOS 11 assumptions.
    • ๐Ÿ›  Fixed crop box frame resizing to properly clamp when it touches an outer boundary.