edatalia-websign 3.3.2 → 3.3.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 +8 -0
- package/dist/web-sign-core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All significant updates to this project will be documented here.
|
|
4
4
|
This changelog is public.
|
|
5
5
|
|
|
6
|
+
## [3.3.3] - 2026-02-03
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
|
|
10
|
+
- **Single Point Visual Feedback:** Improved visual feedback for single point/dot signatures (clicks without movement) on all signature modes including DTU, mouse, and touch screens. Circles are now drawn to represent single points with proper pressure sensitivity.
|
|
11
|
+
|
|
6
12
|
## [3.3.2] - 2026-01-27
|
|
7
13
|
|
|
8
14
|
### Fixed
|
|
@@ -20,8 +26,10 @@ This changelog is public.
|
|
|
20
26
|
### Added
|
|
21
27
|
|
|
22
28
|
- **Middleware Mode:** New `useMiddleware` parameter to route signature data through an external middleware before completing the signature flow.
|
|
29
|
+
|
|
23
30
|
- **Offline Mode:** New `offlineMode` and `offlineModeAutoFetch` parameters to enable offline signature capture using Service Worker with automatic sync when connection is restored.
|
|
24
31
|
|
|
32
|
+
|
|
25
33
|
## [3.2.8] - 2026-01-15
|
|
26
34
|
|
|
27
35
|
### Fixed
|