@pixelverse/strichjs-sdk 1.4.5 → 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,16 @@
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
+
3
14
  ## [1.4.5] - 2024-03-26
4
15
 
5
16
  ### Fixed