Skip to content

Commit

Permalink
3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenHughes committed Oct 11, 2021
1 parent 4c80272 commit e2c2609
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 11.10.2021 3.3.3

## Fixed

- **Safari fullscreen issues** - Handle `Safari 13-14.1` not reporting fullscreen enter/exit events correctly.
- **Safari permission issues** - We fixed an issue where permission could be blocked on certain devices.
- **Progress event** - Progress event returned messages weren't being localised.

## Changes

- **Unsupported video feeds** - Detect very low resolutions and attempt to use a different video device if possible.
- **Safari 15.0 desktop** - Regrettably, this browser is now blocked until Apple releases a version that fixes various regressions.
- **Native Bridge** - Inside iframes, iOS Native Bridge now works on iOS versions <= 14.0. Older versions are unsupported.
- **WebGL** - THREE.js upgraded to 0.133.1.

## 17.08.2021 3.3.2

## Fixed
Expand Down
22 changes: 0 additions & 22 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,6 @@ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

# fingerprint js

Copyright (c) 2021 FingerprintJS, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

# hammer.js

The MIT License (MIT)
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ In the case of the **cancelled**, **interrupted**, **failed**, **error** and **u
| **client_stream** | There was an error streaming the video | _error_ |
| **error_asset_fetch** | Unable to fetch assets | _error_ |
| **error_camera_in_use** | The camera is already in use and cannot be accessed | _error_ |
| **error_camera_not_supported** | The camera resolution is too small | _error_ |
| **error_device_motion_unsupported** | Your device does not seem to fully report device motion | _error_ |
| **error_expired_token** | The token has already been used or has expired | _error_ |
| **error_fullscreen_change** | Exited fullscreen without completing iProov | _cancelled, interrupted_ |
Expand Down Expand Up @@ -629,7 +630,7 @@ For known issues, [see here](#known-issues).
| <img src="https://avatars1.githubusercontent.com/u/4119093?s=200&v=4" alt="Safari" width="24px" height="24px" /><br/>Platform | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" /><br/>Safari | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" /><br/>Chrome | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" /><br/>Edge | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" /><br/>Firefox | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" /><br/>Opera | <img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/samsung-internet/samsung-internet_48x48.png" alt="Samsung" width="24px" height="24px" /><br/>Samsung |
| ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Windows** | N/A | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A |
| **MacOS** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | N/A |
| **MacOS** | :heavy_check_mark: \* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | N/A |
| **iOS** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | N/A |
| **Android** | N/A | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: \* | :heavy_check_mark: | :heavy_check_mark: |

Expand Down Expand Up @@ -828,5 +829,10 @@ For further help with integrating the SDK, please contact [[email protected]](m
### Known issues
- Title exceeds header on some small screens, a workaround is to use a Custom Title or hide the title completely.
- We do not support tiny video feeds, and will re-prompt the user to provide a different camera.
- In Firefox this will present the user with the camera prompt again without any further guidance.
- When multiple video devices are attached using Firefox on desktop, permission is requested on each button click.
- iOS WebView based browser support is currently whitelisted to those with the most support.
- MacOS Safari 15.0 is marked as unsupported until further notice due to several regressions out of our control:
- [Safari 15.0 tab crashes when requesting WebGL context](https://bugs.webkit.org/show_bug.cgi?id=231423)
- [Safari 15.0 unable to render webcam to canvas context](https://github.com/mrdoob/three.js/issues/22582#issuecomment-938710902)
1 change: 1 addition & 0 deletions iproov-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"error_asset_fetch": "Unable to fetch assets",
"error_camera": "Camera error",
"error_camera_in_use": "The camera is already in use and cannot be accessed",
"error_camera_not_supported": "The camera you are using isn't supported",
"error_camera_permission_denied": "Camera permission denied",
"error_camera_permission_denied_message": "Permission to access the camera has been denied. Please allow camera access to use iProov. If you have already allowed access, please reload the page.",
"error_device_motion_unsupported": "Your device does not seem to fully report device motion",
Expand Down

0 comments on commit e2c2609

Please sign in to comment.