Skip to content

3.2.3-Beta1

Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 12 Jul 09:12
· 45 commits to master since this release
  • 🎉 New:
    • Added support for JSON in all RTU-UI configurations. All SBSDKUI...Configuration classes now have a initWithJSON: initializer
    • Added new parameter codeDensity to SBSDKBarcodeAdditionalParameters.
    • Added new parameter flashButtonHidden to RTU-UI screen.
  • ⚠️ Breaking Changes:
    • Moved the parameters acceptedMachineCodeTypes and acceptedDocumentTypes from the initializers of SBSDKUIBarcodeScannerViewController to SBSDKUIBarcodeScannerBehaviorConfiguration and from SBSDKUIBarcodesBatchScannerViewController to SBSDKUIBarcodesBatchScannerBehaviorConfiguration.
    • Removed the parameter accumulatedFramesCount and the corresponding initializers from SBSDKBarcodeScanner.
    • Removed the parameter barcodeAccumulatedFramesCount from SBSDKBarcodeScannerViewController and SBSDKScannerViewController.
    • Removed parameters imageOrientationLock and allowedInterfaceOrientations from all RTU-UI configurations. This has been replaced by the combined property orientationLockMode.
  • 🚙 Under the hood:
    • Updated third-party library Boost to version 1.79.0