Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 2.08 KB

Change Log

Next release

  • Add support for video selection #44
  • Add an optional delegate method to toggle the done bar button item based on the selected assets #48
  • Add video selected style configuration #50

v1.4.0

  • Swift 4.2 #32
  • Move the framework and example targets into a single project #34
  • Add configuration to show a live camera view cell in the photo picker #39

v1.3.1

  • Update the project to Xcode 10 #26

v1.3.0

  • Update to Swift 4 with Xcode 9 #15
  • Add a Parameters struct with placeholders that ImagePickerConfigurable requires #23

v1.2.0

  • Drop iOS 8 support #13
  • Rename imagePickerController(_:didDeselectImageAsset:) #12
  • Workaround the navigation issue in iOS 11 when the Photos permission is denied #18

v1.1.0

  • Add a configuration for the photo albums navigation bar shadow color #9
  • Fix the photo albums layout after device rotation #9
  • UI tests #10
  • Add customizable cancelBarButonItem and doneBarButtonItem #11

v1.0.0

  • Initial release written in Swift 3.1
  • Integrate with Travis CI #1
  • Support 3D touch photo preview #3
  • Support device rotation #7
  • Show the camera button in the center when the photo gallery is empty #8