diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db0969..9e22bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## 10.11.2021 3.3.4 + +## Fixed +- **a11y** - Improve text to speech order while using some screen readers. +- **No Face Timeouts** - Only start detecting faces when ready is clicked. +- **Error Handling** - Ensure error messages are always present. + ## 11.10.2021 3.3.3 ## Fixed diff --git a/LICENSE.md b/LICENSE.md index 19dba38..4400cb7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -317,11 +317,11 @@ 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. -# three-full +# three -MIT +The MIT License -Copyright (c) 2017-Present, Itee, Valcke Tristan [https://github.com/Itee](https://github.com/Itee). +Copyright © 2010-2021 three.js authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -330,16 +330,16 @@ 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 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. # ua-parser-js diff --git a/README.md b/README.md index 366f8d3..7291501 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iProov Biometrics Web SDK v3.3.3 +# iProov Biometrics Web SDK v3.3.4 ## 📖 Table of contents @@ -812,6 +812,12 @@ The `native_sdk_options` setting accepts a base64 encoded JSON object of iProov iProovMe.setAttribute("native_sdk_options", btoa(JSON.stringify({ ui: { scanLineDisabled: true, filter: "classic" } }))) ``` +### Iframe integrations +Integrations via iframes are supported by the Web SDK but please note that you must declare that camera and fullscreen permissions are allowed. Any additional permissions you may require must be separated by a semi-colon `;`. Please note: `accelerometer;gyroscope;magnetometer;` are only required if you are intending to complete LA claims. +```html + +``` + ### Iframe bridge for mobile Safari If integrating iProov Liveness into an iframed document, you must use Iframe Bridge to support Safari on iOS versions prior to iOS 15. For more details see our [Wiki](https://github.com/iProov/web/wiki/Iframe-Bridge-for-Mobile-Safari).