Navaron Bracke

update changelog

@@ -5,11 +5,14 @@ Improvements: @@ -5,11 +5,14 @@ Improvements:
5 * [MacOS] Added support for `analyzeImage`. 5 * [MacOS] Added support for `analyzeImage`.
6 * [MacOS] Added a Privacy Manifest. 6 * [MacOS] Added a Privacy Manifest.
7 * [web] Added the size information to barcode results. 7 * [web] Added the size information to barcode results.
  8 +* [web] Added the video output size information to barcode capture.
8 * Added support for barcode formats to image analysis. 9 * Added support for barcode formats to image analysis.
9 * Updated the scanner to report any scanning errors that were encountered during processing. 10 * Updated the scanner to report any scanning errors that were encountered during processing.
10 * Introduced a new getter `hasCameraPermission` for the `MobileScannerState`. 11 * Introduced a new getter `hasCameraPermission` for the `MobileScannerState`.
11 * Fixed a bug in the lifecycle handling sample. Now instead of checking `isInitialized`, 12 * Fixed a bug in the lifecycle handling sample. Now instead of checking `isInitialized`,
12 the sample recommends using `hasCameraPermission`, which also guards against camera permission errors. 13 the sample recommends using `hasCameraPermission`, which also guards against camera permission errors.
  14 +* Updated the behavior of `returnImage` to only determine if the camera output bytes should be sent.
  15 +* Updated the behavior of `BarcodeCapture.size` to always be provided when available, regardless of `returnImage`.
13 16
14 Bugs fixed: 17 Bugs fixed:
15 * Fixed a bug that would cause the scanner to emit an error when it was already started. Now it ignores any calls to start while it is starting. 18 * Fixed a bug that would cause the scanner to emit an error when it was already started. Now it ignores any calls to start while it is starting.