cordova-plugin-advanced-imagepicker
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -1,3 +0,13 @@ | ||
# Changelog | ||
## [1.5.0](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/compare/V1.4.0...V1.5.0) (2021-10-10) | ||
### Features | ||
* **ios:** add more video config options ([#24](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/issues/24)) ([2833f38](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/commit/2833f38b35c63afe6eabe5b80ae53c849e4b072d)) | ||
### Code Refactoring | ||
* add semantic release ([cdf0006](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/commit/cdf0006aea589d9444716b6184f60b8816689ac3)) | ||
## 1.4.0 | ||
@@ -4,0 +14,0 @@ - Upgrade iOS dependency ([See changes](https://github.com/Yummypets/YPImagePicker/releases/tag/4.5.0)) |
{ | ||
"name": "cordova-plugin-advanced-imagepicker", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Cordova Plugin for an advanced (multiple) ImagePicker", | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "13.2.0", | ||
"@saithodev/semantic-release-backmerge": "1.5.3", | ||
"@semantic-release/changelog": "6.0.0", | ||
"@semantic-release/exec": "6.0.1", | ||
"@semantic-release/git": "10.0.0", | ||
"@semantic-release/npm": "8.0.0", | ||
"doctoc": "2.0.1" | ||
}, | ||
"scripts": { | ||
"doctoc": "doctoc readme.md --github --title '**Table of Content**' --maxlevel 3" | ||
}, | ||
"cordova": { | ||
@@ -37,6 +49,3 @@ "id": "cordova-plugin-advanced-imagepicker", | ||
}, | ||
"scripts": { | ||
"doctoc": "doctoc readme.md --github --title '**Table of Content**' --maxlevel 3" | ||
}, | ||
"homepage": "https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker" | ||
} |
@@ -146,2 +146,5 @@ # Advanced ImagePicker Cordova Plugin | ||
- videoCompression (string) ([Available Options](https://github.com/Yummypets/YPImagePicker/blob/23158e138bd649b40762bf2e4aa4beb0d463a121/Source/Configuration/YPImagePickerConfiguration.swift#L226-L240)) **default: AVAssetExportPresetHighestQuality** | ||
- recordingTimeLimit (number) **default: 60.0** **IOS only** | ||
- libraryTimeLimit (number) **default: 60.0** **IOS only** | ||
- minimumTimeLimit (number) **default: 3.0** **IOS only** | ||
@@ -148,0 +151,0 @@ ```js |
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
40590
21
260
191
7