Skip to content

Releases: JNDisrupter/JNImagePicker

Release v0.4.1

01 May 10:06
e4c0fdb
Compare
Choose a tag to compare

Fixing Bug:

  • When open a camera and has no permission to photo. we requested that permission

Release v0.4.0

25 Apr 13:45
9556dd2
Compare
Choose a tag to compare
  • IOS17 Support
  • Fixing Bugs:
    • Black screen when the user open the camera in IOS17
    • When selecting a limited number of photos for the first time on iOS 17, the photoLibraryDidChange(_:) method of PHPhotoLibraryChangeObserver is called before JNPhotoGalleryViewModel is initialized. To resolve this issue, we now insured that JNPhotoGalleryViewModel is fully initialized before registering the PHPhotoLibraryChangeObserver.

Release v0.3.0

04 Oct 07:46
83e2b6a
Compare
Choose a tag to compare
  • Fix the issue in items selection in gallery view that the user can't deselect items if he reached the maximum selectable items
  • Update the minimum IOS version to 11.0.
  • Handel the Support of UINavigationBarAppearance on IOS13 and above
  • Update UIScreen.main usages as it is deprecated

Release v0.2.2

04 May 18:02
048ec34
Compare
Choose a tag to compare
  • Fix bug when assets change.

Release v0.2.1

04 May 07:34
92cb258
Compare
Choose a tag to compare
  • Fixing Bugs

Release v0.2.0

04 May 06:49
439e837
Compare
Choose a tag to compare
  • Handle iOS 14 limited access authorization status.

0.1.0

02 Jun 11:06
Compare
Choose a tag to compare
Update project deployment target