uqudosdk-web 4.0.3 → 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 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.
package/index.d.ts CHANGED
@@ -184,6 +184,7 @@ export interface ITextsArg {
184
184
  description?: string;
185
185
  yesButtonText?: string;
186
186
  noButtonText?: string;
187
+ exitButtonText?: string;
187
188
  };
188
189
  upload?: CanBeArray<{
189
190
  title?: string;