Skip to content

Commit

Permalink
Release 14.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2024
1 parent 68c0801 commit 9488d44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## 14.36.0 - 2024-09-11
### Added
- Motion intro screen can be skipped through showIntro option

### Removed
- Removed motion confirmation screen

## 14.35.1 - 2024-09-09
### Fixed
- Typescript support for the npm package

## 14.35.0 - 2024-09-03
### Added
- Proof of Address Module: replaced basic camera with js camera
- Proof of Address Module: replaced basic camera with js camera

### Fixed
- Ensure the motion instruction video is dismissed on the head-turn side complete
- accessibility screen reader and keyboard navigations
- Assistive technologies now reads intructions in center of capture frame.
- Ensure the motion instruction video is dismissed on the head-turn side complete
- accessibility screen reader and keyboard navigations
- Assistive technologies now reads intructions in center of capture frame.
- Assistive technologies now reads intructions in center of capture frame

## 14.34.0 - 2024-08-15
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,8 @@ This is the face capture step. Users will be asked to capture their face in the

- **`showIntro {Boolean}` - optional**

The instruction screen shown to the user at the beginning of the `face` capture step can be skipped for the [`video`](https://documentation.onfido.com/guide/facial-similarity-reports#video) and [`standard`](https://documentation.onfido.com/guide/facial-similarity-reports#standard) variants. By default, the screen is shown (default to `true`).
When disabled for the `standard` variant, the entire intro screen will be removed from the flow.
The instruction screen shown to the user at the beginning of the `face` capture step can be skipped for all variants. By default, the screen is shown (default to `true`).
When disabled for the `standard` and `motion` variant, the entire intro screen will be removed from the flow.
When disabled for the `video` variant, the example video will be hidden in the intro screen, only showing the text instructions.

- **`useMultipleSelfieCapture {Boolean}` - optional**
Expand Down

0 comments on commit 9488d44

Please sign in to comment.