Skip to content

Releases: iProov/web

v6.2.0

Choose a tag to compare

@jguilloz jguilloz released this 27 May 10:30

27.05.2026 6.2.0

Added

  • Express Liveness: New experimental user experience for Android tablets in landscape orientation. This feature is not suitable for general access and remains disabled by default.

v6.1.1

Choose a tag to compare

@jguilloz jguilloz released this 07 May 13:16

07.05.2026 6.1.1

Fixed

  • iOS / iPadOS: Fixed a bug on iOS / iPadOS that prevented some data from being collected on the first attempt.

v6.1.0

Choose a tag to compare

@usmanliaqat97 usmanliaqat97 released this 27 Apr 10:45

Fixed

  • Error Handling: Improved handling for various errors which should now give a clearer reason in many scenarios, instead of error_client / "Unknown error".
  • Device Support: Disabled fullscreen for Mi Browser.
  • Native Bridge: Fixed a log incorrectly indicating that the iOS SDK had failed to launch.

Changed

  • Security: Enhanced security.
  • Security: The Web SDK no longer requires unsafe-eval in your Content Security Policy. The narrower wasm-unsafe-eval source expression is now sufficient for script-src.
  • Bundle Size: Reduced the size of the SDK bundle by around 280KB (80KB gzipped).

v6.0.2

Choose a tag to compare

@jguilloz jguilloz released this 29 Jan 11:40

29.01.2026 6.0.2

Fixed

  • Camera Permission Denied: Fixed a bug introduced in v6.0.0 where an error event with the feedback integration_unloaded was dispatched before the permission_denied event. This occurred when the SDK was loaded after camera permission had already been denied.
  • Compatibility: Fixed a compatibility issue with web pages overriding the fetch API.
  • Failed Slot: Fixed a potential error when custom failed slot content is missing the .iproov-lang-term element.

v5.5.1

Choose a tag to compare

@jguilloz jguilloz released this 12 Dec 09:15

12.12.2025 5.5.1

Fixed

  • Compatibility: Fix some compatibility issue with web pages overriding the fetch API.
  • Compatibility: Edge case browser support for iframe integrations (same as v5.4.5).

v6.0.1

Choose a tag to compare

@jguilloz jguilloz released this 25 Nov 09:23

24.11.2025 6.0.1

Added

  • Compatibility: Edge case browser support for iframe integrations.

v5.4.5

Choose a tag to compare

@jguilloz jguilloz released this 25 Nov 09:56

24.11.2025 5.4.5

Added

  • Compatibility: Edge case browser support for iframe integrations.

v6.0.0

Choose a tag to compare

@usmanliaqat97 usmanliaqat97 released this 05 Nov 10:44

Changed

  • Security: Security of the Web SDK has been improved.
  • Feedback Codes: All feedback codes have been updated to provide a list of reasons for each event. Each "Reason" contains a localized_description and, depending on the object type, may also include a feedback_code (replacing the old feedback attribute). See behavior documentation for more information.
  • Failed Event: The failed event can now return up to three reasons for failure, instead of just one. All other events will contain one or fewer reasons. The failed slot now displays an unordered list (ul) of reasons.
  • Safari/iOS/iPadOS Support: The Web SDK now requires Safari/iOS/iPadOS version 15.2 or above and has been optimized accordingly.
  • Bundle size: The size of the Web SDK has been reduced by about 340KB (or 140KB gzipped).
  • Screen Orientation During Scan: Any change in orientation during a scan now results in an error.
  • Landscape Orientation in Express Liveness: Landscape orientation in Express on mobile devices is now blocked.

Fixed

  • Firefox for Android: Fixed a bug introduced in v5.5.0 that prevented access to the camera.

v5.5.0

Choose a tag to compare

@MerfAvenger MerfAvenger released this 10 Sep 10:27

10.09.2025 5.5.0

Added

  • Security: Enhanced Security

Fixed

  • Camera access: Fix some camera selection issues with Chrome on desktop.

v5.4.4

Choose a tag to compare

@jguilloz jguilloz released this 15 May 09:51

15.05.2025 5.4.4

Added

  • Accessibility: For Dynamic Liveness, when the new SDK option scanning_prompts is enabled, two new prompts are displayed: one during scanning and another upon scanning completion.

Fixed

  • iPad: Fixed an issue where video streaming appeared too zoomed in on iPad.
  • Localization: Fixed localization for the ready and grant_button slots.
  • Camera selector: Fixed an issue where the camera selector was not applying the selected camera after permission was granted.