@pixelverse/strichjs-sdk 1.9.2 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -1
- package/dist/strich-noesm.js +12 -12
- package/dist/strich.js +12 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
|
|
4
4
|
|
|
5
|
+
## [1.10.1] - 2025-10-06
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Updated Emscripten WASM compiler to 4.15.0.
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- QR Codes with 'Structured Append' mode no longer lead to detections with empty data. The QR Code payload is now passed through.
|
|
14
|
+
- Fixed an issue in the PDF417 decoder that prevented many codes with less than 6 rows from being read.
|
|
15
|
+
|
|
16
|
+
## [1.10.0] - 2025-08-28
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Detections drawn on overlay are now cleared after calling `BarcodeReader.stop()`.
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- Significantly improved Aztec Code recognition, especially when reading them from an angle.
|
|
25
|
+
- Updated Emscripten WASM compiler to 4.13.0.
|
|
26
|
+
|
|
5
27
|
## [1.9.2] - 2025-08-13
|
|
6
28
|
|
|
7
29
|
### Fixed
|
|
@@ -52,7 +74,7 @@ The structure of this file follows the recommendations from: https://keepachange
|
|
|
52
74
|
|
|
53
75
|
### Changed
|
|
54
76
|
|
|
55
|
-
-
|
|
77
|
+
- Updated Emscripten WASM compiler to 4.0.9.
|
|
56
78
|
|
|
57
79
|
### Fixed
|
|
58
80
|
|