Skip to content

Commit

Permalink
Update for release 13.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2023
1 parent c5ca4c7 commit 53be2b6
Show file tree
Hide file tree
Showing 48 changed files with 961 additions and 182 deletions.
6 changes: 6 additions & 0 deletions BASE_32_VERSION_MAPPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,9 @@
| FK | 12.4.0-rc.3 | 2023-06-15 | |
| FL | 12.3.6 | 2023-06-16 | |
| FM | 13.0.0 | 2023-06-29 | |
| FN | 13.0.1 | 2023-07-11 | |
| FO | 12.4.1 | 2023-07-14 | |
| FP | 13.1.0 | 2023-07-20 | |
| FQ | 13.2.0 | 2023-08-03 | |
| FR | 13.3.0 | 2023-08-09 | |
| FS | 13.3.1 | 2023-08-22 | |
67 changes: 64 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ For all supported language the copy for the following string(s) has been added:
- `profile_data::national_id_number_title`
- `cross_device::button_primary_upload`
- `cross_device_intro::subtitle_upload`
- `profile_data::field_validation::rou_specific::invalid_national_id_value`
- `profile_data::field_validation::rou_specific::required_national_id_value`
- `profile_data::field_labels::rou_specific::national_id_value`

## `11.0.0`

Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## Table of contents

