@pixelverse/strichjs-sdk 0.9.8 → 0.9.10

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.10] - 2023-03-10
4
+
5
+ ### Changed
6
+
7
+ - Force WebGL context loss when destroying WebGL resources, avoiding warning messages when too many WebGL contexts are allocated.
8
+
9
+ ### Fixed
10
+
11
+ - BarcodeReader.destroy() did not destroy all engine resources, leading to intermittent crashes on iOS Safari
12
+
13
+ ## [0.9.9] - 2023-03-10
14
+
15
+ ### Fixed
16
+
17
+ - BarcodeReader.destroy() now properly removes all elements added to the host element
18
+ - Respect analyticsOptOut: false for offline-capable licenses that still want usage data
19
+
3
20
  ## [0.9.8] - 2023-02-28
4
21
 
5
22
  ### Fixed