Skip to content

Commit 16bac88

Browse files
committed
update changelog & version
1 parent 9209f59 commit 16bac88

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 5.2.2
2+
3+
Improvements:
4+
* [MacOS] Adds Swift Package Manager support.
5+
* [MacOS] Adds support for `returnImage`.
6+
* Added a new `size` property to `Barcode`, that denotes the bounding box of the barcode.
7+
8+
Bugs fixed:
9+
* Fixed some documentation errors for the `size` and `image` of `BarcodeCapture`.
10+
* [iOS] Fixed a bug with `returnImage`.
11+
* [Android/iOS] Adjusted the raw barcode scan value to pass the raw event data, like on MacOS.
12+
113
## 5.2.1
214

315
* Updates the `package:web` dependency to use a version range.
@@ -44,7 +56,7 @@ Improvements:
4456
This major release contains all the changes from the 5.0.0 beta releases, along with the following changes:
4557

4658
Improvements:
47-
- [Android] Remove the Kotlin Standard Library from the dependencies, as it is automatically included in Kotlin 1.4+
59+
* [Android] Remove the Kotlin Standard Library from the dependencies, as it is automatically included in Kotlin 1.4+
4860

4961
## 5.0.0-beta.3
5062
**BREAKING CHANGES:**

ios/mobile_scanner.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mobile_scanner'
7-
s.version = '5.2.1'
7+
s.version = '5.2.2'
88
s.summary = 'An universal scanner for Flutter based on MLKit.'
99
s.description = <<-DESC
1010
An universal scanner for Flutter based on MLKit.

macos/mobile_scanner.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mobile_scanner'
7-
s.version = '5.2.1'
7+
s.version = '5.2.2'
88
s.summary = 'An universal scanner for Flutter based on MLKit.'
99
s.description = <<-DESC
1010
An universal scanner for Flutter based on MLKit.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mobile_scanner
22
description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
3-
version: 5.2.1
3+
version: 5.2.2
44
repository: https://github.com/juliansteenbakker/mobile_scanner
55

66
screenshots:

0 commit comments

Comments
 (0)