@idscan/idvc2 3.6.0 → 3.7.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 +4 -0
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/dist/js/defaultConfig.ts +1 -1
- package/dist/networks/Face-chunk.js +1 -1
- package/dist/types/defaultConfig.d.ts +1 -1
- package/dist/types/modules/Step.d.ts +5 -5
- package/dist/types/modules/ui/ControlButton/index.d.ts +2 -0
- package/dist/types/modules/ui/VideoWrapper/CanvasWrapper.d.ts +2 -2
- package/dist/types/modules/ui/VideoWrapper/CaptureButton.d.ts +15 -0
- package/dist/types/modules/ui/VideoWrapper/{VideoRecorderService.d.ts → MultiImagesRecorderService.d.ts} +2 -2
- package/dist/types/modules/ui/VideoWrapper/VideoWrapper.d.ts +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,10 @@ import IDVC from '@idscan/idvc2'
|
|
|
81
81
|
|
|
82
82
|
## Version history
|
|
83
83
|
|
|
84
|
+
- **3.7.0**
|
|
85
|
+
- fix: the capture button appeared after skipping step 2
|
|
86
|
+
- feat: video fields were renamed in submit payload
|
|
87
|
+
|
|
84
88
|
- **3.6.0**
|
|
85
89
|
- feat: A new option "allowCameraSelection" has been added that enables camera selection as the first step. This only works on desktop. Default: false
|
|
86
90
|
|