From 9488d448a02714aa541a38449616df45639d399a Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:00:22 +0000 Subject: [PATCH] Release 14.36.0 --- CHANGELOG.md | 13 ++++++++----- README.md | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbab2497..5a3b74a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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 @@ -11,15 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## 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 diff --git a/README.md b/README.md index 82f5bb2fe..89ffca224 100644 --- a/README.md +++ b/README.md @@ -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**