@pixelverse/strichjs-sdk 1.7.0 → 1.7.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 +14 -0
- package/dist/strich-noesm.js +2 -2
- package/dist/strich.d.ts +68 -22
- package/dist/strich.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
|
|
4
4
|
|
|
5
|
+
## [1.7.2] - 2025-03-27
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Clarified documentation around BarcodeReader lifecycle methods and their relation to camera access.
|
|
10
|
+
- Added missing ARIA attributes for flashlight toggle control.
|
|
11
|
+
- Added missing TypeDoc annotations that resulted in broken or nonexistent links in reference documentation.
|
|
12
|
+
|
|
13
|
+
## [1.7.1] - 2025-02-17
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
|
|
17
|
+
- PopupScanner can now be more extensively styled by supplying an overlay configuration in the `overlay` option of the PopupScanner configuration. This also enables Enterprise license holders to use the custom branding add-on within PopupScanner.
|
|
18
|
+
|
|
5
19
|
## [1.7.0] - 2025-01-28
|
|
6
20
|
|
|
7
21
|
### Added
|