edatalia-websign 3.5.3 → 3.5.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
@@ -3,6 +3,18 @@
3
3
  All significant updates to this project will be documented here.
4
4
  This changelog is public.
5
5
 
6
+ ## [3.5.5] - 2026-06-22
7
+
8
+ ### Fixed
9
+
10
+ - STU signature no longer throws when no device is connected (avoided `setInkingMode` call on a null tablet)
11
+
12
+ ## [3.5.4] - 2026-06-02
13
+
14
+ ### Fixed
15
+
16
+ - DTU bridge widget buttons disabled until device is connected and capture is active
17
+
6
18
  ## [3.5.3] - 2026-06-01
7
19
 
8
20
  ### Fixed
package/README.md CHANGED
@@ -79,7 +79,7 @@ WebSign comes with default parameter values, but it's recommended to set them to
79
79
  mainContainerHeight: "800px",
80
80
  widget: {
81
81
  type: "fixed",
82
- page: 0.
82
+ page: 0,
83
83
  width: 160,
84
84
  height: 100,
85
85
  x: 100,