Skip to content

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 VideoMicrophoneFailurePermissionError event.
  • 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 BlurredImageError Error data: Starting from version 4.8.2, BlurredImageError is deprecated in favor of ImageQualityError, which provides a more comprehensive assessment of image quality conditions.
  • Transitioning from type: info to type: error: The following events, currently deprecated under type: info, will no longer be sent as type: info:
    • DocumentCameraFailurePermissionError
    • DocumentCameraFailureDefaultError
    • DocumentCameraFailureExternalInputError
    • DocumentCameraFailureVideoNotFoundError
    • DocumentCameraAbortError
    • DocumentDetectionTimeout
    • DocumentDependenciesError
    • SelfieCameraFailurePermissionError
    • SelfieCameraFailureDefaultError
    • SelfieCameraFailureExternalInputError
    • SelfieCameraFailureVideoNotFoundError
    • SelfieCameraAbortError
    • SelfieDetectionTimeout
    • SelfieDependenciesError
    • VideoCameraFailurePermissionError
    • VideoCameraFailureDefaultError
    • VideoCameraFailureExternalInputError
    • VideoCameraFailureVideoNotFoundError
    • VideoCameraAbortError
    • VideoDetectionTimeout
    • VideoDependenciesError
  • Removal of legacy camera failure events: The DocumentCameraFailed, SelfieCameraFailed and VideoCameraFailed events will be removed, as they were split into the four more specific events listed above.
  • Component styles.card removed: The styles.card component will be replaced by styles.selectorItem.
  • Removal of duplicated UnknownError on ApiTimeoutError: Currently, when an ApiTimeoutError occurs, an UnknownError event is also dispatched. This additional UnknownError event will no longer be sent.