cordova-plugin-camera-preview
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -7,4 +7,10 @@ # Changelog | ||
## v0.11.0 | ||
## v0.11.1 - November 19, 2019 - LATEST RELEASED VERSION | ||
- [PR #573](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/pull/573) - Fetch number of cameras immediately before switching cameras in Android | ||
- [Issue #428](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/issues/428) - Fix mispelling of `continuous` within iOS source code for focus modes (was `cotinuous` before) | ||
- [PR #568](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/pull/568), [PR #570](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/pull/570) - Resolves plugin interaction issues when toBack is set and other plugins like cordova-plugin-googlemaps are changing the layout | ||
## v0.11.0 - May 20, 2019 | ||
- [PR #525](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/pull/525) - Add function `takeSnapshot` for quick image captures | ||
@@ -17,4 +23,6 @@ - [PR #441](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/pull/441) - Add android only option `storeToFile` for storage in temporary file instead of base64 | ||
## v0.10.0 - June 13, 2018 - LATEST RELEASED VERSION | ||
## v0.10.0 - June 13, 2018 | ||
- Merge in features and fixes from various forks | ||
## v0.9.0 - May 9, 2017 | ||
@@ -21,0 +29,0 @@ |
{ | ||
"name": "cordova-plugin-camera-preview", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Cordova plugin that allows camera interaction from HTML code for showing camera preview below or on top of the HTML.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -429,2 +429,4 @@ # Cordova Plugin Camera Preview | ||
*Currently this feature is for Android only. A PR for iOS support would be happily accepted* | ||
<info>Get the characteristics of all available cameras. Returns a JSON object representing the characteristics of all available cameras.</info><br/> | ||
@@ -431,0 +433,0 @@ |
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
339998
795