edatalia-websign 3.5.0 → 3.5.1

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,16 @@
3
3
  All significant updates to this project will be documented here.
4
4
  This changelog is public.
5
5
 
6
+ ## [3.5.1] - 2026-05-12
7
+
8
+ ### Added
9
+
10
+ - Support for `ArrayBuffer` as input PDF
11
+
12
+ ### Fixed
13
+
14
+ - DTU signature flow no longer hangs when no compatible DTU screen is detected
15
+
6
16
  ## [3.5.0] - 2026-04-15
7
17
 
8
18
  ### Added
package/README.md CHANGED
@@ -192,6 +192,7 @@ All parameters below are part of the `config` object:
192
192
  | `useMiddleware` | `boolean` | Routes signature data through an external middleware via callback before completing the flow |
193
193
  | `offlineMode` | `boolean` | Enables offline signature capture using Service Worker |
194
194
  | `offlineModeAutoFetch` | `boolean` | Auto-syncs pending requests in background without prompting the user |
195
+ | `useFullMode` | `boolean` | Enables the full integrated mode: embeds a PDF.js viewer with interactive widget positioning (drag, resize, page navigation) and signature buttons inside the viewer. Default: `false` |
195
196
  ---
196
197
 
197
198