All Versions
38
Latest Version
Avg Release Cycle
40 days
Latest Release
1265 days ago

Changelog History
Page 1

  • v1.3.0 Changes

    October 11, 2020

    ๐Ÿ‘ FMPhotoPicker now supports getting raw PHAsset when finishing photo picking.
    Using the new API, you can get user-selected photos includes both images and videos.

    To get the selected photos as PHAssets you have to:

    • ๐Ÿ”ง Set the shouldReturnAsset on the configuration to true
    • Implement this method in your delegate:

      func fmPhotoPickerController(_ picker: FMPhotoPickerViewController, didFinishPickingPhotoWith assets: [PHAsset])

  • v1.2.0 Changes

    September 27, 2020
    • โž• Added a configuration option to indicate whether the crop menu should be displayed by default in the editor. #53 Thanks @iBinh
  • v1.1.1 Changes

    August 22, 2020
    • ๐Ÿ›  Fix an issue on iOS14 which breaks the zooming amimation. Read more
  • v1.1.0 Changes

    July 04, 2020

    ๐Ÿฑ FMPhotoPicker now fully supports SwiftPM when using Xcode 12 ๐Ÿš€

  • v1.0.1

    June 06, 2020
  • v1.0.0 Changes

    June 06, 2020
    • ๐Ÿ‘ Allows hiding the edit button in the photo presenter (#32 )
    • ๐Ÿ‘ Allows using crop or filter invidually (#22 ) by setting the availableFiters or availableCrops to nil
    • ๐Ÿ›  Fix xib files loadding issue when using SwiftPM (#42 ). The SwiftPM support is experimental feature at this moment. I have a plan to fullly support SwiftPM when the next version of Xcode is shipped (contains Swift5.3 which includes resources support for SwiftPM).
  • v0.9.1 Changes

    March 12, 2020

    ๐Ÿฑ FMPhotoPicker now supports SwiftPM ๐ŸŽ‰ (thanks #39)

  • v0.9.0 Changes

    September 29, 2019
    • ๐Ÿ‘ 9x16 now become a supported crop #30
    • FMPhotoPicker now load add asset source types
    • ๐Ÿ›  fix bug tap to show original image functionality doesn't work in when using FMPhotoPicker
  • v0.8.3 Changes

    June 23, 2019
    • โž• Add the ability to customize the dialog requiring access to the photo library (#25). Thanks @vdeep
  • v0.8.2 Changes

    October 26, 2018
    • ๐Ÿ›  Fix #13