You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for new barcode types Maxicode, rMQR code, Code 11 and Code 32.
Added properties australiaPostCustomerFormat, useIATA2OF5Checksum and useCode11Checksum to SBSDKBarcodeAdditionalParameters and SBSDKUI2BarcodeRecognizerConfiguration.
🚀 Improvements:
Added support for Extended Channel Interpretation (ECI) for Datamatrix and Aztec.
Improved GS1 string handling with new modes for decoding and validation. See SBSDKGS1Handling.
Added the ability to display the scanned barcodes image in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController by specifying SBSDKUI2ExpectedBarcode.barcodeImageKey for the expected barcodes imageproperty.
🐞 Bug fixes:
Fixed a bug in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController that never showed the expected barcodes title, but always the barcode value.
⚠️ Breaking Changes:
Removed enum SBSDKBarcodeDensity.
Removed property codeDensity from SBSDKBarcodeAdditionalParameters.
Removed enum values validate and decode from SBSDKGS1Handling and replaced them by decodeStructure, decodeFull, validateStructure and validateFull.