Skip to content

Releases: iProov/web

v5.3.0

25 Jul 10:56
Compare
Choose a tag to compare

25.07.2024 5.3.0

Changed

  • Security: Enhanced security.

v5.2.2

08 Jul 10:11
Compare
Choose a tag to compare

08.07.2024 5.2.2

Fixed

  • Bug: Fixed a non-blocking bug in Dynamic Liveness (previously GPA) introduced in v5.2.1.

v5.2.1

24 Jun 11:00
Compare
Choose a tag to compare

24.06.2024 5.2.1

Changed

  • Security: Enhanced security for Dynamic Liveness (previously GPA).

Fixed

  • Browserlist: .browserlistrc back in NPM package (it had been missing since v5.1.0).

v5.2.0

30 May 11:18
Compare
Choose a tag to compare

30.05.2024 5.2.0

Added

  • Enhanced security for Dynamic Liveness (previously GPA).

Fixed

  • FireFox Mobile: Fixed an issue with Firefox Mobile not always accepting given camera video constraints.
  • Landscape Orientation: Landscape Orientation: Fixed instances where streaming could start while the device was in landscape mode, even though landscape orientation was blocked.
  • Assets: Fixed issue where double // was included in some assets fetched by the Web SDK.
  • Android Chrome Desktop Mode: Fixed an issue where the SDK would not start in desktop mode with Chrome for Android.
  • iOS SVG Element Fixed an issue where an SVG element was appended to the body with non-zero dimensions.

v5.1.1

09 Apr 12:45
a50530b
Compare
Choose a tag to compare

08.04.2024 5.1.1

Fixed

  • Streaming: Fixed an issue where streaming could rarely cause the SDK to crash in Express claims (previously Liveness)

v5.1.0

20 Feb 11:26
Compare
Choose a tag to compare

20.02.2024 5.1.0

Added

  • Video
    • Error Handling: Video errors are now handled more gracefully to prevent users being in a frozen state and unable to progress the claim.
  • Security: New security upgrades.

Fixed

  • Imagery: Fixed blue tone issue on some Android devices.
  • Support Checker: Fixed an issue where the metadata endpoint wasn't called when a device is unsupported.
  • Telemetry: Fixed an issue where some telemetry was passing incorrect values.

Changed

  • UI
    • Canny: New shaders to improve performance and visual consistency with the other iProov SDKs.
    • Prompt: Improved the prompt's initial styling to not appear empty on entering Canny.

v5.0.1

19 Oct 09:01
Compare
Choose a tag to compare

19.10.2023 5.0.1

Fixed

  • Device Assurance: Restored support checker device assurance public methods.

v5.0.0

27 Sep 10:04
Compare
Choose a tag to compare

27.09.2023 5.0.0

Added

  • User Feedback Codes: New User Feedback codes for Liveness Assurance, see upgrade guide for details.
  • UI
    • LA Background Cropping LA with the clear or blur filter has a new cropping animation applied, in order to provide a more pleasing UX. Note the size/extent of this effect varies based on the claim.
    • GPA animation New get ready and progress animation for GPA.
    • Alternate Camera Button Now customizable. See readme for details.
  • Imagery Quality In LA, higher quality imagery can be collected and returned via the validate frame. This feature can be toggled on - please reach out to Customer Success to enable this.

Fixed

  • UI
    • Full screen failure Layout issue when full screen fails has been fixed.
    • Viewport resize Video display issue when viewport is resized has been fixed.
    • Liveness animation Liveness Assurance complete animation on iOS/iPadOS has been fixed to align with other platforms.
  • Imagery
    • Imagery on rotation Fix frames overlaying each other when device is rotated while scanning.
  • Error
    • Error code Error codes are now correctly reported to the backend.

Changed

  • Motion permission on GPA Motion will be required on GPA.
  • Feedback codes user_timeout and not_supported are now reported as errors (they were reported as failures before).
  • Security The security of the SDK has been enhanced.
  • US Spelling Changed API to U.S. English spelling of "Canceled".

Removed

  • Iframe Bridge: iOS/iPadOS 14 and lower are no longer supported within iframe integrations. The minimum supported version is now iOS 15.1. As a consequence Iframe Bridge has been removed from the SDK.

v4.2.1

23 May 10:10
Compare
Choose a tag to compare

Fixed

  • Motion Permission: Permission for motion collection is now requested for iOS and iPadOS after clicking the start button (it was moved to the grant_button in v4.2.0).

v4.2.0

24 Apr 12:22
Compare
Choose a tag to compare

21.04.2023 4.2.0

Added

  • UI
  • Errors
    • Logging & Telemetry: Improved logging and telemetry to better understand errors we previously didn't have visibility of.

Changed

Fixed

  • UI
    • Feedback Prompt: Fixed prompt not expanding and forcing feedback messages onto 2 lines.
    • Progress Bar: Fixed GPA progress bar not reaching 100%.
    • Landscape Orientation: Fixed an issue where allow_landscape option was allowing LA claims to start in landscape on mobiles. See behavior documentation.
    • Android Tablet: Fixed an issue to allow LA claims in landscape orientation on Android tablets (although this orientation is not recommended).
    • iPad's Version Reporting: Fixed an issue where iPad's were reporting the wrong iOS version which triggered iframe bridge unnecessarily.
    • Event Details: Fixed missing type in details + updated docs to correctly reflect expected data.