@pixelverse/strichjs-sdk 0.9.7 → 0.9.9

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.9] - 2023-03-10
4
+
5
+ ### Fixed
6
+
7
+ - BarcodeReader.destroy() now properly removes all elements added to the host element
8
+ - Respect analyticsOptOut: false for offline-capable licenses that still want usage data
9
+
10
+ ## [0.9.8] - 2023-02-28
11
+
12
+ ### Fixed
13
+
14
+ - Fixed bug where online license verification was not retried on network errors, only on non-200 HTTP status codes.
15
+
3
16
  ## [0.9.7] - 2023-02-23
4
17
 
5
18
  ### Fixed