edatalia-websign 3.3.0 → 3.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
@@ -3,14 +3,26 @@
3
3
  All significant updates to this project will be documented here.
4
4
  This changelog is public.
5
5
 
6
- ## [3.3.0] - 2025-01-27
6
+ ## [3.3.2] - 2026-01-27
7
+
8
+ ### Fixed
9
+
10
+ - Readme fixes
11
+
12
+ ## [3.3.1] - 2026-01-27
13
+
14
+ ### Fixed
15
+
16
+ - Signotec double `setDisplayPDF` call when EBP is enabled
17
+
18
+ ## [3.3.0] - 2026-01-27
7
19
 
8
20
  ### Added
9
21
 
10
22
  - **Middleware Mode:** New `useMiddleware` parameter to route signature data through an external middleware before completing the signature flow.
11
23
  - **Offline Mode:** New `offlineMode` and `offlineModeAutoFetch` parameters to enable offline signature capture using Service Worker with automatic sync when connection is restored.
12
24
 
13
- ## [3.2.8] - 2025-01-15
25
+ ## [3.2.8] - 2026-01-15
14
26
 
15
27
  ### Fixed
16
28
 
@@ -18,7 +30,7 @@ This changelog is public.
18
30
  - Fixed signature drawing offset when using custom `signatureContainerWidth` and `signatureContainerHeight` values
19
31
  - Added support for percentage-based container sizes using `getBoundingClientRect()`
20
32
 
21
- ## [3.2.7] - 2025-01-14
33
+ ## [3.2.7] - 2026-01-14
22
34
 
23
35
  ### Changed
24
36
 
package/README.md CHANGED
@@ -320,11 +320,6 @@ const config = {
320
320
  ```
321
321
  > DTU signing is only supported in **Google Chrome**, **Edge**, and **Opera**.
322
322
 
323
-
324
- ## 🧩 WebSign Bridge (Desktop helper)
325
-
326
- WebSign Bridge is a lightweight desktop companion that enhances WebSign with native capabilities via a local service. It enables high‑performance operations and access to the local environment when your app runs in the browser.
327
-
328
323
  ---
329
324
 
330
325
  ## 📴 Offline Mode
@@ -354,6 +349,9 @@ const config = {
354
349
  - **HTTPS with valid SSL certificate**: Service Workers require a secure context. For local development, use tools like `mkcert` to generate a trusted certificate.
355
350
 
356
351
  ---
352
+ ## 🧩 WebSign Bridge (Desktop helper)
353
+
354
+ WebSign Bridge is a lightweight desktop companion that enhances WebSign with native capabilities via a local service. It enables high‑performance operations and access to the local environment when your app runs in the browser.
357
355
 
358
356
  ### Why use the Bridge?
359
357