Skip to content

v3.5.1

Compare
Choose a tag to compare
@willmorgan willmorgan released this 04 Mar 17:01
· 44 commits to master since this release

04.03.2022 3.5.1

Additions

  • UI: We've added a new presentation mode which places alignment instructions over the user's face.
    • This is called enable_floating_prompt; you can opt-in to this by setting it to true.
    • It defaults to false.
  • UI: We've added a new filter option which lets integrators specify different styles for the Canny face abstraction:
    • Available options are classic, shaded and vibrant.
    • The default is shaded.
  • We've added a few new accessibility oriented language strings:
    • close_button_aria provides ARIA text for the close button icon.
    • face_scan_aria provides ARIA text for our main UI, if it is tabbed into.
  • We've added prompt_text_color which will replace footer_text_color in an upcoming release. See deprecations.
  • We've changed iProovSupport.checkWithPermission() to also return tests and flags, just like .check() does.
  • When the Web SDK's <iproov-me> component is removed from the DOM:
    • we now clean up any open resources such as WebGL render loops and video feeds;
    • if this happens before an error or result event (i.e. before the user completes), the SDK now emits an error and invalidates the transaction with the error code integration_unloaded
  • We've added an integration_unloaded error code to handle the above unmounting case for our customers tracking.

Changes

  • UI: Our UI has been rewritten so that it's more accessible, and scales better according to browser settings.
    • This replaces our old SVG based UI and uses the latest cutting edge technologies, HTML and CSS.
  • Internal: Our team has started migration to TypeScript in order to reduce integration issues for our customers.

Fixes:

  • UI: We've found and replaced the missing scan line in iOS 15.
  • Cameras: We've fixed an issue where cameras not providing a feed crashed the Web SDK.

Deprecations

  • The option footer_text_color is now deprecated, please use prompt_text_color instead.