Skip to content

3.0.0

Compare
Choose a tag to compare
@GlenHughes GlenHughes released this 16 Sep 11:54
· 115 commits to master since this release

Fixed

  • Kiosk mode can now be localised using the standard Web SDK localization feature.
  • Add missing client_error key to the language file.
  • Firefox performance issues

Changed

  • The "aborted" event has been removed and replaced with "cancelled" in line with the native SDKs.
  • WASM and Worker files are now bundled within the Web SDK package instead of being fetched via the CDN.

Added

  • The "interrupted" event and slot have been added, which allow users to retry should a fast exit from fullscreen occur.
    This rarely happens but can be caused by software launched automatically as a result of webcam usage.
  • Two new language strings, prompt_kiosk_align_face and prompt_kiosk_keep_still have been added. See iproov-en.json for English translations.

Removed

  • Legacy native bridge mode has been removed
  • The "aborted" event and associated slots
  • PicoJS face detector