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
/coreand/uiimports. Using/corereduced bundle size for integrations that did not need the provided UI.
Migration notes
- Replaced
otaResources.timeoutMiliswithresourceDownloadTimeoutMs, which applied to Wasm, data, and OTA downloads. - Required
contentLengthfor each entry in a manually maintained OTA manifest. - Required explicit installation of UI peer dependencies for the UX Manager’s root and /ui imports.