@pixelverse/strichjs-sdk 1.8.2 → 1.9.1

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,30 @@
2
2
 
3
3
  The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
4
4
 
5
+ ## [1.9.1] - 2025-08-11
6
+
7
+ ### Added
8
+
9
+ - Extended `PopupConfiguration` to allow passing in a `FrameSourceConfiguration`, allowing more advanced configuration of the frame source in `PopupScanner`.
10
+ - `rememberCameraDeviceId` now falls back to the device label, if the ID of the remembered device changed. This makes remembering the camera more robust on browsers that rotate the device IDs frequently, like Samsung Internet.
11
+
12
+ ### Fixed
13
+
14
+ - A remembered device no longer being available no longer clears the remembered device.
15
+ - Switching cameras on Firefox Android no longer causes an error.
16
+
17
+ ## [1.9.0] - 2025-07-09
18
+
19
+ ### Changed
20
+
21
+ - Successful online license checks now persist for up to 48 hours, allowing for instant initialization in most cases, and intermittent offline use by PWAs.
22
+
23
+ ### Fixed
24
+
25
+ - Calling `PopupScanner.scan()` before the SDK is initialized no longer results in a frozen popup with a spinner.
26
+ - Properly marked accidentally exposed utility methods of `SdkError` as internal.
27
+ - Opting out of usage data for Enterprise licenses only worked for offline keys, now the capability is honored also for online keys.
28
+
5
29
  ## [1.8.2] - 2025-06-16
6
30
 
7
31
  ### Fixed