uqudosdk-web 4.0.2 → 4.0.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/CHANGELOG.md +20 -11
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 4.0.4
|
|
2
|
+
|
|
3
|
+
- Improved internal tracing and analytics to ensure all events are fully flushed before returning control to the application. This prevents trace data from being lost if the application redirects to another page and loses the context of the current page where the SDK was running.
|
|
4
|
+
- Added a confirmation button label that provides visual feedback to users when exiting a session. This helps users understand that the session is exiting even if there is a short delay before the SDK shuts down completely.
|
|
5
|
+
|
|
6
|
+
## 4.0.3
|
|
7
|
+
|
|
8
|
+
- Fixed an issue where the back side of Egyptian IDs was not recognized correctly.
|
|
9
|
+
|
|
1
10
|
## 4.0.2
|
|
2
11
|
|
|
3
12
|
- Added support for Indonesian ID and Iraqi Resident ID documents.
|
|
@@ -7,18 +16,18 @@
|
|
|
7
16
|
## 4.0.1
|
|
8
17
|
|
|
9
18
|
- Document Scanning
|
|
10
|
-
|
|
11
|
-
|
|
19
|
+
Added support for Moroccan ID (MAR_ID) scanning.
|
|
20
|
+
Added support for the latest Bahrain ID version.
|
|
12
21
|
- New Document Types
|
|
13
|
-
|
|
14
|
-
|
|
22
|
+
Introduced QAT_ID_NATIONAL, QAT_ID_RESIDENT, KWT_ID_NATIONAL and KWT_ID_RESIDENT.
|
|
23
|
+
Note: Previous SDK versions reported types such as OMN_ID_NATIONAL simply as OMN_ID in the result object. From this release onward, the exact selected document type will be returned.
|
|
15
24
|
- Tracing Enhancements (Analytics)
|
|
16
|
-
|
|
17
|
-
|
|
25
|
+
Added a new deviceIdentifier field (a UUID) to the tracing object. This value uniquely identifies multiple sessions from a given device (persisting until browser local storage is cleared). You may still use more specific identifiers, such as phone number or email, if you already know the user.
|
|
26
|
+
A new status code, VIDEO_PLAYS_INLINE_DISABLED, has been added. It’s returned when HTML5 videos default to the native full-screen player instead of playing inline, something that only occurs when the SDK is embedded in an iOS WebView with allowsInlineMediaPlayback set to false. This status code helps you identify and correct your WebView settings. For details on WebView integration, see https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/web/webview-usage.
|
|
18
27
|
- Bug fixes
|
|
19
|
-
|
|
28
|
+
An issue has been resolved that was preventing the SDK from initializing properly when the DOM Storage API was disabled. This can occur on Android if the SDK is running inside a WebView without DOM storage explicitly enabled. For details on WebView integration, see https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/web/webview-usage.
|
|
20
29
|
- Miscellaneous
|
|
21
|
-
|
|
30
|
+
Minor improvements.
|
|
22
31
|
|
|
23
32
|
## 4.0.0
|
|
24
33
|
|
|
@@ -29,9 +38,9 @@
|
|
|
29
38
|
- We have added new status codes for tracing in the document scanning and the facial recognition step. See the details here https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/web/analytics.
|
|
30
39
|
- The frontImageId and backImageId fields in the scan object now reference the cropped document images. Additionally, two new fields, frontFrameImageId and backFrameImageId, have been introduced to store the complete frame images of the document. These full-frame images provide valuable context for troubleshooting and help fulfill regulatory requirements that necessitate documenting the scanning environment.
|
|
31
40
|
- The base SDK size has been reduced to ~700 KB uncompressed, ~230 KB compressed, with the WASM module loaded via a CDN. Using a CDN offers several advantages:
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
41
|
+
Geographical proximity
|
|
42
|
+
Caching
|
|
43
|
+
Load distribution
|
|
35
44
|
- The WASM module is available in two encodings: GZIP and Brotli. Brotli, which is widely supported by modern browsers, offers the best compression ratio. The current size of the WASM module is 3.7MB.
|
|
36
45
|
- Enhanced Quality Check: Introduced a new verification step during document scanning to notify users if their fingers are obstructing the document.
|
|
37
46
|
- Added support for landscape mode in the facial recognition step for tablets. This is to accommodate tablets that have the selfie camera in landscape configuration mode.
|