Skip to content

Commit

Permalink
3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenHughes committed Jul 14, 2021
1 parent e0f7a31 commit e9de6d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## 14.07.2021 3.2.2

## Fixed

- Fixed crashing issue found in some JavaScript libraries.
- Fixed missing `connecting` event.
- Fixed missing `feedback` property from `interrupted` and `cancelled` events.

## Deprecation Notice
The `code` property which is returned within `event.details` has been deprecated and will be removed in future versions. This was unintentionally added. If you are using `code` please switch to the `feedback` property. For more details on the correct way to use event data please see our [docs](https://github.com/iProov/web#-events).

## 18.06.2021 3.2.1

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iProov Biometrics Web SDK v3.2.1
# iProov Biometrics Web SDK v3.2.2

## 📖 Table of contents

Expand Down

0 comments on commit e9de6d6

Please sign in to comment.