@pixelverse/strichjs-sdk 1.0.4 → 1.0.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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.6] - 2023-04-19
4
+
5
+ ### Fixed
6
+
7
+ - The combination of Enterprise offline license with analytics opt-in did not work, no usage data was sent.
8
+
9
+ ## [1.0.5] - 2023-04-18
10
+
11
+ ### Fixed
12
+
13
+ - Deactivating audio feedback (beep) was not possible.
14
+
15
+ ### Added
16
+
17
+ - Log a warning to the browser console if an invalid resolution (e.g. 'qhd') is specified in the frame source configuration.
18
+
3
19
  ## [1.0.4] - 2023-03-30
4
20
 
5
21
  ### Fixed