@idscan/idvc2 2.10.1 → 2.10.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/README.md +6 -0
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/dist/index.html +6 -3
- 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/environment/documentTypes.d.ts +6 -5
- package/dist/types/environment/langs.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,6 +91,12 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
91
91
|
|
|
92
92
|
## Version history
|
|
93
93
|
|
|
94
|
+
- **2.10.3**
|
|
95
|
+
- fix: ui error when one document is enabled and uploader is disabled.
|
|
96
|
+
|
|
97
|
+
- **2.10.2**
|
|
98
|
+
- feat: the "Green Card or Employment Authorization" document type has been separated into two types: GC (type 6) and EA (type 9).
|
|
99
|
+
|
|
94
100
|
- **2.10.1**
|
|
95
101
|
- fix: UI: line breaks in step names
|
|
96
102
|
- fix: UI: green outline is shown if configure only face step in the config
|