cordova-plugin-camera
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -40,3 +40,3 @@ --- | ||
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge"> | ||
<string>need to photo library access to get pictures from there</string> | ||
<string>need photo library access to get pictures from there</string> | ||
</edit-config> | ||
@@ -53,3 +53,3 @@ ``` | ||
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge"> | ||
<string>need to photo library access to save pictures there</string> | ||
<string>need photo library access to save pictures there</string> | ||
</edit-config> | ||
@@ -56,0 +56,0 @@ ``` |
{ | ||
"name": "cordova-plugin-camera", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Cordova Camera Plugin", | ||
@@ -5,0 +5,0 @@ "types": "./types/index.d.ts", |
@@ -98,3 +98,3 @@ --- | ||
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge"> | ||
<string>need to photo library access to get pictures from there</string> | ||
<string>need photo library access to get pictures from there</string> | ||
</edit-config> | ||
@@ -111,3 +111,3 @@ ``` | ||
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge"> | ||
<string>need to photo library access to save pictures there</string> | ||
<string>need photo library access to save pictures there</string> | ||
</edit-config> | ||
@@ -277,3 +277,3 @@ ``` | ||
| sourceType | <code>[PictureSourceType](#module_Camera.PictureSourceType)</code> | <code>CAMERA</code> | Set the source of the picture. | | ||
| allowEdit | <code>Boolean</code> | <code>true</code> | Allow simple editing of image before selection. | | ||
| allowEdit | <code>Boolean</code> | <code>false</code> | Allow simple editing of image before selection. | | ||
| encodingType | <code>[EncodingType](#module_Camera.EncodingType)</code> | <code>JPEG</code> | Choose the returned image file's encoding. | | ||
@@ -280,0 +280,0 @@ | targetWidth | <code>number</code> | | Width in pixels to scale image. Must be used with `targetHeight`. Aspect ratio remains constant. | |
@@ -23,2 +23,8 @@ <!-- | ||
### 4.0.3 (Apr 12, 2018) | ||
* [CB-12593](https://issues.apache.org/jira/browse/CB-12593) **Android** Fix potential `FileProvider` conflicts | ||
* Fix a mistake in the examples of usage descriptions (#313) | ||
* CB-13854(ios): fix Camera opens in portrait orientation on iphones | ||
* [CB-13415](https://issues.apache.org/jira/browse/CB-13415) **Android** Importing corrupt images using the Camera plugin crashes the app | ||
### 4.0.2 (Jan 24, 2018) | ||
@@ -25,0 +31,0 @@ * [CB-13781](https://issues.apache.org/jira/browse/CB-13781) (android) Fixed permissions request on **Android** 8 to save a photo into the photo album |
@@ -69,3 +69,3 @@ /* | ||
* @property {module:Camera.PictureSourceType} [sourceType=CAMERA] - Set the source of the picture. | ||
* @property {Boolean} [allowEdit=true] - Allow simple editing of image before selection. | ||
* @property {Boolean} [allowEdit=false] - Allow simple editing of image before selection. | ||
* @property {module:Camera.EncodingType} [encodingType=JPEG] - Choose the returned image file's encoding. | ||
@@ -72,0 +72,0 @@ * @property {number} [targetWidth] - Width in pixels to scale image. Must be used with `targetHeight`. Aspect ratio remains constant. |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
829263
100
0