Releases: JNDisrupter/JNImagePicker
Releases · JNDisrupter/JNImagePicker
Release v0.4.1
Fixing Bug:
- When open a camera and has no permission to photo. we requested that permission
Release v0.4.0
- 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
- 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
- Fix bug when assets change.
Release v0.2.1
- Fixing Bugs
Release v0.2.0
- Handle iOS 14 limited access authorization status.
0.1.0
Update project deployment target