Skip to content

Commit

Permalink
Release 14.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 10, 2024
1 parent 6fe5f79 commit 7989222
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 47 deletions.
61 changes: 21 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,47 @@
# CHANGELOG

## 14.22.0 - 2024-03-28


## v14.22.0 - 2024-03-28


## 14.21.1 - 2024-03-20
## v14.23.0 - 2024-04-10

- New Document or SSN selection module / Task added

## v14.21.1 - 2024-03-20


## 14.21.0 - 2024-03-20
## 14.22.0 - 2024-03-28

- Improving cross-device verification adjustments.
- fix: document type configurations.
: fix: typing for npm loader.

## v14.21.0 - 2024-03-20

* Fix: typescript types missing SdkParameters
- Fix: typescript types missing SdkParameters

## 14.20.1 - 2024-03-12


## v14.20.1 - 2024-03-12

- support `crossDevicePolicy: "force"` for face modules

## 14.20.0 - 2024-03-12

* support `crossDevicePolicy: "force"` for face modules
- support `crossDevicePolicy: "force"` for face modules

## 14.19.0 - 2024-03-05

* fix an issue, where firefox is used on desktop and redirects the user as part of the `onComplete` callback. The connected mobile device was displaying an error.
- fix an issue, where firefox is used on desktop and redirects the user as part of the `onComplete` callback. The connected mobile device was displaying an error.
- fix: accessibility issues

## 14.18.0 - 2024-03-01

## v14.17.0 - 2024-02-23

* added SameSite=None for `onfido-web-sdk-analytics` cookie to allow cookie to be transferred once browsers switches to new default of SameSite=Lax

## 14.12.0 - 2023-12-19

* perform retries on 5xx error

## 14.10.2 - 2023-12-07
- new google fonts supports added
- CSP updates

* fixed handing over of client configuration to cross device

## v14.10.2 - 2023-12-07

* set default module version inside bridge if module version is not specified

## 14.9.1 - 2023-11-29
## v14.17.0 - 2024-02-23

* changed the signature of navigationExternalLink to take an object of `{ url: string }` as parameter
- added SameSite=None for `onfido-web-sdk-analytics` cookie to allow cookie to be transferred once browsers switches to new default of SameSite=Lax
- Added promise to tearDown()
- improbed analytics properties

## v14.4.0 - 2023-10-19
## 14.16.0 - 2023-12-19

- some other feature branch
- Fixed foo
- improved bar
- perform retries on 5xx error

## v14.3.1
## 14.15.0 - 2024-02-01

- we manually need to update the changelog till that version
- See migrations guide.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ This documents the breaking changes between the Web SDK v13.7.0 and the Web SDK
- `handle.setOptions()` has been deprecated, no longer allowing changing options after bootstrapping the SDK
- The fallback options under the `face` step now only occur on the mobile session of a user as all fallbacks due to device capabilities will always trigger a cross-device flow first.
- `tearDown` now returns a Promise
- `safeTearDown` has been deprecated, please use `tearDown` instead
- `safeTearDown` has been deprecated, please use `tearDown` instead
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ Callback that fires when an error occurs. The callback returns the following err

- `exception`
This will be returned for all unknown errors, including:

- timeout and server errors
- unexpected javascript errors

Expand Down Expand Up @@ -1553,13 +1554,9 @@ Customers that have a CSP use the Web SDK npm bundle may not be able to run `Web
Onfido uses `WebAssembly` in the Motion (for TensorFlow) and Document Capture (for OpenCV) modules, which prevents them from being used in that context.
The recommended approach is to using an Onfido-hosted Web SDK (Smart Capture Link or CDN) as the CSP only applies to the `sdk.onfido.com` domain and not the customer’s domain, whereby the CSP and therefore `unsafe-eval` is handled by Onfido.

#### Iframe camera and microphone permission issues

If embedded inside a cross-origin iframe, the SDK may fail to access the camera and microphone. This is a known issue on recent Chrome versions where requests fail in a similar way as if a user had denied a permission prompt. You may need to add the following `allow` attribute to your iframe:
#### Iframe itegration

```html
<iframe src="..." allow="camera;microphone"></iframe>
```
For instruction and guide on how to embed the Onfido Web SDK in an iFrame, please refer to the guide [Using the Onfido web SDK in an iFrame](https://developers.onfido.com/guide/sdk-iframe-guide).

#### Upload fallback

Expand Down

0 comments on commit 7989222

Please sign in to comment.