Releases: Yummypets/YPImagePicker
Xcode 11.2.1, Dark mode support, Zoom support etc.
- Supports Dark Mode (Thanks @chrischute)
- Adds Zoom when taking picture or videos
- Enables taking non-squared photos & videos and a full screen preview when
onlySquareImagesFromCamera
is false - You can enable removing media items from the edit gallery by setting
config.gallery.hidesRemoveButton = false
- Fixes a bug where crop setting was not taken into account in multiple selection (thanks @XinHaoZhuang)
- Orientation is now correct even when orientation is locked on the device (now using CMMotionManager
- Fixes an audio issue when recording mp4 videos thanks @gintechsystems
- Fixes a permission crash big thanks to @heikorehder !
- Builds with Xcode 11.2.1.
- Fixes #176, #320, #279, #347, #306, #414, #397, #401
Big thanks to:
@fschaus, @bybash, @5fcgdaeb, @ashwinp-r, @Vollando, @XinHaoZhuang, @jinjinbary, @Emefar, @OlegZhuckovich, murilxaraujo, @jonnyarc, @rodribech20, @bithavoc, @Berk-Kaya, @daveleenew, @victormihaita, @aegzorz, @sedler, @barisozr, @MarkusWu, @hansemannn, @bithavoc, @kevinrenskers
Special mention to @kf99916 for his outstanding contributions ๐ฅ
Xcode 11 & Swift 5.1
- Builds with Xcode 11 & Swift 5.1
Xcode 11 & Swift 5.1
โ ๏ธ This is a prerelease, seems like iOS13 breaks some of the UI (crop for example)- Builds with Xcode 11 & Swift 5.1
Swift 5 and Xcode 10.2 !
This is the much awaited Swift 5 compatible release ๐พ ๐ป !
We also have quite a lot of bug fixes and improvements, courtesy of our amazing contributors ๐ :
- Project broke on new Xcode 10.2 #334
- Add support for Swift 5.0 #335
- Problem with Swift 5, problem raising from Stevia fillContainer() #327
- Fix bug of flashlight button disappearing when flip camera twice #308
- Select previously selected image when deselecting in multi-selection #311
- Add configuration of default multiple selection. #312
- Crash in YPLibrary+LibraryChange.swift #325
- Separte photo filters and video trimmer configuration. #319
- After changing the album, the automatically selected image is not selected. #302
Massive thanks to @snowtema, @pushpsenairekar2911, @halfvim, @slashmo, @kzumu, @Out1and3r, @shopno111, @javiermanzo, @jasudev who have participated in this release, your help is precious ๐
3.5.3
- Fixes #252 Multiple selection issue when taking photos with the native camera in the middle of multi-selection. Thanks @taratandel for noticing ๐
- Fixes #287 tap to focus that was broken , kudos to @bithavoc
- Adds #253 "cross folder" multiple selection, fixing #193 Kudos to @mpiechocki for tackling such a big feature ๐ ๐ฅ
- #231 Enables hidind the bottom bar, for example when showing a single screen. Kudos @ylin0x81
- Allow no selection when multi-selecting #249 @mpiechocki again ๐ค
- Fixes #291 Library crop does not work when maxNumberOfItems = 1. Bug found and fixed by @calsmith ๐
- #295 Setting square to be the default crop option (ala instagram) thanks to @jasudev
And also, Happy new year ๐ ๐พ !!!!
3.5.2
- Removes old deprecated callbacks with warnings as described in #240 by @5fcgdaeb
- Adds Korean courtesy of @trilliwon ๐ฐ๐ท
- Fixes "Umbrella header PrynTrimmerView.h not found" #242 @ylin0x81
- Fixed a memory leak in YPImagePicker #238 @ylin0x81
- Fixes library crop button needing 2 taps to work the first time #243
Special mention for @ylin0x81 for his work on this release ๐
Xcode 10 & Swift 4.2
Xcode 10 & Swift 4.2- Prerelease
3.4.1
- Added to config:
preferredStatusBarStyle
,bottomMenuItemUnSelectedColour
,bottomMenuItemSelectedColour
,PHFetchOptions
- Added PHAsset to YPMediaPhoto
- Introduces minWidthForItem to enable the restriction for the max height of the asset, like in instagramm! ๐
- Totally rebuilded filters! Now they work smoothly.๐ฅ
- The gallery now work better with touches and panning - not moving up every time.๐๐ป
Also some changes that fixes diff problems: - Preventing of selecting the same asset in lib. Fix with wrong zooming in lib.
- Fix for #177 with mov only captured video.
- Fixed the #190 bug with crash in video capture.
- Fix for video without audio track.
- Important - added a cancelling of proccessing the video.
- Fix for #137 with not cropped video recording.
Some UI improvements.
3.4.0
- Use
weak
overunowned
to fix crashes, kudos to @jonasecandersson ๐ fixes #178 - Use correct video Orientation even when phone is "orientation locked" Thanks to @Appswage fixes #161
- Introduces
numberOfItemsInRow
&spacingBetweenItems
to customize library layout, courtesy of @shotat ๐ - Fixes Library being stuck with a small number of items, due to the collectionView
alwaysBounceVertical
defaulting tofalse
. Kudos to @shotat again ๐ฅ - Adds ๐ฎ๐ฉ Indonesian language thanks to @wsnjy ๐
- Improves UI on Gallery with multiple items, adds natural paging + touch animations. fixes #135
Thank you so much for your great work on this release, you are the BEST! <3