@pixelverse/strichjs-sdk 1.9.0 → 1.9.2
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 -0
- package/dist/strich-noesm.js +16 -16
- package/dist/strich.d.ts +14 -4
- package/dist/strich.js +16 -16
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
|
|
4
4
|
|
|
5
|
+
## [1.9.2] - 2025-08-13
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Fixed an issue in the Aztec Code decoder that prevented codes of dimension 31x31 to be read.
|
|
10
|
+
|
|
11
|
+
## [1.9.1] - 2025-08-11
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Extended `PopupConfiguration` to allow passing in a `FrameSourceConfiguration`, allowing more advanced configuration of the frame source in `PopupScanner`.
|
|
16
|
+
- `rememberCameraDeviceId` now falls back to the device label, if the ID of the remembered device changed. This makes remembering the camera more robust on browsers that rotate the device IDs frequently, like Samsung Internet.
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- A remembered device no longer being available no longer clears the remembered device.
|
|
21
|
+
- Switching cameras on Firefox Android no longer causes an error.
|
|
22
|
+
|
|
5
23
|
## [1.9.0] - 2025-07-09
|
|
6
24
|
|
|
7
25
|
### Changed
|