@pixelverse/strichjs-sdk 1.8.2 → 1.9.0
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 +12 -0
- package/dist/strich-noesm.js +17 -17
- package/dist/strich.d.ts +0 -4
- package/dist/strich.js +15 -15
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.0] - 2025-07-09
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Successful online license checks now persist for up to 48 hours, allowing for instant initialization in most cases, and intermittent offline use by PWAs.
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Calling `PopupScanner.scan()` before the SDK is initialized no longer results in a frozen popup with a spinner.
|
|
14
|
+
- Properly marked accidentally exposed utility methods of `SdkError` as internal.
|
|
15
|
+
- Opting out of usage data for Enterprise licenses only worked for offline keys, now the capability is honored also for online keys.
|
|
16
|
+
|
|
5
17
|
## [1.8.2] - 2025-06-16
|
|
6
18
|
|
|
7
19
|
### Fixed
|