Skip to content

Commit

Permalink
4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenHughes committed Feb 27, 2023
1 parent 2054d73 commit 145dd8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## 27.02.2023 4.1.1

## Fixed

- **Supplementary Imagery**: Fixed issue with imagery not being returned.


## 13.02.2023 4.1.0

## Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![iProov: Biometric Face Verification for Remote Identity Assurance](https://github.com/iProov/web/raw/master/images/banner.png)

# iProov Biometrics Web SDK v4.1.0
# iProov Biometrics Web SDK v4.1.1

## 📖 Table of contents

Expand Down Expand Up @@ -46,7 +46,7 @@ The NPM package [@iproov/web-sdk](https://www.npmjs.com/package/@iproov/web-sdk)

Using the `@iproov/web-sdk` package is the recommended way of using the iProov Web SDK in production, and works best with a bundler like Webpack, Parcel or Rollup. The iProov Web SDK is held in a private NPM registry, to gain access, please contact [[email protected]](mailto:[email protected]) sharing your NPM username and you will be given instructions on using the private NPM reg

>⚠️When you have been granted access, to use the `@iproov/web-sdk` via your CLI, you will need to authenticate with [NPM Login](https://docs.npmjs.com/cli/v9/commands/npm-login).
>⚠️When you have been granted access, to use the `@iproov/web-sdk` via your CLI, you will need to authenticate with [NPM Login](https://docs.npmjs.com/cli/v9/commands/npm-login) or [YARN login](https://classic.yarnpkg.com/lang/en/docs/cli/login/).
#### Setup

Expand Down Expand Up @@ -618,7 +618,7 @@ $("iproov-me").on("ready started cancelled streamed progress passed failed error

The Web SDK ships with English strings by default. To provide strings in another language, you can supply `language` overrides as JSON. Language files use the same structure.

- [View the default language file with all keys and language strings](https://github.com/iProov/web/blob/master/languages/iproov-en.json)
- [View the default language file with all keys and language strings](https://github.com/iProov/web/blob/master/iproov-en.json)

You can customise the language by supplying the `language` attribute to your iProov component. The `language` value must be valid JSON and passed as a string.

Expand Down

0 comments on commit 145dd8c

Please sign in to comment.