cordova-plugin-advanced-imagepicker
Advanced tools
Comparing version 1.5.5 to 1.6.0
@@ -0,1 +1,18 @@ | ||
## [1.6.0](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/compare/V1.5.5...V1.6.0) (2022-08-16) | ||
### ⚠ BREAKING CHANGES | ||
* **ios:** you have to manually set `NSCameraUsageDescription`, `NSPhotoLibraryUsageDescription` and `NSMicrophoneUsageDescription` now | ||
### Features | ||
* **android:** Support PickerCanceled error ([#43](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/issues/43)) ([f57f470](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/commit/f57f47061c92edfd94ec37cbcb9300c941e55690)) | ||
* **ios:** update library version ([ca3a33e](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/commit/ca3a33e88e43d249b6aea57aef24136850f80415)) | ||
### Code Refactoring | ||
* **ios:** remove hardcoded plist permission strings ([12425c7](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/commit/12425c74597e1b7d0a359c4c01d8942ba0f898fa)) | ||
### [1.5.5](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/compare/V1.5.4...V1.5.5) (2022-01-07) | ||
@@ -2,0 +19,0 @@ |
{ | ||
"name": "cordova-plugin-advanced-imagepicker", | ||
"version": "1.5.5", | ||
"version": "1.6.0", | ||
"description": "Cordova Plugin for an advanced (multiple) ImagePicker", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -7,4 +7,4 @@ # Advanced ImagePicker Cordova Plugin | ||
It currently uses [Yummypets/YPImagePicker](https://github.com/Yummypets/YPImagePicker) (Version `4.5.0`) on iOS and | ||
[ParkSangGwon/TedImagePicker](https://github.com/ParkSangGwon/TedImagePicker) (Default-Version `1.2.2`) on Android. | ||
It currently uses [Yummypets/YPImagePicker](https://github.com/Yummypets/YPImagePicker) (Version `5.2.1`) on iOS and | ||
[ParkSangGwon/TedImagePicker](https://github.com/ParkSangGwon/TedImagePicker) (Default-Version `1.2.8`) on Android. | ||
@@ -70,3 +70,3 @@ **This Plugin is in active development!** | ||
- ANDROID_IMAGE_PICKER_VERSION - Version of `gun0912.ted:tedimagepicker` / default to `1.1.4` | ||
- ANDROID_IMAGE_PICKER_VERSION - Version of `gun0912.ted:tedimagepicker` / default to `1.2.8` | ||
@@ -188,3 +188,2 @@ ## iOS | ||
- Currently, the Android Library is not able to select Images and Videos at the same Time. See reported Issue [here](https://github.com/ParkSangGwon/TedImagePicker/issues/40). | ||
- The `PickerCanceled` ErrorCode is currently not supported in Android | ||
@@ -191,0 +190,0 @@ # Changelog |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43299
190