@pixelverse/strichjs-sdk 1.7.1 → 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 CHANGED
@@ -2,6 +2,14 @@
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
+
5
13
  ## [1.7.1] - 2025-02-17
6
14
 
7
15
  ### Added