Skip to content

Commit d95e3ad

Browse files
doc: update changelog
1 parent 1eac3ac commit d95e3ad

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
## NEXT
22

3+
**BREAKING CHANGES**
4+
5+
* [iOS] Increased minimum iOS level to 13 due to Flutter requirements.
6+
7+
**Highlights**
8+
9+
* [Apple & Android] Added tap to focus functionality. You can enable it in the `MobileScanner` widget.
10+
* [Apple & Android] You can now set the initial zoom factor using the `initialZoom` parameter in the `startOptions`.
11+
12+
**Bug Fixes and Improvements**
13+
314
* [Android] Update to Java 17, and update other dependencies.
4-
* [iOS] Upgraded minimum iOS level to 13 due to Flutter requirements.
15+
* [Apple] Improved fallback for when camera is not found.
516

617
## 7.0.1
718

@@ -11,7 +22,7 @@
1122

1223
This version finalizes all changes from the beta and release candidate cycles and introduces major improvements, bug fixes, and breaking changes.
1324

14-
**BREAKING CHANGES:**
25+
**BREAKING CHANGES**
1526

1627
* Requires Flutter 3.29.0 or higher.
1728
* The initial camera facing direction in `MobileScannerState` is now `CameraFacing.unknown`.

0 commit comments

Comments
 (0)