@idscan/idvc2 2.4.2 → 2.4.4
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 +4 -0
- package/dist/idvc.js +1 -1
- package/dist/index.html +4 -4
- package/dist/js/common.d.ts +3 -0
- package/dist/js/defaultConfig.ts +35 -6
- package/dist/js/environment/langs.js +1 -0
- package/dist/networks/{130-bd8e-chunk.js → 130-7685-chunk.js} +0 -0
- package/dist/networks/{215-741c-chunk.js → 215-2041-chunk.js} +0 -0
- package/dist/networks/{716-6f4b-chunk.js → 716-24db-chunk.js} +0 -0
- package/dist/networks/{Face-e893-chunk.js → Face-fb04-chunk.js} +0 -0
- package/dist/networks/{MRZ-f8b7-chunk.js → MRZ-c71c-chunk.js} +0 -0
- package/dist/networks/{PDF-a795-chunk.js → PDF-a1f7-chunk.js} +0 -0
- package/dist/networks/{ZXing-c4dc-chunk.js → ZXing-1c9a-chunk.js} +0 -0
- package/dist/networks/{asyncLoader-844f-chunk.js → asyncLoader-e5aa-chunk.js} +0 -0
- package/dist/networks/{cdnLoader-8531-chunk.js → cdnLoader-7697-chunk.js} +0 -0
- package/package.json +1 -1
- package/dist/js/environment/langs.ts +0 -313
package/README.md
CHANGED
|
@@ -86,6 +86,10 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
86
86
|
[sales@idscan.net](mailto:sales@idscan.net) or [support@idscan.net](mailto:support@idscan.net)*
|
|
87
87
|
|
|
88
88
|
## Version history
|
|
89
|
+
- **2.4.4**
|
|
90
|
+
- language support improvement
|
|
91
|
+
- **2.4.3**
|
|
92
|
+
- fixed: behaviour without filled "documentTypes" config field
|
|
89
93
|
- **2.4.2**
|
|
90
94
|
- fixed: spinner on document type select
|
|
91
95
|
- fixed: loading chunks when the camera is not supported
|