Skip to content

Tags: blinkcard/blinkcard-in-browser

Tags

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update npm-publish.yml with NPM_TOKEN (#35)

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Automatically built release by Jenkins (#31)

Co-authored-by: jenkins <jenkins@blade>

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #29 from blinkcard/jenkins/stable-build

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #28 from blinkcard/jenkins/stable-build

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #26 from blinkcard/jenkins/stable-build

Automatically built release by Jenkins

v2.7.0

Toggle v2.7.0's commit message

v2.6.1

Toggle v2.6.1's commit message
## 2.6.1

* We've fixed a problem that has caused the enormous size of WebAssembly bundles.

v2.6.0

Toggle v2.6.0's commit message

v2.4.3

Toggle v2.4.3's commit message
## 2.4.3

* We've updated Microblink logo and colors

v2.4.2

Toggle v2.4.2's commit message
## 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.