Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 864 Bytes

BREAKING.md

File metadata and controls

31 lines (18 loc) · 864 Bytes

Breaking Changes

This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor ML Kit Barcode Scanning plugin.

Versions

Version 6.x.x

Variables

  • On Android, the mlkitBarcodeScanningVersion variable has been updated to 17.2.0.
  • On Android, the playServicesCodeScannerVersion variable has been updated to 16.1.0.

Version 5.x.x

Capacitor 5

This plugin now supports Capacitor 5 only. Please run npx cap sync after updating this package.

If you want to use this plugin with Capacitor 4, please install version 0.0.3:

npm i @capacitor-mlkit/[email protected]

Corner Points

The calculation of the corner points has been improved. The coordinates are now multiplied by the pixel ratio of the device.