@pixelverse/strichjs-sdk 1.4.4 → 1.4.6

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
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.6] - 2024-04-04
4
+
5
+ ### Added
6
+
7
+ - Flashlight capability is now available on iOS, as newer versions of Safari apparently support it.
8
+
9
+ ### Fixed
10
+
11
+ - Improved camera reliability on iOS, Safari 17.4 spuriously loses the camera stream, and we were unable to recover from this event in all situations.
12
+ - Fixed symbologies sometimes being enabled even though they were not configured due to uninitialized memory.
13
+
14
+ ## [1.4.5] - 2024-03-26
15
+
16
+ ### Fixed
17
+
18
+ - Fixed the `BarcodeReader` host element growing in vertical size in certain layout situations. A ResizeObserver was registered on the host element and caused an endless loop. The element hosting the camera stream will now no longer adapt automatically to size changes of the host element.
19
+
20
+ ### Changed
21
+
22
+ - If an error occurs in the constructor of `BarcodeReader`, the thrown error will now include the `detailMessage` in its `message` property, making it easier to identify problems during integration. Previously `message` contained only an opaque error message (*The supplied configuration is not valid*) which was not helpful in debugging issues such as the host element not using relative positioning.
23
+
3
24
  ## [1.4.4] - 2024-03-04
4
25
 
5
26
  ### Added