edatalia-websign 3.0.14 → 3.1.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 CHANGED
@@ -1,120 +1,132 @@
1
- # 📋 Changelog
2
-
3
- Todas las notas importantes de cambios en este proyecto se documentarán aquí. Este changelog será de carácter público.
4
-
5
- ## [3.0.14] - 2025-10-15
6
-
7
- ### Changed
8
-
9
- - WebSign: Añade pseudopresión cuando se firma con el dedo sobre el dispositivo móvil
10
- - WebSign: Usa tsp y ocsp por defecto si se omiten en la configuración
11
-
12
-
13
- ## [3.0.12] - 2025-10-07
14
-
15
- ### Added
16
-
17
- - WebSign Core: Permite mostrar botones de acción en la DTU
18
-
19
-
20
- ## [3.0.11] - 2025-10-03
21
-
22
- ### Fixed
23
-
24
- - README.md: Corrige error de sintaxis en el ejemplo y añade comentarios opcionales para cdn
25
-
26
-
27
- ---
28
- ## [3.0.10] - 2025-10-01
29
-
30
- ### Changed
31
-
32
- - WebSign Full: Permite pasar el objeto wacom parcialmente.
33
-
34
- ## [3.0.9] - 2025-09-30
35
-
36
- ### Fixed
37
-
38
- - Se añaden EBPs del cdn por defecto en la config.
39
- - Se completa el README.md con ejemplos y documentación.
40
- - Corrige pequeño glitch en los botones EBP en el canvas.
41
- - WebSign Core: Permite pasar el objeto wacom parcialmente.
42
-
43
- ### Added
44
-
45
- - Se publica este CHANGELOG.md a npm.
46
-
47
- ## [3.0.4] - 2025-09-01
48
-
49
- ### Fixed
50
-
51
- - Se añade presión 1 cuando se firma en mobile.
52
-
53
-
54
- ## [3.0.3] - 2025-08-26
55
-
56
- ### Fixed
57
-
58
- - Al cancelar con la DTU, se cerraba el pdf
59
-
60
-
61
- ## [3.0.1] - 2025-07-17
62
-
63
- ### Fixed
64
- - Gestión de error del sha512 cuando no hay https.
65
- - Botones desactivados cuando se está realizando la firma.
66
- - Mejora de paddings en móvil, en el contenedor de firma.
67
- - SignatureThickness arreglado, no se activaba la propiedad.
68
- - Corrección de estilos de botones para que no sean cambiados en otros entornos con css.
69
-
70
- ### Changed
71
- - signatureTimeLimit si es 0 o null no aplica el límite de tiempo.
72
-
73
- ### Added
74
- - Parámetro booleano loadSignedPdf para cargar el pdf firmado al finalizar la firma o no.
75
- - Rellenar formularios sin romper firma previa.(solo versión full)
76
- - Capacidad de firmar/visualizar multidocumento (solo versión core)
77
- - Npm
78
-
79
-
80
- ## [1.2.2] - 2025-06-17
81
-
82
- ### Changed
83
- - Eliminación del archivo dtu.html (no en salesforce), ahora se ejecuta por javascript, haciendo uso del parámetro jsUrl (que ya se usaba en salesforce) para indicar el archivo websign, que tiene que auto usarse.
84
-
85
- ### Added
86
- - Responsive en móviles por defecto.
87
- - Shadow-dom en botones del widget de firma, para no interferir con estilos de la aplicación..
88
- - Permisos internos de la app mediante una propiedad. requestPermissions
89
- - requestedEncodingBits, parámetro para usar 1,16 o 24 bits de encoding. Mejora un 25% el rendimiento al subir el EBP.- Version full + dtu
90
- ## [1.2.1] - 2025-04-30
91
-
92
- ### Fixed
93
- - Bug en WebSign Full relacionado con los cambios por el responsive.
94
- - `signatureType` no afectaba si se usaba en configuración custom.
95
- - Widget tipo fijo con `x` e `y` en `null` no funcionaba bien.
96
-
97
- ### Changed
98
- - Mejorado el responsive, probado en Salesforce y corregidos algunos detalles visuales.
99
- - Toast y callback de errores mejorados.
100
-
101
- ### Added
102
- - Nuevo parámetro booleano `"debug"` para activar o desactivar mensajes de error.
103
- - Nuevos parámetros de firma: `properties`, `options`, `timestamp`, `ocsp`, `certificate`.
104
-
105
-
106
- ## [1.2.0] - 2025-04-23
107
- ### Added
108
- - Modelo STU añadido como `deviceId`.
109
- - Compatibilidad y visualización mejorada de PDFs grandes con visor nativo.
110
- - Modo `auto` añadido en la versión `full`.
111
- - WebSign Full: descarga de formulario actualizado y firmado.
112
-
113
- ### Changed
114
- - Refactorización de funciones específicas para Salesforce.
115
- - Ya no es necesario llamar manualmente a `webSign.start()`, se gestiona internamente.
116
-
117
- ### Fixed
118
- - Bug de firmas anidadas corregido: ahora es posible firmar de forma continua un PDF firmado previamente.
119
- - WebSign Full: bloqueo de interacción con el formulario durante la firma.
120
- - WebSign Full: prevención de múltiples descargas simultáneas de formularios.
1
+ # 📋 Changelog
2
+
3
+ All significant updates to this project will be documented here.
4
+ This changelog is public.
5
+
6
+ ## [3.1.0] - 2025-10-20
7
+
8
+ ### Added
9
+
10
+ - **WebSign Bridge:** Introduces native desktop integration through a lightweight MSI installer.
11
+ - Provides **improved performance** in PDF signing workflows and **faster EBP loading**.
12
+ - Supports **signing with local certificates** installed on the machine for enhanced security.
13
+ - Enables communication between WebSign and the local environment through a background service.
14
+ - Added support for the global variable (`window.__APP_CONFIG__.bridgeEnabled`) which allows automatic Bridge detection and usage.
15
+ - New configuration parameters:
16
+ - `authenticationUrl`: defines the authentication service URL for token validation, which must match the token’s environment (sandbox or production).
17
+ - `displayCanvasSignatureButtonsInDTU`: allows displaying signature action buttons directly on the DTU device canvas.
18
+
19
+ ## [3.0.15] - 2025-10-20
20
+
21
+ ## [3.0.14] - 2025-10-15
22
+
23
+ ### Changed
24
+
25
+ - WebSign: Adds pseudo-pressure when signing with a finger on mobile devices.
26
+ - WebSign: Uses tsp and ocsp by default if omitted in the configuration.
27
+
28
+ ## [3.0.12] - 2025-10-07
29
+
30
+ ### Added
31
+
32
+ - WebSign Core: Allows displaying action buttons on the DTU.
33
+
34
+ ## [3.0.11] - 2025-10-03
35
+
36
+ ### Fixed
37
+
38
+ - README.md: Corrected syntax error in the example and added optional CDN comments.
39
+
40
+ ---
41
+
42
+ ## [3.0.10] - 2025-10-01
43
+
44
+ ### Changed
45
+
46
+ - WebSign Full: Allows passing the Wacom object partially.
47
+
48
+ ## [3.0.9] - 2025-09-30
49
+
50
+ ### Fixed
51
+
52
+ - Added default EBPs from CDN in configuration.
53
+ - Completed README.md with examples and documentation.
54
+ - Fixed minor glitch with EBP buttons on the canvas.
55
+ - WebSign Core: Allows passing the Wacom object partially.
56
+
57
+ ### Added
58
+
59
+ - Published this CHANGELOG.md to npm.
60
+
61
+ ## [3.0.4] - 2025-09-01
62
+
63
+ ### Fixed
64
+
65
+ - Added pressure value 1 when signing on mobile.
66
+
67
+ ## [3.0.3] - 2025-08-26
68
+
69
+ ### Fixed
70
+
71
+ - Canceling on DTU caused the PDF to close unexpectedly.
72
+
73
+ ## [3.0.1] - 2025-07-17
74
+
75
+ ### Fixed
76
+ - Fixed SHA512 error handling when HTTPS was unavailable.
77
+ - Disabled buttons during the signing process.
78
+ - Improved mobile padding within the signature container.
79
+ - Fixed `signatureThickness` property not applying correctly.
80
+ - Corrected button styles to prevent overrides in external CSS environments.
81
+
82
+ ### Changed
83
+ - `signatureTimeLimit`: if set to 0 or null, no time limit is applied.
84
+
85
+ ### Added
86
+ - Boolean parameter `loadSignedPdf` to reload the signed PDF after signing completion.
87
+ - Support for filling forms without breaking existing signatures (Full version only).
88
+ - Ability to sign/view multiple documents (Core version only).
89
+ - NPM package release.
90
+
91
+ ## [1.2.2] - 2025-06-17
92
+
93
+ ### Changed
94
+ - 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.
95
+
96
+ ### Added
97
+ - Default mobile responsiveness.
98
+ - Shadow DOM for signature widget buttons to prevent CSS conflicts with the host application.
99
+ - Internal permission management via `requestPermissions` property.
100
+ - `requestedEncodingBits` parameter to use 1, 16, or 24 bits of encoding — improves EBP upload performance by 25% (Full + DTU versions).
101
+
102
+ ## [1.2.1] - 2025-04-30
103
+
104
+ ### Fixed
105
+ - Bug in WebSign Full related to recent responsive changes.
106
+ - `signatureType` had no effect when used in custom configuration.
107
+ - Fixed widget with fixed type and null `x`/`y` coordinates.
108
+
109
+ ### Changed
110
+ - Improved responsive behavior, tested on Salesforce, and fixed visual details.
111
+ - Enhanced error toast and callback handling.
112
+
113
+ ### Added
114
+ - New boolean parameter `"debug"` to enable or disable error messages.
115
+ - New signing parameters: `properties`, `options`, `timestamp`, `ocsp`, `certificate`.
116
+
117
+ ## [1.2.0] - 2025-04-23
118
+
119
+ ### Added
120
+ - Added STU model as `deviceId`.
121
+ - Improved compatibility and rendering of large PDFs with native viewer.
122
+ - Added `auto` mode in the Full version.
123
+ - WebSign Full: download of updated and signed forms.
124
+
125
+ ### Changed
126
+ - Refactored Salesforce-specific functions.
127
+ - Manual call to `webSign.start()` is no longer required — now handled internally.
128
+
129
+ ### Fixed
130
+ - Fixed nested signature bug: previously signed PDFs can now be re-signed continuously.
131
+ - WebSign Full: interaction with the form is now blocked during signing.
132
+ - 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/.