Skip to content

Latest commit

 

History

History
123 lines (81 loc) · 4 KB

CHANGELOG.MD

File metadata and controls

123 lines (81 loc) · 4 KB

Released on 2020-05-17

  • Bugfix: PHAssetMediaSubtype.photoScreenshot not accessible in iOS 12.4 version #60
  • Bugfix: Deprecated function #56

Released on 2019-12-31

  • The OpalImagePickerConfiguration isn't usable from Objective-C because the properties aren't defined with @objc.

Released on 2019-12-31

  • Deprecate: UIImage based APIs. Instead users will need to use PHAsset and handle downloading from iCloud.

Released on 2019-07-11

  • Enhancement: Support for Swift 5.0 and Xcode 10.2.1. Support for Cocoapods 1.7.0

Released on 2018-10-02

  • Enhancement: Support for Swift 4.2 and Xcode 10.0

Released on 2018-04-07

  • Bug fix: Live photos load slowly, can cause photos to become jumbled/out of order when scrolling quickly #24

Released on 2018-01-19

  • SwiftLint for coding standards improvement

Fixed

  • Bug fix: Retrieve full images for imagePicker(_:didFinishPickingImages:)

Released on 2018-01-19

Added

  • Enhancement: Add time label for video assets #14
  • Enhancement: Exposed OpalImagePickerController methods and properties to ObjC

Released on 2017-09-24

Added

  • Enhancement: Add support for iOS 8.0

Released on 2017-09-24

Added

  • Enhancement: Convert OpalImagePicker and OpalImagePickerDemo to Swift 4.0

Fixed

  • Bug fix: Issue: navigation bar item localize #11
  • Bug fix: Issue: Order of assets in completion handler #12
  • Bug fix: External Images crash on loading image by URL.

Released on 2017-08-09

Added

  • Enhancement: Allow users to use external images using URLs with new optional delegate methods (requested for use with social media).
  • Enhancement: Allow users to configure localized strings from new OpalImagePickerConfiguration class.

Released on 2017-04-09

Added

  • Enhancement: Allow users to mark maximum allowed photos, and select allowed media types and sub types.

Released on 2017-02-17

Added

  • Enhancement: Allow users to change the status bar style

Fixed

  • Bug fix: Fix spinners before images have loaded from library.

Released on 2017-02-13

Fixed

  • Bug fix: More improvement - Sometimes images don't appear as sharp as they should be.

Released on 2017-02-05.

Fixed

  • Bug fix: Sometimes images don't appear as sharp as they should be.

Released on 2017-01-19.

Fixed

  • Bug fix: Issue: Images Array Problem #1

Released on 2017-01-16.

Fixed

  • Only get UIImage from PHAsset after selecting if the delegate method is implemented to increase efficiency.

Updated

  • Updated README for github display.
  • Updated Documentation
  • Updated Unit Tests

Released on 2017-01-15.

Added