Skip to content

V11.5.0

Choose a tag to compare

@sgulatiacuant sgulatiacuant released this 30 Oct 01:26
· 17 commits to master since this release

This is a major release and is not fully backward compatible. Please review the migration details in the Readme.

  • Resolved an issue that caused brackets on some resolutions to appear misaligned. (MOBILE-1309)
  • Enhanced the JavaScript Web SDK to support modularity and nonstandard workflows. (MOBILE-1396)
  • Resolved an issue that caused brackets to appear off screen. (MOBILE-1419)
  • Added support for screen readers. (MOBILE-1421)
  • Made the following changes in the camera module:
  • Decoupled the camera renderer from the UI.
  • Improved the performance of the camera renderer.
  • Changed the camera renderer to go to a video element instead of canvas.
  • Fixed multiple memory leaks in crop, detect, and metrics.
  • Improved the stability of the camera on iOS 15. (For more information, see Known Issues in the Readme.)
  • Added the ability to detect iOS 15 issues that would cause Live Capture to become unresponsive, and to address the issues by closing Live Capture, reporting the error to the implementor, and allowing the user to continue through Manual Capture.
  • Improved error reporting from the camera to give more specific reporting/guidance to users. (MOBILE-1433)
  • Enabled Manual Capture fallback after Live Capture fails. Note: Users should configure this behavior in their implementations as instructed in the Readme. (MOBILE-1455)