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