Skip to content

5.1.0-RC5

Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 12 Apr 09:05
· 23 commits to master since this release
  • πŸŽ‰ New:
    • Added read-only, Key-Value observable property pages of type [SBSDKDocumentPage] to SBSDKDocument.
    • Added possibility to inject an image to simulate a video stream and a captured image to any scanners camera session for UI testing. See Scanbot.testData, SBSDKTestData and SBSDKSimulatedCameraMockData.
    • Added isCameraFrozen property to SBSDKBaseScannerViewController.
  • πŸš€ Improvements:
    • IMPORTANT: Changed the default backside cameras on all scanners to the triple or dual camera. On some devices with triple camera this results in a different view port (more zoomed in). Please make sure to adapt your zoom ranges and factors.
    • Made properties polygon, filter, parametricFilters, documentImageSizeLimit, documentImage, documentImageURL,
      documentPreviewImage, documentPreviewImageURL of class SBSDKDocumentPage Key-Value observable.
  • ⚠️ Breaking Changes:
    • Important: The default backfacing camera in all scanners has been changed from the ultra-wide or wide camera to the triple or dual camera.
    • Renamed function captureOutput(_ output:, didOutput:, from:) to cameraSession(_ session:, didOutput:) in protocol SBSDKCameraSessionDelegate.