@idscan/idvc2 2.13.0 → 2.14.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/README.md +5 -0
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/dist/index.html +5 -5
- package/dist/js/defaultConfig.ts +0 -8
- package/dist/js/environment/langs.js +1 -1
- package/dist/langs.js.gzip +0 -0
- package/dist/networks/PDF-chunk.js +1 -1
- package/dist/types/constatnts/imageProcessing.d.ts +3 -0
- package/dist/types/defaultConfig.d.ts +1 -1
- package/dist/types/environment/langs.d.ts +1 -0
- package/dist/types/modules/Config.d.ts +3 -5
- package/dist/types/modules/PdfModule.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,11 @@ import IDVC from '@idscan/idvc2'
|
|
|
81
81
|
|
|
82
82
|
## Version history
|
|
83
83
|
|
|
84
|
+
- **2.14.0**
|
|
85
|
+
- feat: added capture limits depending on document type for the 'front' step. For example, now it will not be possible to validate the 'front' step using a passport if the 'Green Card' document is selected, etc.
|
|
86
|
+
- feat: new pdf track string format in manual upload mode
|
|
87
|
+
- fix: fixed a issue where a user had a non-valid license key, but the web library would still start if the 'autoStart' option was set to true.
|
|
88
|
+
|
|
84
89
|
- **2.13.0**
|
|
85
90
|
- feat: an option 'enableFourCornerCapture' for back-side steps 'pdf', 'back', 'mrz' (not Passport) has been added. This option allows you to capture 4 corners of the document.
|
|
86
91
|
- feat: changed notification when loading an image with small resolution
|