Committed by
GitHub
Merge pull request #1311 from navaronbracke/roll_zxing_js
fix: bump zxing js from 0.19.1 to 0.21.3
Showing
2 changed files
with
8 additions
and
1 deletions
| 1 | +## NEXT | ||
| 2 | +Bugs fixed: | ||
| 3 | +* [web] Fixed a bug that prevented color inverted barcodes from being scanned. | ||
| 4 | + | ||
| 5 | +Improvements: | ||
| 6 | +* [web] Bump ZXingJS from version 0.19.1 to 0.21.3. | ||
| 7 | + | ||
| 1 | ## 6.0.5 | 8 | ## 6.0.5 |
| 2 | Bugs fixed: | 9 | Bugs fixed: |
| 3 | * [Android] Fixed crash due to imageProxy being closed too early. | 10 | * [Android] Fixed crash due to imageProxy being closed too early. |
| @@ -52,7 +52,7 @@ final class ZXingBarcodeReader extends BarcodeReader { | @@ -52,7 +52,7 @@ final class ZXingBarcodeReader extends BarcodeReader { | ||
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | @override | 54 | @override |
| 55 | - String get scriptUrl => 'https://unpkg.com/@zxing/library@0.19.1'; | 55 | + String get scriptUrl => 'https://unpkg.com/@zxing/library@0.21.3'; |
| 56 | 56 | ||
| 57 | JSMap? _createReaderHints(List<BarcodeFormat> formats) { | 57 | JSMap? _createReaderHints(List<BarcodeFormat> formats) { |
| 58 | if (formats.isEmpty || formats.contains(BarcodeFormat.all)) { | 58 | if (formats.isEmpty || formats.contains(BarcodeFormat.all)) { |
-
Please register or login to post a comment