@pixelverse/strichjs-sdk 1.0.4 → 1.0.5

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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.5] - 2023-04-18
4
+
5
+ ### Fixed
6
+
7
+ - Deactivating audio feedback (beep) was not possible.
8
+
9
+ ### Added
10
+
11
+ - Log a warning to the browser console if an invalid resolution (e.g. 'qhd') is specified in the frame source configuration.
12
+
3
13
  ## [1.0.4] - 2023-03-30
4
14
 
5
15
  ### Fixed