Skip to content

Commit

Permalink
Update for release 13.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2023
1 parent 2707225 commit 88e2e21
Show file tree
Hide file tree
Showing 50 changed files with 2,736 additions and 2,718 deletions.
2 changes: 2 additions & 0 deletions BASE_32_VERSION_MAPPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,5 @@
| FS | 13.3.1 | 2023-08-22 | |
| FT | 13.3.2 | 2023-09-18 | |
| FU | 13.4.0 | 2023-09-22 | |
| FV | 13.5.0 | 2023-10-06 | |
| FW | 13.5.1 | 2023-10-12 | |
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ This project adheres to the Node [default version scheme](https://docs.npmjs.com

### Changed

## [13.5.1] - 2023-10-12

### Changed

- Fix: Duplicated back button on Motion loading screen

## [13.5.0] - 2023-10-06

### Changed

- New permission screen instructions were added to guide users on various devices/browsers to recover from denied access to the camera.
- Fix: A click on the search icon in the Country Selector will focus the input field
- Fix: JS Document capture is now fixed for Firefox on Android

## [13.4.0] - 2023-09-27

### Changed
Expand Down Expand Up @@ -1617,7 +1631,9 @@ Install with `npm install onfido-sdk-ui@0.12.0-rc.1`

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

[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/13.4.0...development
[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/13.5.1...development
[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
[13.4.0]: https://github.com/onfido/onfido-sdk-ui/compare/13.3.2...13.4.0
[13.3.2]: https://github.com/onfido/onfido-sdk-ui/compare/13.3.1...13.3.2
[13.3.1]: https://github.com/onfido/onfido-sdk-ui/compare/13.3.0...13.3.1
Expand Down
2 changes: 1 addition & 1 deletion ENTERPRISE_FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,4 +486,4 @@ index.html

## Crossdevice SDK options

- `customUI` - Apply UI customisation to the crossDevice instance. If supplied, the crossdevice customUI will take president over the one specified in the main SDK instance.
- `customUI` - Apply UI customisation to the crossDevice instance. If supplied, the crossdevice customUI will take president over the one specified in the main SDK instance.
2 changes: 1 addition & 1 deletion ONFIDO_STUDIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The CSS style will be included inline with the JS code when the library is impor

You can see an [example app using npm style import](https://github.com/onfido/onfido-sdk-web-sample-app/).

#### Split bundle
#### 2.4 Split bundle

To decrease the size of your production bundle, you can use the split version of the library:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The CSS style will be included inline with the JS code when the library is impor

You can see an [example app using npm style import](https://github.com/onfido/onfido-sdk-web-sample-app/).

#### Split bundle
#### 4.4 Split bundle

To decrease the size of your production bundle, you can use the split version of the library:

Expand Down
12 changes: 6 additions & 6 deletions UI_CUSTOMIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ The Web SDK supports customization options across the SDK screen including text,
| `colorBackgroundLinkHover` | Change Link background color on hover |
| `colorBackgroundLinkActive` | Change Link background color on click/tap |

| Warning Popups | Description |
| --------------------------------- | ---------------------------------------------------------- |
| `colorContentAlertInfo` | Change warning popup text color |
| `colorBackgroundAlertInfo` | Change warning popup background color |
| `colorContentAlertInfoLinkHover` | Change warning popup fallback Link background on hover |
| `colorContentAlertInfoLinkActive` | Change warning popup fallback Link background on click/tap |
| Warning Popups | Description |
| ------------------------------------ | ---------------------------------------------------------- |
| `colorContentAlertInfo` | Change warning popup text color |
| `colorBackgroundAlertInfo` | Change warning popup background color |
| `colorBackgroundAlertInfoLinkHover` | Change warning popup fallback Link background on hover |
| `colorBackgroundAlertInfoLinkActive` | Change warning popup fallback Link background on click/tap |

| Error Popups | Description |
| ---------------------------------- | -------------------------------------------------------- |
Expand Down
Loading

0 comments on commit 88e2e21

Please sign in to comment.