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