edatalia-websign 3.4.9 → 3.5.0
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 +30 -0
- package/dist/web-sign-core.js +1 -1
- package/package.json +7 -13
- package/dist/default-ebp/blackAndWhiteEbp.ebp +0 -0
- package/dist/default-ebp/blackAndWhiteInitialEbp.ebp +0 -0
- package/dist/default-ebp/blackAndWhiteScreenSaver.png +0 -0
- package/dist/default-ebp/colorEbp.ebp +0 -0
- package/dist/default-ebp/colorInitialEbp.ebp +0 -0
- package/dist/default-ebp/colorScreenSaver.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All significant updates to this project will be documented here.
|
|
4
4
|
This changelog is public.
|
|
5
5
|
|
|
6
|
+
## [3.5.0] - 2026-04-15
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
|
|
10
|
+
- Integrated full mode into core version, unifying both builds into a single widget
|
|
11
|
+
- Full mode manager class for handling full mode logic within core
|
|
12
|
+
- WebHID and USB availability checks to prevent errors in Firefox
|
|
13
|
+
- Vitest setup
|
|
14
|
+
- Allow page 0 (sign all pages) with bridge client
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Unified signature widget class across full and core modes
|
|
19
|
+
- Redesigned widget buttons and improved overall UI appearance
|
|
20
|
+
- Increased button and text sizes for better usability
|
|
21
|
+
- Embedded necessary SVGs and CSS directly in JS, removing external viewer.css
|
|
22
|
+
- Removed local PDF.js files and connected API toolbar with buttons
|
|
23
|
+
- Removed references to the full build
|
|
24
|
+
- DTU: increased signature area and improved point conversion
|
|
25
|
+
- DTU: added translations
|
|
26
|
+
- Improved pen stroke rendering in Firefox
|
|
27
|
+
- `useFullMode` defaults to `false`
|
|
28
|
+
- Moved `archiver` from `dependencies` to `devDependencies` to avoid transitive vulnerability (CVE-2026-25547 in `brace-expansion`)
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- Fixed overlapping buttons with EBP in full widget
|
|
33
|
+
- Stop signature if captured points are less than minimum when bridge closes DTU (consistent behavior)
|
|
34
|
+
- Refactored style code in DTU for better maintainability
|
|
35
|
+
|
|
6
36
|
## [3.4.9] - 2026-03-18
|
|
7
37
|
|
|
8
38
|
### Fixed
|