@idscan/onboarding 2.2.15 → 2.2.17
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/dist/@types/Fingerprinting/src/modules/browserInfo.d.ts +0 -1
- package/dist/@types/src/@types/Api/Requests.d.ts +1 -1
- package/dist/@types/src/@types/Data.d.ts +0 -1
- package/dist/@types/src/@types/Step.d.ts +1 -1
- package/dist/@types/src/Wrapper.d.ts +2 -0
- package/dist/@types/src/helpers/mobileChecker.d.ts +15 -0
- package/dist/@types/src/helpers/utils.d.ts +3 -35
- package/dist/@types/src/mocks/defaultValues.d.ts +2 -0
- package/dist/@types/src/modules/QRCodeModal.d.ts +2 -2
- package/dist/js/wrapper.js +1 -1
- package/package.json +1 -1
- package/readme.md +7 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -161,6 +161,13 @@ btn.addEventListener('click', () => {
|
|
|
161
161
|
**updateConfig** (string) - the method that reinitialize wrapper with new config. Parameter is an JSON encoded IDVC config. Works only in demo mode.
|
|
162
162
|
|
|
163
163
|
## Version history
|
|
164
|
+
- **2.2.17**
|
|
165
|
+
- Added: documents config validation
|
|
166
|
+
- Fixes: QR code processing
|
|
167
|
+
|
|
168
|
+
- **2.2.16**
|
|
169
|
+
- Added: mobile checking for qr code
|
|
170
|
+
|
|
164
171
|
- **2.2.15**
|
|
165
172
|
- Added: new config options 'hideDocumentTitle', 'processingImageFormat'
|
|
166
173
|
- Updated IDVC component
|