File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ Known issues:
77
77
* [ Apple] The scan window does not work correctly.
78
78
* [ Apple] The camera flash briefly shows when the camera is started.
79
79
80
+ ## 6.0.6
81
+ Bugs fixed:
82
+ * [ web] Fixed a bug that prevented color inverted barcodes from being scanned.
83
+
84
+ Improvements:
85
+ * [ web] Bump ZXingJS from version 0.19.1 to 0.21.3.
86
+
80
87
## 6.0.5
81
88
Bugs fixed:
82
89
* [ Android] Fixed crash due to imageProxy being closed too early.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ final class ZXingBarcodeReader extends BarcodeReader {
53
53
}
54
54
55
55
@override
56
- String get scriptUrl => 'https://unpkg.com/@zxing/library@0.19.1 ' ;
56
+ String get scriptUrl => 'https://unpkg.com/@zxing/library@0.21.3 ' ;
57
57
58
58
JSMap ? _createReaderHints (List <BarcodeFormat > formats) {
59
59
if (formats.isEmpty || formats.contains (BarcodeFormat .all)) {
You can’t perform that action at this time.
0 commit comments