@pixelverse/strichjs-sdk 1.12.1 → 1.12.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,16 @@
2
2
 
3
3
  The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
4
4
 
5
+ ## [1.12.2] - 2025-12-15
6
+
7
+ ### Added
8
+
9
+ - The SDK's camera selection logic can now be customized by providing a camera selector callback through `BarcodeReader.cameraSelector`. The callback receives the list of available cameras and returns the camera that should be used, or `undefined`, in which case the default logic is used.
10
+
11
+ ### Fixed
12
+
13
+ - Slightly improved Data Matrix detection rate by using a more precise grid mapping.
14
+
5
15
  ## [1.12.1] - 2025-12-05
6
16
 
7
17
  ### Changed