edatalia-websign 3.1.2 → 3.1.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 +157 -146
- package/LICENSE.txt +14 -14
- package/README.md +414 -414
- 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/dist/web-sign-core.js +1 -1
- package/package.json +42 -42
package/CHANGELOG.md
CHANGED
|
@@ -1,146 +1,157 @@
|
|
|
1
|
-
# 📋 Changelog
|
|
2
|
-
|
|
3
|
-
All significant updates to this project will be documented here.
|
|
4
|
-
This changelog is public.
|
|
5
|
-
|
|
6
|
-
## [3.1.
|
|
7
|
-
|
|
8
|
-
###
|
|
9
|
-
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Changed
|
|
108
|
-
-
|
|
109
|
-
|
|
110
|
-
### Added
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
|
|
116
|
-
## [1.2.
|
|
117
|
-
|
|
118
|
-
###
|
|
119
|
-
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
- Improved
|
|
136
|
-
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
1
|
+
# 📋 Changelog
|
|
2
|
+
|
|
3
|
+
All significant updates to this project will be documented here.
|
|
4
|
+
This changelog is public.
|
|
5
|
+
|
|
6
|
+
## [3.1.3] - 2025-10-24
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
|
|
10
|
+
- DTU when bridge is off
|
|
11
|
+
|
|
12
|
+
## Added
|
|
13
|
+
|
|
14
|
+
- DisplayLink NT10 checks
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.1.2] - 2025-10-23
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Improvements to the aspect ratio of the EBPS and canvas.
|
|
22
|
+
- Default value for includeTimestamp changed to false.
|
|
23
|
+
|
|
24
|
+
## [3.1.1] - 2025-10-21
|
|
25
|
+
|
|
26
|
+
### Fix
|
|
27
|
+
|
|
28
|
+
- Refactor and fix conditional bridgeEnabled that prevented viewPDF from working.
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [3.1.0] - 2025-10-20
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
- **WebSign Bridge:** Introduces native desktop integration through a lightweight MSI installer.
|
|
36
|
+
- Provides **improved performance** in PDF signing workflows and **faster EBP loading**.
|
|
37
|
+
- Supports **signing with local certificates** installed on the machine for enhanced security.
|
|
38
|
+
- Enables communication between WebSign and the local environment through a background service.
|
|
39
|
+
- Added support for the global variable (`window.__APP_CONFIG__.bridgeEnabled`) which allows automatic Bridge detection and usage.
|
|
40
|
+
- New configuration parameters:
|
|
41
|
+
- `authenticationUrl`: defines the authentication service URL for token validation, which must match the token’s environment (sandbox or production).
|
|
42
|
+
- `displayCanvasSignatureButtonsInDTU`: allows displaying signature action buttons directly on the DTU device canvas.
|
|
43
|
+
|
|
44
|
+
## [3.0.15] - 2025-10-20
|
|
45
|
+
|
|
46
|
+
## [3.0.14] - 2025-10-15
|
|
47
|
+
|
|
48
|
+
### Changed
|
|
49
|
+
|
|
50
|
+
- WebSign: Adds pseudo-pressure when signing with a finger on mobile devices.
|
|
51
|
+
- WebSign: Uses tsp and ocsp by default if omitted in the configuration.
|
|
52
|
+
|
|
53
|
+
## [3.0.12] - 2025-10-07
|
|
54
|
+
|
|
55
|
+
### Added
|
|
56
|
+
|
|
57
|
+
- WebSign Core: Allows displaying action buttons on the DTU.
|
|
58
|
+
|
|
59
|
+
## [3.0.11] - 2025-10-03
|
|
60
|
+
|
|
61
|
+
### Fixed
|
|
62
|
+
|
|
63
|
+
- README.md: Corrected syntax error in the example and added optional CDN comments.
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## [3.0.10] - 2025-10-01
|
|
68
|
+
|
|
69
|
+
### Changed
|
|
70
|
+
|
|
71
|
+
- WebSign Full: Allows passing the Wacom object partially.
|
|
72
|
+
|
|
73
|
+
## [3.0.9] - 2025-09-30
|
|
74
|
+
|
|
75
|
+
### Fixed
|
|
76
|
+
|
|
77
|
+
- Added default EBPs from CDN in configuration.
|
|
78
|
+
- Completed README.md with examples and documentation.
|
|
79
|
+
- Fixed minor glitch with EBP buttons on the canvas.
|
|
80
|
+
- WebSign Core: Allows passing the Wacom object partially.
|
|
81
|
+
|
|
82
|
+
### Added
|
|
83
|
+
|
|
84
|
+
- Published this CHANGELOG.md to npm.
|
|
85
|
+
|
|
86
|
+
## [3.0.4] - 2025-09-01
|
|
87
|
+
|
|
88
|
+
### Fixed
|
|
89
|
+
|
|
90
|
+
- Added pressure value 1 when signing on mobile.
|
|
91
|
+
|
|
92
|
+
## [3.0.3] - 2025-08-26
|
|
93
|
+
|
|
94
|
+
### Fixed
|
|
95
|
+
|
|
96
|
+
- Canceling on DTU caused the PDF to close unexpectedly.
|
|
97
|
+
|
|
98
|
+
## [3.0.1] - 2025-07-17
|
|
99
|
+
|
|
100
|
+
### Fixed
|
|
101
|
+
- Fixed SHA512 error handling when HTTPS was unavailable.
|
|
102
|
+
- Disabled buttons during the signing process.
|
|
103
|
+
- Improved mobile padding within the signature container.
|
|
104
|
+
- Fixed `signatureThickness` property not applying correctly.
|
|
105
|
+
- Corrected button styles to prevent overrides in external CSS environments.
|
|
106
|
+
|
|
107
|
+
### Changed
|
|
108
|
+
- `signatureTimeLimit`: if set to 0 or null, no time limit is applied.
|
|
109
|
+
|
|
110
|
+
### Added
|
|
111
|
+
- Boolean parameter `loadSignedPdf` to reload the signed PDF after signing completion.
|
|
112
|
+
- Support for filling forms without breaking existing signatures (Full version only).
|
|
113
|
+
- Ability to sign/view multiple documents (Core version only).
|
|
114
|
+
- NPM package release.
|
|
115
|
+
|
|
116
|
+
## [1.2.2] - 2025-06-17
|
|
117
|
+
|
|
118
|
+
### Changed
|
|
119
|
+
- Removed `dtu.html` file (except for Salesforce). Now it runs via JavaScript using the existing `jsUrl` parameter to point to the WebSign script, which loads automatically.
|
|
120
|
+
|
|
121
|
+
### Added
|
|
122
|
+
- Default mobile responsiveness.
|
|
123
|
+
- Shadow DOM for signature widget buttons to prevent CSS conflicts with the host application.
|
|
124
|
+
- Internal permission management via `requestPermissions` property.
|
|
125
|
+
- `requestedEncodingBits` parameter to use 1, 16, or 24 bits of encoding — improves EBP upload performance by 25% (Full + DTU versions).
|
|
126
|
+
|
|
127
|
+
## [1.2.1] - 2025-04-30
|
|
128
|
+
|
|
129
|
+
### Fixed
|
|
130
|
+
- Bug in WebSign Full related to recent responsive changes.
|
|
131
|
+
- `signatureType` had no effect when used in custom configuration.
|
|
132
|
+
- Fixed widget with fixed type and null `x`/`y` coordinates.
|
|
133
|
+
|
|
134
|
+
### Changed
|
|
135
|
+
- Improved responsive behavior, tested on Salesforce, and fixed visual details.
|
|
136
|
+
- Enhanced error toast and callback handling.
|
|
137
|
+
|
|
138
|
+
### Added
|
|
139
|
+
- New boolean parameter `"debug"` to enable or disable error messages.
|
|
140
|
+
- New signing parameters: `properties`, `options`, `timestamp`, `ocsp`, `certificate`.
|
|
141
|
+
|
|
142
|
+
## [1.2.0] - 2025-04-23
|
|
143
|
+
|
|
144
|
+
### Added
|
|
145
|
+
- Added STU model as `deviceId`.
|
|
146
|
+
- Improved compatibility and rendering of large PDFs with native viewer.
|
|
147
|
+
- Added `auto` mode in the Full version.
|
|
148
|
+
- WebSign Full: download of updated and signed forms.
|
|
149
|
+
|
|
150
|
+
### Changed
|
|
151
|
+
- Refactored Salesforce-specific functions.
|
|
152
|
+
- Manual call to `webSign.start()` is no longer required — now handled internally.
|
|
153
|
+
|
|
154
|
+
### Fixed
|
|
155
|
+
- Fixed nested signature bug: previously signed PDFs can now be re-signed continuously.
|
|
156
|
+
- WebSign Full: interaction with the form is now blocked during signing.
|
|
157
|
+
- WebSign Full: prevents multiple simultaneous form downloads.
|
package/LICENSE.txt
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Licencia Comercial de Web-Sign
|
|
2
|
-
|
|
3
|
-
© 2024 edatalia data solutions. Todos los derechos reservados.
|
|
4
|
-
|
|
5
|
-
**Web-Sign** es un software propietario. Esta licencia permite el uso de la librería exclusivamente bajo las condiciones establecidas por edatalia data solutions.
|
|
6
|
-
|
|
7
|
-
## Condiciones de Uso
|
|
8
|
-
- Este software no puede ser distribuido, modificado, o utilizado sin el permiso explícito de edatalia data solutions.
|
|
9
|
-
- La redistribución no autorizada está prohibida.
|
|
10
|
-
- Para obtener derechos de uso comercial, contacta con nosotros en https://edatalia.com/contacto/.
|
|
11
|
-
|
|
12
|
-
## Garantía y Responsabilidad
|
|
13
|
-
Este software se proporciona "tal cual", sin garantías de ningún tipo.edatalia data solutions no es responsable de ningún daño derivado del uso del software.
|
|
14
|
-
|
|
1
|
+
# Licencia Comercial de Web-Sign
|
|
2
|
+
|
|
3
|
+
© 2024 edatalia data solutions. Todos los derechos reservados.
|
|
4
|
+
|
|
5
|
+
**Web-Sign** es un software propietario. Esta licencia permite el uso de la librería exclusivamente bajo las condiciones establecidas por edatalia data solutions.
|
|
6
|
+
|
|
7
|
+
## Condiciones de Uso
|
|
8
|
+
- Este software no puede ser distribuido, modificado, o utilizado sin el permiso explícito de edatalia data solutions.
|
|
9
|
+
- La redistribución no autorizada está prohibida.
|
|
10
|
+
- Para obtener derechos de uso comercial, contacta con nosotros en https://edatalia.com/contacto/.
|
|
11
|
+
|
|
12
|
+
## Garantía y Responsabilidad
|
|
13
|
+
Este software se proporciona "tal cual", sin garantías de ningún tipo.edatalia data solutions no es responsable de ningún daño derivado del uso del software.
|
|
14
|
+
|
|
15
15
|
Para más información o adquirir una licencia comercial, visita https://edatalia.com/.
|