edatalia-websign 3.1.5 → 3.1.7

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
@@ -1,163 +1,169 @@
1
- # 📋 Changelog
2
-
3
- All significant updates to this project will be documented here.
4
- This changelog is public.
5
-
6
- ## [3.1.5] - 2025-10-27
7
-
8
- ### Fix
9
-
10
- - Namirial (NT10) fixes
11
-
12
- ## [3.1.3] - 2025-10-24
13
-
14
- ### Fixed
15
-
16
- - DTU when bridge is off
17
-
18
- ## Added
19
-
20
- - DisplayLink NT10 checks
21
-
22
-
23
- ## [3.1.2] - 2025-10-23
24
-
25
- ### Changed
26
-
27
- - Improvements to the aspect ratio of the EBPS and canvas.
28
- - Default value for includeTimestamp changed to false.
29
-
30
- ## [3.1.1] - 2025-10-21
31
-
32
- ### Fix
33
-
34
- - Refactor and fix conditional bridgeEnabled that prevented viewPDF from working.
35
-
36
-
37
- ## [3.1.0] - 2025-10-20
38
-
39
- ### Added
40
-
41
- - **WebSign Bridge:** Introduces native desktop integration through a lightweight MSI installer.
42
- - Provides **improved performance** in PDF signing workflows and **faster EBP loading**.
43
- - Supports **signing with local certificates** installed on the machine for enhanced security.
44
- - Enables communication between WebSign and the local environment through a background service.
45
- - Added support for the global variable (`window.__APP_CONFIG__.bridgeEnabled`) which allows automatic Bridge detection and usage.
46
- - New configuration parameters:
47
- - `authenticationUrl`: defines the authentication service URL for token validation, which must match the token’s environment (sandbox or production).
48
- - `displayCanvasSignatureButtonsInDTU`: allows displaying signature action buttons directly on the DTU device canvas.
49
-
50
- ## [3.0.15] - 2025-10-20
51
-
52
- ## [3.0.14] - 2025-10-15
53
-
54
- ### Changed
55
-
56
- - WebSign: Adds pseudo-pressure when signing with a finger on mobile devices.
57
- - WebSign: Uses tsp and ocsp by default if omitted in the configuration.
58
-
59
- ## [3.0.12] - 2025-10-07
60
-
61
- ### Added
62
-
63
- - WebSign Core: Allows displaying action buttons on the DTU.
64
-
65
- ## [3.0.11] - 2025-10-03
66
-
67
- ### Fixed
68
-
69
- - README.md: Corrected syntax error in the example and added optional CDN comments.
70
-
71
- ---
72
-
73
- ## [3.0.10] - 2025-10-01
74
-
75
- ### Changed
76
-
77
- - WebSign Full: Allows passing the Wacom object partially.
78
-
79
- ## [3.0.9] - 2025-09-30
80
-
81
- ### Fixed
82
-
83
- - Added default EBPs from CDN in configuration.
84
- - Completed README.md with examples and documentation.
85
- - Fixed minor glitch with EBP buttons on the canvas.
86
- - WebSign Core: Allows passing the Wacom object partially.
87
-
88
- ### Added
89
-
90
- - Published this CHANGELOG.md to npm.
91
-
92
- ## [3.0.4] - 2025-09-01
93
-
94
- ### Fixed
95
-
96
- - Added pressure value 1 when signing on mobile.
97
-
98
- ## [3.0.3] - 2025-08-26
99
-
100
- ### Fixed
101
-
102
- - Canceling on DTU caused the PDF to close unexpectedly.
103
-
104
- ## [3.0.1] - 2025-07-17
105
-
106
- ### Fixed
107
- - Fixed SHA512 error handling when HTTPS was unavailable.
108
- - Disabled buttons during the signing process.
109
- - Improved mobile padding within the signature container.
110
- - Fixed `signatureThickness` property not applying correctly.
111
- - Corrected button styles to prevent overrides in external CSS environments.
112
-
113
- ### Changed
114
- - `signatureTimeLimit`: if set to 0 or null, no time limit is applied.
115
-
116
- ### Added
117
- - Boolean parameter `loadSignedPdf` to reload the signed PDF after signing completion.
118
- - Support for filling forms without breaking existing signatures (Full version only).
119
- - Ability to sign/view multiple documents (Core version only).
120
- - NPM package release.
121
-
122
- ## [1.2.2] - 2025-06-17
123
-
124
- ### Changed
125
- - 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.
126
-
127
- ### Added
128
- - Default mobile responsiveness.
129
- - Shadow DOM for signature widget buttons to prevent CSS conflicts with the host application.
130
- - Internal permission management via `requestPermissions` property.
131
- - `requestedEncodingBits` parameter to use 1, 16, or 24 bits of encoding improves EBP upload performance by 25% (Full + DTU versions).
132
-
133
- ## [1.2.1] - 2025-04-30
134
-
135
- ### Fixed
136
- - Bug in WebSign Full related to recent responsive changes.
137
- - `signatureType` had no effect when used in custom configuration.
138
- - Fixed widget with fixed type and null `x`/`y` coordinates.
139
-
140
- ### Changed
141
- - Improved responsive behavior, tested on Salesforce, and fixed visual details.
142
- - Enhanced error toast and callback handling.
143
-
144
- ### Added
145
- - New boolean parameter `"debug"` to enable or disable error messages.
146
- - New signing parameters: `properties`, `options`, `timestamp`, `ocsp`, `certificate`.
147
-
148
- ## [1.2.0] - 2025-04-23
149
-
150
- ### Added
151
- - Added STU model as `deviceId`.
152
- - Improved compatibility and rendering of large PDFs with native viewer.
153
- - Added `auto` mode in the Full version.
154
- - WebSign Full: download of updated and signed forms.
155
-
156
- ### Changed
157
- - Refactored Salesforce-specific functions.
158
- - Manual call to `webSign.start()` is no longer required now handled internally.
159
-
160
- ### Fixed
161
- - Fixed nested signature bug: previously signed PDFs can now be re-signed continuously.
162
- - WebSign Full: interaction with the form is now blocked during signing.
163
- - WebSign Full: prevents multiple simultaneous form downloads.
1
+ # 📋 Changelog
2
+
3
+ All significant updates to this project will be documented here.
4
+ This changelog is public.
5
+
6
+ ## [3.1.7] - 2025-11-05
7
+
8
+ ### Added
9
+
10
+ - DTH support
11
+
12
+ ## [3.1.6] - 2025-10-28
13
+
14
+ ### Fix
15
+
16
+ - Namirial (NT10) fixes
17
+
18
+ ## [3.1.3] - 2025-10-24
19
+
20
+ ### Fixed
21
+
22
+ - DTU when bridge is off
23
+
24
+ ## Added
25
+
26
+ - DisplayLink NT10 checks
27
+
28
+
29
+ ## [3.1.2] - 2025-10-23
30
+
31
+ ### Changed
32
+
33
+ - Improvements to the aspect ratio of the EBPS and canvas.
34
+ - Default value for includeTimestamp changed to false.
35
+
36
+ ## [3.1.1] - 2025-10-21
37
+
38
+ ### Fix
39
+
40
+ - Refactor and fix conditional bridgeEnabled that prevented viewPDF from working.
41
+
42
+
43
+ ## [3.1.0] - 2025-10-20
44
+
45
+ ### Added
46
+
47
+ - **WebSign Bridge:** Introduces native desktop integration through a lightweight MSI installer.
48
+ - Provides **improved performance** in PDF signing workflows and **faster EBP loading**.
49
+ - Supports **signing with local certificates** installed on the machine for enhanced security.
50
+ - Enables communication between WebSign and the local environment through a background service.
51
+ - Added support for the global variable (`window.__APP_CONFIG__.bridgeEnabled`) which allows automatic Bridge detection and usage.
52
+ - New configuration parameters:
53
+ - `authenticationUrl`: defines the authentication service URL for token validation, which must match the token’s environment (sandbox or production).
54
+ - `displayCanvasSignatureButtonsInDTU`: allows displaying signature action buttons directly on the DTU device canvas.
55
+
56
+ ## [3.0.15] - 2025-10-20
57
+
58
+ ## [3.0.14] - 2025-10-15
59
+
60
+ ### Changed
61
+
62
+ - WebSign: Adds pseudo-pressure when signing with a finger on mobile devices.
63
+ - WebSign: Uses tsp and ocsp by default if omitted in the configuration.
64
+
65
+ ## [3.0.12] - 2025-10-07
66
+
67
+ ### Added
68
+
69
+ - WebSign Core: Allows displaying action buttons on the DTU.
70
+
71
+ ## [3.0.11] - 2025-10-03
72
+
73
+ ### Fixed
74
+
75
+ - README.md: Corrected syntax error in the example and added optional CDN comments.
76
+
77
+ ---
78
+
79
+ ## [3.0.10] - 2025-10-01
80
+
81
+ ### Changed
82
+
83
+ - WebSign Full: Allows passing the Wacom object partially.
84
+
85
+ ## [3.0.9] - 2025-09-30
86
+
87
+ ### Fixed
88
+
89
+ - Added default EBPs from CDN in configuration.
90
+ - Completed README.md with examples and documentation.
91
+ - Fixed minor glitch with EBP buttons on the canvas.
92
+ - WebSign Core: Allows passing the Wacom object partially.
93
+
94
+ ### Added
95
+
96
+ - Published this CHANGELOG.md to npm.
97
+
98
+ ## [3.0.4] - 2025-09-01
99
+
100
+ ### Fixed
101
+
102
+ - Added pressure value 1 when signing on mobile.
103
+
104
+ ## [3.0.3] - 2025-08-26
105
+
106
+ ### Fixed
107
+
108
+ - Canceling on DTU caused the PDF to close unexpectedly.
109
+
110
+ ## [3.0.1] - 2025-07-17
111
+
112
+ ### Fixed
113
+ - Fixed SHA512 error handling when HTTPS was unavailable.
114
+ - Disabled buttons during the signing process.
115
+ - Improved mobile padding within the signature container.
116
+ - Fixed `signatureThickness` property not applying correctly.
117
+ - Corrected button styles to prevent overrides in external CSS environments.
118
+
119
+ ### Changed
120
+ - `signatureTimeLimit`: if set to 0 or null, no time limit is applied.
121
+
122
+ ### Added
123
+ - Boolean parameter `loadSignedPdf` to reload the signed PDF after signing completion.
124
+ - Support for filling forms without breaking existing signatures (Full version only).
125
+ - Ability to sign/view multiple documents (Core version only).
126
+ - NPM package release.
127
+
128
+ ## [1.2.2] - 2025-06-17
129
+
130
+ ### Changed
131
+ - 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.
132
+
133
+ ### Added
134
+ - Default mobile responsiveness.
135
+ - Shadow DOM for signature widget buttons to prevent CSS conflicts with the host application.
136
+ - Internal permission management via `requestPermissions` property.
137
+ - `requestedEncodingBits` parameter to use 1, 16, or 24 bits of encoding — improves EBP upload performance by 25% (Full + DTU versions).
138
+
139
+ ## [1.2.1] - 2025-04-30
140
+
141
+ ### Fixed
142
+ - Bug in WebSign Full related to recent responsive changes.
143
+ - `signatureType` had no effect when used in custom configuration.
144
+ - Fixed widget with fixed type and null `x`/`y` coordinates.
145
+
146
+ ### Changed
147
+ - Improved responsive behavior, tested on Salesforce, and fixed visual details.
148
+ - Enhanced error toast and callback handling.
149
+
150
+ ### Added
151
+ - New boolean parameter `"debug"` to enable or disable error messages.
152
+ - New signing parameters: `properties`, `options`, `timestamp`, `ocsp`, `certificate`.
153
+
154
+ ## [1.2.0] - 2025-04-23
155
+
156
+ ### Added
157
+ - Added STU model as `deviceId`.
158
+ - Improved compatibility and rendering of large PDFs with native viewer.
159
+ - Added `auto` mode in the Full version.
160
+ - WebSign Full: download of updated and signed forms.
161
+
162
+ ### Changed
163
+ - Refactored Salesforce-specific functions.
164
+ - Manual call to `webSign.start()` is no longer required — now handled internally.
165
+
166
+ ### Fixed
167
+ - Fixed nested signature bug: previously signed PDFs can now be re-signed continuously.
168
+ - WebSign Full: interaction with the form is now blocked during signing.
169
+ - 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/.