@idscan/idvc2 2.10.0 → 2.10.2
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 +8 -0
- package/dist/css/idvc.css +1 -1
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/dist/index.html +6 -3
- package/dist/js/defaultConfig.ts +0 -17
- package/dist/js/environment/documentTypes.ts +13 -6
- package/dist/js/environment/langs.js +1 -1
- package/dist/langs.js.gzip +0 -0
- package/dist/types/constatnts/stepMode.d.ts +4 -0
- package/dist/types/defaultConfig.d.ts +1 -1
- package/dist/types/environment/documentTypes.d.ts +6 -5
- package/dist/types/environment/langs.d.ts +1 -0
- package/dist/types/modules/Config.d.ts +0 -4
- package/dist/types/modules/ui/VideoWrapper/MaskCapture.d.ts +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,6 +91,14 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
91
91
|
|
|
92
92
|
## Version history
|
|
93
93
|
|
|
94
|
+
- **2.10.2**
|
|
95
|
+
- feat: the "Green Card or Employment Authorization" document type has been separated into two types: GC (type 6) and EA (type 9).
|
|
96
|
+
|
|
97
|
+
- **2.10.1**
|
|
98
|
+
- fix: UI: line breaks in step names
|
|
99
|
+
- fix: UI: green outline is shown if configure only face step in the config
|
|
100
|
+
- fix: UI: initialization issues
|
|
101
|
+
|
|
94
102
|
- **2.10.0**
|
|
95
103
|
- feat: the UI has been completely updated
|
|
96
104
|
- feat: added option 'allowSubmitWithWarnings'
|