Releases: hyperoslo/ImagePicker
Releases · hyperoslo/ImagePicker
3.3.0
What's Changed
- Add Swift Package Manager Support by @RamyRizkalla in #456
- Fix single selection by @MohamedAbdallah-14 in #466
- Renaming Configuration class to ImagePickerConfiguration by @abdallahEid in #468
- [fix] demo project by @Vinzius in #472
- Added galleryOnly configuration mode by @shalamowww in #475
- renamed
ButtonPicker.configuration
by @Kirow in #483
New Contributors
- @RamyRizkalla made their first contribution in #456
- @MohamedAbdallah-14 made their first contribution in #466
- @abdallahEid made their first contribution in #468
- @Vinzius made their first contribution in #472
- @shalamowww made their first contribution in #475
- @Kirow made their first contribution in #483
Full Changelog: 3.2.0...3.3.0
ImagePicker — 3.2.0
Update to Swift 5 and Xcode 11.
3.1.0
- Add support for Objective-C, remove deprecations #358
- Bump version to indicate Obj-C support #360
- Unowned refrence when taking picutre fix #364
- Added config value for handling volume actions #365
- Dismiss when only one photo requested and selected #367
- Add iPhoneX layout support #372
- Fix accessibility labels #389
- Fix build by making code succeed linting. #401
3.0.0
- Swift 4 support 🎉
2.1.1
2.1.0
2.0.0 - Swift 3
This release includes the Swift 3 implementation of ImagePicker!
1.4.1
1.4.0
1.3.0
- Migrate to Swift 2.2 #119
- Fixes image selection #120
- Internal refactoring #121
- Features AssetManager #122
- LocationManager has been moved into its own file #128
- Some rotation based issues are fixed #127
- Fixes "No image available" label position #130
- Fixes image limit bug #129
- Fixes UI when Camera access is denied #133
- Internal refactoring to handle permissions more efficiently #136
- Reloads data after collection size is change #139
- Properly reset transform and contentInset when in
viewDidAppear
#140 - Fix crash on iPad by removing
sessionPreset
#134 - Refactor ImageGalleryPanGestureDelegate #132