-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5ca4c7
commit 53be2b6
Showing
48 changed files
with
961 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,70 @@ This project adheres to the Node [default version scheme](https://docs.npmjs.com | |
|
||
### Changed | ||
|
||
## [13.3.1] - 2023-08-22 | ||
|
||
### Changed | ||
|
||
- Prevent the windows touch machines from using the JS camera. In some cases, the Windows Touch machines were allowed to behave as mobile devices. It's not the case anymore. | ||
|
||
## [13.3.0] - 2023-08-16 | ||
|
||
### Changed | ||
|
||
- Fix loading modules when the first module is skippable (studio). | ||
- Add a general tips section in the README.md | ||
- Change the welcome screen wording to comply with video recording regulations. | ||
|
||
## [13.2.0] - 2023-08-08 | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
- Custom cross device URLs can now contain a path between the host and the hash. Ex: `https://host:port/some/path/HASH` | ||
- Color contrast in button and remove icons preload | ||
|
||
## [13.1.0] - 2023-07-20 | ||
|
||
### Changed | ||
|
||
- Update `resend SMS` copy for better user experience. | ||
- Add Accessibility translations for Motion. | ||
- Add support for Romanian national identity number in profile capture | ||
|
||
### Fixed | ||
|
||
- Fix `issuing_country` on `cross-device` for `passport` not added to payload. | ||
|
||
## [13.0.1] - 2023-07-11 | ||
|
||
### Changed | ||
|
||
- Add play pause button to motion intro animation video. | ||
|
||
### Fixed | ||
|
||
- Fix duplicate Motion capture uploads on SDK initialisations without a `complete` step. | ||
- Fix Motion capture recording starting too early. | ||
|
||
## [13.0.0] - 2023-07-11 | ||
|
||
### Changed | ||
|
||
- Remove `uploadFallback` option in the `document` step. | ||
- Add a new error when barcode detection issues arise. | ||
- Remove `uploadFallback` option in the `face` step. | ||
- Add a new error when barcode detection issues arise. | ||
|
||
### Fixed | ||
|
||
- Fix workflow multi document taks step configuration. | ||
|
||
## [12.4.1] - 2023-07-14 | ||
|
||
### Fixed | ||
|
||
- Fix close button on document preview | ||
|
||
## [12.4.0] - 2023-06-19 | ||
|
||
### Changed | ||
|
@@ -1539,8 +1594,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.0.0...development | ||
[13.0.0]: https://github.com/onfido/onfido-sdk-ui/compare/12.4.0...13.0.0 | ||
[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/13.3.1...development | ||
[13.3.1]: https://github.com/onfido/onfido-sdk-ui/compare/13.3.0...13.3.1 | ||
[13.3.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.2.0...13.3.0 | ||
[13.2.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.1.0...13.2.0 | ||
[13.1.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.0.1...13.1.0 | ||
[13.0.1]: https://github.com/onfido/onfido-sdk-ui/compare/13.0.0...13.0.1 | ||
[13.0.0]: https://github.com/onfido/onfido-sdk-ui/compare/12.4.1...13.0.0 | ||
[12.4.1]: https://github.com/onfido/onfido-sdk-ui/compare/12.4.0...12.4.1 | ||
[12.4.0]: https://github.com/onfido/onfido-sdk-ui/compare/12.3.6...12.4.0 | ||
[12.3.6]: https://github.com/onfido/onfido-sdk-ui/compare/12.3.5...12.3.6 | ||
[12.3.5]: https://github.com/onfido/onfido-sdk-ui/compare/12.3.4...12.3.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.