Skip to content

@microblink/blinkid@8002.0.0

Latest

Choose a tag to compare

@dompagoj dompagoj released this 17 Sep 15:45
4a674f0

BlinkID Web v8002.0.0

What's new

Improved SDK startup speed

  • Improved SDK startup speed by downloading OTA resources in parallel with Wasm and data resources, and compiling Wasm during the download.

  • Added relaxed SIMD Wasm variants for browsers that supported them.

Fixed initialization progress

  • Fixed download progress to include OTA resources, weighted by file size, and report completion only after all resources were available.

Improved scanning experience

  • Fixed MRZ guidance appearing when VIZ or barcode extraction was also enabled.
  • Fixed frame processing continuing after a timeout when the timeout modal was disabled.

Smaller bundles without the provided UI

  • Split the BlinkID UX Manager into separate /core and /ui imports. Using /core reduced bundle size for integrations that did not need the provided UI.

Migration notes

  • Replaced otaResources.timeoutMilis with resourceDownloadTimeoutMs, which applied to Wasm, data, and OTA downloads.
  • Required contentLength for each entry in a manually maintained OTA manifest.
  • Required explicit installation of UI peer dependencies for the UX Manager’s root and /ui imports.

More in Changelogs