What's new?¶
This section presents the changes that have been introduced in XpressID v4.10
Listed improvements:
- Added start button into document selector and autoclassification selector pages.
- Added new texts:
- texts.document.[x].documentSelector.verificationStartButton
- texts.document.[x].autoclassificationSelector.verificationStartButton
- texts.document.[x].capture.cameraButton.altText
- texts.document.[x].capture.snackbar.title
- texts.document.[x].capture.snackbar.description
- texts.document.[x].capture.snackbar.closeIconAltText
- texts.document.[x].documentSelector.alertBanner
- texts.document.[x].autoclassificationSelector.alertBanner
- Add support for new passport document types: Venezuela, Morocco, Italy, Colombia and Romania.
- New identity verification services: RENAPO, INE-Check and INE-Check-RENAPO-Fallback.
- Add new
VideoMicrophoneFailurePermissionErrorevent. - Integrate SDK Document version 6.8.0
- Integrate SDK Selfie version 6.8.0
- Integrate SDK Video version 6.8.0
- Minor fixes and improvements.
Recommendation: remove the resize EventListener
We no longer recommend adding a resize EventListener to adjust the SFA dimensions, as described in the Integration guide. This approach can cause buttons rendered at the bottom of the screen to end up hidden behind the browser's navigation bar. If your integration already implements it, we recommend removing it.
Upcoming deprecations in version 2026.7
The following changes are planned for version 2026.7:
- Deprecation of
BlurredImageErrorError data: Starting from version 4.8.2,BlurredImageErroris deprecated in favor ofImageQualityError, which provides a more comprehensive assessment of image quality conditions.
- Transitioning from
type: infototype: error: The following events, currently deprecated undertype: info, will no longer be sent astype: info:DocumentCameraFailurePermissionErrorDocumentCameraFailureDefaultErrorDocumentCameraFailureExternalInputErrorDocumentCameraFailureVideoNotFoundErrorDocumentCameraAbortErrorDocumentDetectionTimeoutDocumentDependenciesErrorSelfieCameraFailurePermissionErrorSelfieCameraFailureDefaultErrorSelfieCameraFailureExternalInputErrorSelfieCameraFailureVideoNotFoundErrorSelfieCameraAbortErrorSelfieDetectionTimeoutSelfieDependenciesErrorVideoCameraFailurePermissionErrorVideoCameraFailureDefaultErrorVideoCameraFailureExternalInputErrorVideoCameraFailureVideoNotFoundErrorVideoCameraAbortErrorVideoDetectionTimeoutVideoDependenciesError
- Removal of legacy camera failure events: The
DocumentCameraFailed,SelfieCameraFailedandVideoCameraFailedevents will be removed, as they were split into the four more specific events listed above.
- Component
styles.cardremoved: Thestyles.cardcomponent will be replaced bystyles.selectorItem.
- Removal of duplicated
UnknownErroronApiTimeoutError: Currently, when anApiTimeoutErroroccurs, anUnknownErrorevent is also dispatched. This additionalUnknownErrorevent will no longer be sent.