Skip to content

Commit 6196d76

Browse files
author
jenkins
committed
Automatically built release by Jenkins
1 parent 653fba3 commit 6196d76

File tree

75 files changed

+8011
-2883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+8011
-2883
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Release notes
22

3+
## 2.4.2
4+
5+
### Platform-related SDK changes
6+
7+
* We've added methods for programmatically starting camera and image scan when using the UI component.
8+
* It's possible to call `startCameraScan()` and `startImageScan(File)` methods on the custom web element.
9+
* We've standardized error structures returned from the WebAssembly library and the UI component.
10+
* See [SDKError.ts](src/MicroblinkSDK/SDKError.ts) and [ErrorTypes.ts](src/MicroblinkSDK/ErrorTypes.ts) for a complete list of possible error codes.
11+
* We've completed support for `part::` selector and added [an example](ui/README.md#customization-ui-css-part).
12+
* We've simplified integration of the UI component with Angular and React frameworks.
13+
* [Integration guide for Angular](ui/README.md#installation-angular)
14+
* [Integration guide for React](ui/README.md#installation-react)
15+
16+
### Bug fixes
17+
18+
* We've ensured that all SDK errors can be visible from `fatalError` and `scanError` events in the UI component.
19+
* We've fixed a bug where a user couldn't upload an image after the camera scan failed to start.
20+
* We've fixed a bug where the video feed wasn't released in the scenario where the UI component was removed from the DOM.
21+
* We've improved memory management during the initialization of the UI component to avoid the creation of unnecessary web workers.
22+
323
## 2.4.1
424

525
### Platform-related SDK changes
@@ -11,6 +31,9 @@
1131
### Bug fixes
1232

1333
* We've optimised memory usage of the SDK by fixing a problem where every refresh of the UI component would result in a new instance of web worker
34+
* We've fixed a bug where a user couldn't upload an image after the camera scan failed to start
35+
* We've fixed a bug where the video feed wasn't released in the scenario where the UI component was removed from the DOM
36+
* We've improved memory management during the initialization of the UI component to avoid the creation of unnecessary web workers
1437

1538
## 2.4.0
1639

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -680,18 +680,6 @@ await BlinkCardRecognizer.updateSettings( settings );
680680
...
681681
```
682682
683-
<!--
684-
# TODO
685-
1. Guidelines regarding webcams
686-
* Webcams on apple devices
687-
* External webcams
688-
* Logitech C922 Pro Stream (isprobano, radi odlično, Jurica)
689-
* Logitech C920 Pro HD
690-
* Logitech C270 HD (budget option)
691-
* Built-in webcams, e.g. Lenovo and similar
692-
2. Guidelines regarding device performance
693-
3. Specific guidelines for Mac laptops and PCs?
694-
-->
695683
## <a name="technicalRequirements"></a> Technical requirements
696684
697685
This document provides information about technical requirements of end-user devices to run BlinkCard.

0 commit comments

Comments
 (0)