Skip to content

Commit

Permalink
Update for release 13.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 27, 2024
1 parent c91b5e3 commit 1824d05
Show file tree
Hide file tree
Showing 58 changed files with 7,820 additions and 3,613 deletions.
7 changes: 7 additions & 0 deletions BASE_32_VERSION_MAPPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,10 @@
| FW | 13.5.1 | 2023-10-12 | |
| FX | 13.6.0 | 2023-10-20 | |
| FY | 13.6.1 | 2023-10-24 | |
| FZ | 13.7.0 | 2023-11-08 | |
| GA | 13.8.0 | 2024-01-02 | |
| GB | 13.8.1 | 2024-01-17 | |
| GC | 13.7.1 | 2024-01-17 | |
| GD | 13.8.2 | 2024-01-23 | |
| GE | 13.8.3 | 2024-02-20 | |
| GF | 13.8.4 | 2024-02-27 | |
61 changes: 58 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,59 @@ This change log file is based on best practices from [Keep a Changelog](http://k
This project adheres to [Semantic Versioning](http://semver.org/). Breaking changes result in a different MAJOR version. UI changes that might break customizations on top of the SDK will be treated as breaking changes too.
This project adheres to the Node [default version scheme](https://docs.npmjs.com/misc/semver).

## [14.15.0]
## [next-version]

### Changed

- Overall architecture. See [MIGRATION.md](./MIGRATION.md) for more details.
## [13.8.4] - 2024-02-27

### Changed

## [13.8.3] - 2024-02-21

### Changed

## [13.8.2] - 2024-01-23

### Changed

## [13.8.1] - 2024-01-17

### Fixed

- Removed check for audio permission in webview.

## [13.8.0] - 2024-01-02

### Changed

- Removed migrate_locales scripts.
- Removed performance benchmark

### Fixed

- Fix validation for Indonesia ID number
- Fix National ID Number semantic type and display

## [13.7.0] - 2023-11-08

### Added

- Added `permissions_unavailable` error type to the `onError` callback

### Changed

- Update camera icon for Document upload

### Fixed

- Disable Picture-in-Picture tooltip during Face capture

## [13.6.1] - 2023-10-24

### Fixed

- Fix disabled submit button in country selection in PoA step

## [13.6.0] - 2023-10-24

Expand Down Expand Up @@ -1646,7 +1694,14 @@ Install with `npm install [email protected]`

- NPM (commonjs2) style of importing the library now works

[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/13.6.0...development
[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/13.8.4...development
[13.8.4]: https://github.com/onfido/onfido-sdk-ui/compare/13.8.3...13.8.4
[13.8.3]: https://github.com/onfido/onfido-sdk-ui/compare/13.8.2...13.8.3
[13.8.2]: https://github.com/onfido/onfido-sdk-ui/compare/13.8.1...13.8.2
[13.8.1]: https://github.com/onfido/onfido-sdk-ui/compare/13.8.0...13.8.1
[13.8.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.7.0...13.8.0
[13.7.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.6.1...13.7.0
[13.6.1]: https://github.com/onfido/onfido-sdk-ui/compare/13.6.0...13.6.1
[13.6.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.5.1...13.6.0
[13.5.1]: https://github.com/onfido/onfido-sdk-ui/compare/13.5.0...13.5.1
[13.5.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.4.0...13.5.0
Expand Down
Loading

0 comments on commit 1824d05

Please sign in to comment.