Skip to content

Latest commit

 

History

History
354 lines (209 loc) · 15 KB

CHANGELOG.md

File metadata and controls

354 lines (209 loc) · 15 KB

Change Log

3.1.3 (2016-04-01)

Full Changelog

Merged pull requests:

  • Added support for custom camera based UINavigationController.

  • Added video support for custom camera.

3.1.2 (2016-04-01)

Full Changelog

Merged pull requests:

  • Fixed an issue that will cause the didSelectAssets block is called twice.

  • Added support for custom predicate to assets.

  • Optimized for fetching original image.

  • The fetchImageWithSize fetching image with .AspectFit.

  • Fixed an issue that may cause the popover not display as rounded.

3.1.1 (2016-03-18)

Full Changelog

Merged pull requests:

  • Fixed an issue that may cause crash when user not authorized camera access.

3.1.0 (2016-03-17)

Full Changelog

Merged pull requests:

  • Added support for custom camera.

  • Added support for UIDelegate.

  • Added a function to sync fetch an AVAsset.

  • Fixed an issue that may cause crashing when downloading image from iCloud.

3.0.11 (2016-02-27)

Full Changelog

Merged pull requests:

  • Added a PHVideoRequestOptions API to fetch AVAsset.

Closed issues:

  • Synchronous options for multiple video fetch #76

3.0.10 (2016-02-04)

Full Changelog

Merged pull requests:

  • Added possibility to deselect all selected assets when showing a single instance picker.

Closed issues:

  • Possibility to deselect assets when displaying picker for second time. #69

3.0.9 (2016-01-29)

Full Changelog

Merged pull requests:

  • Fixed an issue that cause showsCancelButton flag is ignored.

Closed issues:

  • showsCancelButton has no effect if set before presenting the view controller #66

3.0.8 (2016-01-21)

Full Changelog

Merged pull requests:

  • Fixed an issue that cause crash when a user taps on front facing camera to focus.

3.0.7 (2016-01-21)

Full Changelog

Merged pull requests:

  • Updated DKCamera.

3.0.6 (2016-01-20)

Full Changelog

Merged pull requests:

  • Added a function to sync fetch the full-screen image and the original image.

3.0.5 (2016-01-17)

Full Changelog

Merged pull requests:

  • Added support for iPad.

  • Added support for landscape.

  • Updated fetching targetSize for full-screen image.

  • Make DKAssetGroup public.

3.0.4 (2015-12-28)

Full Changelog

Closed issues:

  • Cannot use DKAsset.fetchImageWithSize with iCloud photos (Perhaps?) #58

Merged pull requests:

  • Improved performance when getting list of images.

  • Added support for iCloud.

  • Improved support for iCloud and updated fetchImage... interface that added handling for info.

3.0.3 (2015-12-25)

Full Changelog

Merged pull requests:

  • Fixed an issue that may cause full screen image is incorrect.

3.0.2 (2015-12-24)

Full Changelog

Merged pull requests:

  • Updated the defaultImageRequestOptions.

3.0.1 (2015-12-22)

Full Changelog

Merged pull requests:

  • Added default request option.

Implemented enhancements:

  • CompleteBlock executes twice #54

3.0.0 (2015-12-18)

Full Changelog

Closed issues:

  • Update AssetsLibrary to Photos framework, deprecated #47
  • Crash when trying to force unwrap fullResolution image when there is only nil #37
  • Please Allow Camera Access shows in camera view even if accepted allowing access. #31
  • Hide album "My photo stream" #25

Merged pull requests:

  • Added defaultAssetGroup.
  • Added assetGroupTypes.
  • Added showsEmptyAlbums.
  • Update to Photos framework.
  • Removed AssetsLibrary framework.
  • Added DKImageManager to separate data access from business logic.
  • Added DKGroupDataManager and DKBaseManager.
  • Added empty album image.

2.4.3 (2015-12-11)

Full Changelog

Closed issues:

  • DKImagePickerControllerAssetType not visible in Objective-C #49

2.4.2 (2015-12-10)

Full Changelog

Closed issues:

  • Change Default Folder #50
  • Getting the right orientation of asset #48
  • Suggestion, Add "Cancel" button on picker #44
  • Problem when show more than one time the picker #40

Merged pull requests:

2.4.1 (2015-11-19)

Full Changelog

Merged pull requests:

2.4.0 (2015-11-16)

Full Changelog

Closed issues:

  • Allow selection of no photos, like Facebook application does #38
  • Get images ordered by date #18

Merged pull requests:

  • Develop #42 (zhangao0086)
  • Improving UI if authorization status changed.
  • Fixes an issue that cause the thumbnail of the asset is blurred.
  • Allow Selection of No Photos #41 (AnthonyMDev)
  • Adding a convenient way to get the create date of selected asset. #39 (zhangao0086)

2.3.7 (2015-11-08)

Full Changelog

Closed issues:

  • didRotateFromInterfaceOrientation was deprecated in iOS 8.0 #27

Merged pull requests:

2.3.6 (2015-10-28)

Full Changelog

Closed issues:

  • Return nil a video with asset.url #34

Merged pull requests:

  • add a method to get the raw data of the selected asset. #35 (zhangao0086)

2.3.5 (2015-10-27)

Full Changelog

Closed issues:

  • Deselecting photos does not update the numbering. #32

Merged pull requests:

  • Fixed an issue that not update the numbering when deselecting photos. #33 (zhangao0086)

2.3.1 (2015-10-25)

Full Changelog

Merged pull requests:

  • Develop #30 (zhangao0086)
  • Customize the navigation bar
  • Fixed a bug that may cause
  • Performance improvement

2.3.0 (2015-10-18)

Full Changelog

Fixed bugs:

  • It crashed #28
  • Crash when get the fullScreenImage in Xcode 6.4 #14

Closed issues:

  • Original Picture #26
  • Unable to save the selected assets array #16

Merged pull requests:

  • Added ability to customize asset group types for enumeration #23 (scottdelly)
  • Added ability to auto close the image picker after selecting a single image #22 (scottdelly)
  • Some minor english language corrections and swift optional block optimizations #21 (scottdelly)
  • Swift2.0 #17 (zhangao0086)

2.2.0 (2015-09-17)

Full Changelog

Closed issues:

  • Swift 2.0 compatibility #15

Merged pull requests:

2.1.0 (2015-09-04)

Full Changelog

Closed issues:

  • Can I use this from Objective-C? #11
  • Changing Album After Selecting Images #10

Merged pull requests:

  • Develop #12 (zhangao0086)
  • Added supports for 7.1
  • Added hidesCamera
  • Quickly take a picture

2.0.0 (2015-08-27)

Full Changelog

Closed issues:

  • Select multi image! #7
  • Video Thumbnails #6
  • crash in iphone 6 #5

Merged pull requests:

  • Develop #8 (zhangao0086)
  • Added selected and unselected style
  • Added resource file
  • Updated localized strings
  • Added permission warning for Photo
  • Optimize the selectAssetGroup function
  • Added detected for video
  • Added style for video
  • Improve animation
  • Updated access permission
  • Added control for picking type
  • Added function whether allows to select photos and videos at the same time.
  • Updated podspec
  • Added .travis.yml
  • Optimize codes

1.1.0 (2015-07-28)

Full Changelog

Closed issues:

  • how to set only 20 limit selected Image #4