Skip to content

6.1.0-RC8

Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 07 Nov 13:50
· 45 commits to master since this release
  • 🎉 New:
    • Added a new property hardwareButtonsEnabled that enables snapping from the hardware volume buttons and the new hardware camera control button to SBSDKBarcodeScanAndCountViewController, available on iOS 17.2 and later.
    • Added new zoom control slider controlled by the new camera control button on all view controllers, available on all the new iPhone 16 models.
    • Added a new property allowEmptySubmission to SBSDKUI2MultipleScanningMode.
  • 🐞 Bug fixes:
    • Fixed KANJI mode for QR codes.
    • Fixed a bug with wrong raw bytes returned for some 2D barcode types.
  • ⚠️ Breaking Changes:
    • Replaced the buggy initializer init?(json: Data) in SBSDKUI2BarcodeScannerConfiguration by the static function SBSDKUI2BarcodeScannerConfiguration.fromJson(json: String)?.