@pixelverse/strichjs-sdk 1.9.1 → 1.10.0
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 +18 -1
- package/dist/strich-noesm.js +13 -13
- package/dist/strich.js +13 -13
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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.0] - 2025-08-28
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Detections drawn on overlay are now cleared after calling `BarcodeReader.stop()`.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Significantly improved Aztec Code recognition, especially when reading them from an angle.
|
|
14
|
+
- Updated Emscripten WASM compiler to 4.13.0.
|
|
15
|
+
|
|
16
|
+
## [1.9.2] - 2025-08-13
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Fixed an issue in the Aztec Code decoder that prevented codes of dimension 31x31 to be read.
|
|
21
|
+
|
|
5
22
|
## [1.9.1] - 2025-08-11
|
|
6
23
|
|
|
7
24
|
### Added
|
|
@@ -46,7 +63,7 @@ The structure of this file follows the recommendations from: https://keepachange
|
|
|
46
63
|
|
|
47
64
|
### Changed
|
|
48
65
|
|
|
49
|
-
-
|
|
66
|
+
- Updated Emscripten WASM compiler to 4.0.9.
|
|
50
67
|
|
|
51
68
|
### Fixed
|
|
52
69
|
|