@pixelverse/strichjs-sdk 1.7.2 → 1.7.3

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
@@ -2,6 +2,14 @@
2
2
 
3
3
  The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
4
4
 
5
+ ## [1.7.3] - 2025-04-10
6
+
7
+ ### Added
8
+
9
+ - It is now possible to provide an object instead of a boolean for the audio feedback configuration.
10
+ - The new audio feedback configuration object has an `enabled` property with the same semantics as the naked boolean option.
11
+ - The type of the AudioSession to use for emitting the beep can now be set using the `audioSessionType` property of the audio feedback configuration object. Setting the value to `null` will opt out of setting the AudioSession type. The value `transient` is still used as the default.
12
+
5
13
  ## [1.7.2] - 2025-03-27
6
14
 
7
15
  ### Fixed