@pixelverse/strichjs-sdk 1.3.0 → 1.3.2

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.3.2] - 2023-10-26
4
+
5
+ ### Fixed
6
+
7
+ - Fixed an issue that led to offline-capable license keys being reported as expired.
8
+
9
+ ## [1.3.1] - 2023-10-14
10
+
11
+ ### Added
12
+
13
+ - Added configuration option `focusOnTap` (default: `true`) to overlay configuration: this toggles the autofocus that occurs when tapping on the overlay. Previously focusing on tap was always enabled.
14
+
15
+ ### Changed
16
+
17
+ - Adapted license service calls in order to re-enable detailed usage stats in Customer Portal using Client Hints. No changes to existing Content Security Policies are necessary.
18
+
3
19
  ## [1.3.0] - 2023-09-20
4
20
 
5
21
  ### Added
package/dist/strich.d.ts CHANGED
@@ -232,6 +232,10 @@ export interface OverlayConfiguration {
232
232
  * @default true
233
233
  */
234
234
  showFlashlight?: boolean;
235
+ /**
236
+ * @default true (where supported)
237
+ */
238
+ focusOnTap?: boolean;
235
239
  /**
236
240
  * Override the STRICH logo displayed in the bottom-right corner with a custom image.
237
241
  *