@idscan/idvc2 2.10.4 → 2.11.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 +36 -34
- package/dist/js/defaultConfig.ts +16 -0
- package/dist/js/environment/langs.js +1 -1
- package/dist/langs.js.gzip +0 -0
- package/dist/types/defaultConfig.d.ts +1 -1
- package/dist/types/eventListeners/eventListeners.d.ts +1 -0
- package/dist/types/modules/Config.d.ts +8 -0
- package/dist/types/modules/ui/VideoWrapper/StepPreview/StepPreview.d.ts +1 -1
- package/dist/types/modules/ui/VideoWrapper/VideoWrapper.d.ts +2 -0
- package/package.json +1 -1
- package/dist/networks/generalTypeDetectionYolo.onnx.gzip +0 -0
package/README.md
CHANGED
|
@@ -91,6 +91,11 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
91
91
|
|
|
92
92
|
## Version history
|
|
93
93
|
|
|
94
|
+
- **2.11.0**
|
|
95
|
+
- fix: the message of supported documents has been changed
|
|
96
|
+
- feat: new option “playPreviewAnimations” that allows you to turn off step preview animations
|
|
97
|
+
- feat: new option “autoStart ” that allows you not to display the document selection and step selection screens when selecting a document
|
|
98
|
+
|
|
94
99
|
- **2.10.4**
|
|
95
100
|
- fix: web library opens in the label "Second step" when selecting another document
|
|
96
101
|
- fix: step block scrolling speed is reduced
|