- [Overview](#overview)
- [General tips](#general-tips)
- [Getting started](#getting-started)
- [Handling callbacks](#handling-callbacks)
- [Removing the SDK](#removing-the-sdk)
Expand Down Expand Up @@ -34,6 +35,10 @@ The SDK offers a number of benefits to help you create the best identity verific

![Various views from the SDK](demo/screenshots.jpg)

## General tips

For use in a mobile device, it is recommended to set up the SDK to use the full screen of the device. Otherwise, there may not be enough room to display all critical elements of the SDK.

## Getting started

The following content assumes you're using our API v3 versions for backend calls. If you are currently using API `v2` please refer to [this migration guide](https://developers.onfido.com/guide/api-v2-to-v3-migration-guide) for more information.
Expand Down Expand Up @@ -189,6 +194,8 @@ import { init } from 'onfido-sdk-ui/split'
import 'onfido-sdk-ui/split/css'
```

If you are using TypeScript, you have to enable `moduleResolution` to `Node16 | NodeNext | Bundler`. If it is not possible in your case, you need to add a `@ts-ignore` comment above the import.

⚠️ Note: The main bundle will be in included in your build, but the other bundles will be loaded from Onfido's CDN.

### 5. Add basic HTML markup
Expand Down Expand Up @@ -972,9 +979,7 @@ From version `6.5.0`, TypeScript is officially supported, providing typings for:

| ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png) |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Latest ✔ | Latest \*| Latest ✔ | Latest ✔ |

\* _Firefox on Android, iOS not supported_
| Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |

### Node.js compatibility

Expand Down
20 changes: 18 additions & 2 deletions locales/ar/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"avc_face_alignment": {
"feedback_move_back": "تحرك للخلف",
"feedback_move_back_accessibility": "حرك جهازك للخلف",
"feedback_move_closer": "اقترب أكثر",
"feedback_move_left_accessibility": "حرك جهازك إلى اليسار",
"feedback_move_right_accessibility": "حرك جهازك إلى اليمين",
"feedback_no_face_detected": "لم يتم اكتشاف وجهك",
"feedback_not_centered": "الوجه ليس في المنتصف",
"title": "ضع وجهك ضمن الإطار"
Expand All @@ -38,7 +41,9 @@
"list_item_one": "أولاً، ضع وجهك ضمن الإطار",
"list_item_two": "ثم أدر رأسك ببطء إلى كلا الجانبين",
"subtitle": "هذا للتأكد من أنك شخص حقيقي",
"title": "تسجيل فيديو"
"title": "تسجيل فيديو",
"title_accessibility": "سجِّل فيديو لوجهك",
"video_accessibility": "مثال فيديو لشخص يدير رأسه لكلا الجانبين حتى الانتهاء"
},
"avc_no_face_detected": {
"button_primary_restart": "إعادة بدء التسجيل",
Expand Down Expand Up @@ -154,6 +159,10 @@
"detail": {
"folded_doc_front": "ضع مستندك بشكل مستوٍ، مع تضمين جميع الصفحات الداخلية (يجب أن يحتوي على صورتك)"
},
"header": {
"recording_complete": "اكتمل التسجيل",
"recording_video": "تسجيل الفيديو"
},
"header_folded_doc_front": "جانب صورة الملف الشخصي",
"prompt": {
"button_card": "بطاقة بلاستيكية",
Expand Down Expand Up @@ -236,7 +245,7 @@
"subtitle_photo_page": "التقط صورة للصفحة",
"subtitle_poa": "هذه هي الوثائق الأكثر احتمالاً لإظهار العنوان الحالي لمسكنك",
"title": "اختر مستندك",
"title_poa": "تحديد مستند %{country}"
"title_poa": "تحديد مستند"
},
"doc_submit": {
"button_link_upload": "أو تحميل صورة – لا تحمل مستندات لمسح ضوئي أو نسخ مصورة",
Expand Down Expand Up @@ -485,6 +494,7 @@
"subtitle": "ستحتاج إلى مستند:",
"title": "لنتحقق من عنوانك"
},
"poa_welcome_text": "التقط صورة لمستند بعنوانك",
"profile_data": {
"address_title": "أضِف عنوانك",
"button_continue": "متابعة",
Expand Down Expand Up @@ -924,10 +934,16 @@
"welcome": {
"doc_video_subtitle": "ستأخذ بعض الوقت",
"info_original_document": "التقط صورة من المستند الأصلي. لا يُسمح بإجراء عمليات المسح أو صور الشاشات أو النسخ.",
"list_header": "استخدم جهازك من أجل:",
"list_header_doc_video": "استخدم جهازك للتسجيل:",
"list_header_webcam": "استخدم كاميرا الويب أو الهاتف لالتقاط صورة:",
"list_item_doc": "بطاقة هويتك",
"list_item_doc_generic": "قم بتسجيل فيديو لمستند هويتك",
"list_item_doc_photo": "التقط صورة لمستند هويتك",
"list_item_doc_video": "سجّل فيديو لمستند هويتك",
"list_item_doc_video_timeout": "يقتصر تسجيل الفيديو على ​<timeout>​​</timeout>​ ثوانٍ. ​<fallback>​ابدأ مرة أخرى​</fallback>​",
"list_item_face_photo": "التقط صورة لوجهك",
"list_item_face_video": "سجِّل فيديو لوجهك",
"list_item_poa": "إثبات عنوانك",
"list_item_selfie": "وجهك",
"next_button": "اختر مستند",
Expand Down
22 changes: 19 additions & 3 deletions locales/bg_BG/bg_BG.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"avc_face_alignment": {
"feedback_move_back": "Отдалечете се",
"feedback_move_back_accessibility": "Преместете устройството си по-далеч",
"feedback_move_closer": "Приближете се",
"feedback_move_left_accessibility": "Преместете устройството си наляво",
"feedback_move_right_accessibility": "Преместете устройството си надясно",
"feedback_no_face_detected": "Не е засечено лице",
"feedback_not_centered": "Лицето не е центрирано",
"title": "Позиционирайте лицето си в рамката"
Expand All @@ -38,7 +41,9 @@
"list_item_one": "Първо позиционирайте лицето си в рамката",
"list_item_two": "След това бавно обърнете главата си наляво и надясно",
"subtitle": "Това е, за да потвърдите, че сте реален човек",
"title": "Записване на видеоклип"
"title": "Записване на видеоклип",
"title_accessibility": "Запишете видео на лицето си",
"video_accessibility": "Примерно видео на човек, който обръща глава наляво и надясно до завършване на записа"
},
"avc_no_face_detected": {
"button_primary_restart": "Рестартирайте записа",
Expand Down Expand Up @@ -154,6 +159,10 @@
"detail": {
"folded_doc_front": "Поставете документа си върху равна повърхност, като включите всички вътрешни страници (трябва да съдържа снимката ви)"
},
"header": {
"recording_complete": "Записът е завършен",
"recording_video": "Запис на видео"
},
"header_folded_doc_front": "Страна с профилна снимка",
"prompt": {
"button_card": "Пластмасова карта",
Expand Down Expand Up @@ -236,7 +245,7 @@
"subtitle_photo_page": "Страницата със снимка",
"subtitle_poa": "Това са документите, които най-вероятно показват настоящия ви домашен адрес",
"title": "Изберете документ",
"title_poa": "Изберете документ за %{country}"
"title_poa": "Изберете документ за"
},
"doc_submit": {
"button_link_upload": "или качете снимка – без сканирани копия или фотокопия",
Expand Down Expand Up @@ -485,6 +494,7 @@
"subtitle": "Ще ви трябва документ, който:",
"title": "Да потвърдим адреса ви"
},
"poa_welcome_text": "Направете снимка на документ с адреса ви",
"profile_data": {
"address_title": "Добавете адреса си",
"button_continue": "Продължаване",
Expand Down Expand Up @@ -846,7 +856,7 @@
"info": "Съвети",
"info_link_expire": "Връзката ще изтече след един час",
"info_link_window": "Дръжте този прозорец отворен, докато използвате мобилния си телефон",
"link": "Повторно изпращане на връзка",
"link": "Изпробвайте друг метод",
"subtitle": "Изпратихме защитена връзка до %{number}",
"subtitle_minutes": "Може да отнеме няколко минути, за да я получите",
"title": "Проверете мобилния си телефон"
Expand Down Expand Up @@ -924,10 +934,16 @@
"welcome": {
"doc_video_subtitle": "Ще отнеме няколко минути",
"info_original_document": "Направете снимка на оригиналния си документ. Не се допускат сканирания, снимки на екрани или фотокопия.",
"list_header": "Използвайте устройството си, за да:",
"list_header_doc_video": "Използвайте устройството си, за да запишете:",
"list_header_webcam": "Използвайте уеб камерата или телефона си, за да снимате:",
"list_item_doc": "официалният ви документ за самоличност",
"list_item_doc_generic": "Запишете видео на вашия документ за самоличност",
"list_item_doc_photo": "Направите снимка на документа си за самоличност",
"list_item_doc_video": "Запишете видео с документа си за самоличност",
"list_item_doc_video_timeout": "Видеозаписът е ограничен до <timeout></timeout>°секунди. <fallback>Започнете отново</fallback>",
"list_item_face_photo": "Направите снимка на лицето си",
"list_item_face_video": "Запишете видео на лицето си",
"list_item_poa": "доказателство за адрес",
"list_item_selfie": "лицето ви",
"next_button": "Изберете документ",
Expand Down
Loading

0 comments on commit 53be2b6

Please sign in to comment.