@idscan/idvc2 2.10.2 → 2.10.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 +11 -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 +134 -23
- package/dist/js/environment/cssVariables.json +1 -1
- package/dist/networks/Face-chunk.js +1 -1
- package/dist/types/loop.d.ts +1 -4
- package/dist/types/modules/App/UI.d.ts +1 -0
- package/dist/types/modules/face/MeshFace.d.ts +1 -0
- package/dist/types/modules/ui/StatusPlank/StatusPlank.d.ts +9 -0
- package/dist/types/modules/ui/VideoWrapper/VideoWrapper.d.ts +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,6 +91,17 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
91
91
|
|
|
92
92
|
## Version history
|
|
93
93
|
|
|
94
|
+
- **2.10.4**
|
|
95
|
+
- fix: web library opens in the label "Second step" when selecting another document
|
|
96
|
+
- fix: step block scrolling speed is reduced
|
|
97
|
+
- fix: the button for closing the document change popup
|
|
98
|
+
- fix: the hover effect changes the width of the container
|
|
99
|
+
- fix: settings are not applied after calling the settings update method
|
|
100
|
+
- feat: rework step processing notifications
|
|
101
|
+
|
|
102
|
+
- **2.10.3**
|
|
103
|
+
- fix: ui error when one document is enabled and uploader is disabled.
|
|
104
|
+
|
|
94
105
|
- **2.10.2**
|
|
95
106
|
- feat: the "Green Card or Employment Authorization" document type has been separated into two types: GC (type 6) and EA (type 9).
|
|
96
107
|
|