Skip to content

Releases: AnyImageKit/AnyImageKit

0.17.1

12 Jan 07:40
Compare
Choose a tag to compare

更新说明

Resolved

  • Picker
    • Fixed an issue that preferredOutputPath dose not work. #187
    • Fixed an issue that memory leak when scrolling the picker. #188

Full Changelog: 0.17.0...0.17.1

New Contributors

18 Oct 06:42
Compare
Choose a tag to compare

更新说明

New Features

  • Editor
    • Added a new configuration clipRange to set the range for video clipping.

Resolved

  • General
    • Fixed some warnings and typos.
  • Picker
    • Fixed an issue that callbacks were occasionally not triggered. (#182)
  • Editor
    • Fixed an issue that images with orientation information in their EXIF data were not correctly handled.
    • Fixed a crash that could occur when dragging the progress bar during video editing.

What's Changed

New Contributors

Full Changelog: 0.16.0...0.17.0

Preview feature upgrade

09 May 02:02
Compare
Choose a tag to compare

更新说明

New Features

  • Picker
    • Keep selected resources when switching albums.
    • Split the preview function into "Album Preview" and "Selected Resource Preview".(#167)
    • Added a new configuration clearSelectionAfterSwitchingAlbum to keep OR delete selected resources when switching albums.

Resolved

  • Picker
    • Crash that UI API not call on main thread.

SPM

06 Jul 02:16
Compare
Choose a tag to compare
SPM

Fix

  • Set SPM target platforms v13

New Xcode

05 Jul 09:48
Compare
Choose a tag to compare

New Features

  • Use Xcode 13.4.1/Xcode 14.0 beta2
  • Set framework minimum deployment target to 13.0

Resolved

  • Picker
    • Fix the issue that sort by adding time instead of creation time

Fix Limit Mode

07 Apr 13:55
Compare
Choose a tag to compare

Resolved

  • Picker
    • Fix can not add more photos when limit permission mode.(#144)

Happy New Year!

28 Dec 10:26
Compare
Choose a tag to compare

更新说明

Resolved

  • Picker

    • Fix the issue that disable rule is not checked when selecting photos after taking photos.(#134)
    • Fix asset collection view will be offset when contentInsetAdjustmentBehavior is modified globally.
  • Editor

    • Fix the issue that image will be wrong after crop when tool option only has crop option.(#133)

Freeze

16 Dec 08:28
Compare
Choose a tag to compare

更新说明

Resolved

  • Picker
    • Fix when using Xcode 13.2+, main thread will be stuck for 15 seconds when requesting to register photo library observer before authorization.(#130)
    • Fix shared albums cannot be select in picker, add a new option .shared for PickerAlbumOption.(#129) (#131)

Rotation

22 Nov 03:07
Compare
Choose a tag to compare

更新说明

New Features

  • Editor
    • Added rotationDirection enumeration. Can rotate the image when cropping. (#100)
    • Added textFont UIFont value. Can customize font of input text.
    • Added isTextSelected boolean value. Set default style of input text.
    • Added calculateTextLastLineMask boolean value. Calculate the width of the last line of the input text to show mask layer.
    • Added input text border.
    • Added the shadow of input text.

Improved

  • All modules
    • Theme can customize color, icon, text, label and button. (#104)
    • Data track added more events, supported page and events can be find HERE.
  • Picker
    • AssetDisableCheckRule support more complex scene. (#96)
  • Editor
    • Improved the response area of input text.

Resolved

  • Picker
    • Try to fix that quick click on done button will trigger the delegate several times. (#110)
    • Fixed GIF/Live Photo will show edit button.
    • Before iOS 14, Picker used the wrong index when selecting asset after take photos in desc sort mode.
  • Editor
    • Crush when cropping video. (#111)
    • In the specified crop option, the crop rect may not move.
    • The UITextView may scroll when enter input text.

Other

  • Added API Tests to compare API between different versions.

Xcode13

23 Sep 10:53
Compare
Choose a tag to compare

New Features

  • Use Xcode 13.0 and Kingfisher 7.0.0
  • Set framework minimum deployment target to 12.0