Releases: iProov/web
Releases · iProov/web
v5.4.0
15.10.2024 5.4.0
Changed
- Security: General security enhancements.
- Performance: Improved loading time (~10% faster on low-end Android phones).
- UI: Font and SVG files are now preloaded.
Fixed
- Bug: Fixed a bug where the SDK would freeze due to an unstable IndexedDB (sometimes observed on iOS).
v5.3.0
25.07.2024 5.3.0
Changed
- Security: Enhanced security.
v5.2.2
v5.2.1
v5.2.0
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
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.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.10.2023 5.0.1
Fixed
- Device Assurance: Restored support checker device assurance public methods.
v5.0.0
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
andnot_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
Fixed
- Motion Permission: Permission for motion collection is now requested for iOS and iPadOS after clicking the start
button
(it was moved to thegrant_button
inv4.2.0
).