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
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/camera/camera/CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
+
2
+
## 0.7.0
3
+
4
+
* Added support for capture orientation locking on Android and iOS.
5
+
* Fixed camera preview not rotating correctly on Android and iOS.
6
+
* Fixed camera preview sometimes appearing stretched on Android and iOS.
7
+
* Fixed videos & photos saving with the incorrect rotation on iOS.
8
+
* BREAKING CHANGE: `CameraValue.aspectRatio` now returns `width / height` rather than `height / width`.
9
+
1
10
## 0.6.4+3
2
11
3
12
* Detect if selected camera supports auto focus and act accordingly on Android. This solves a problem where front facing cameras are not capturing the picture because auto focus is not supported.
4
13
5
14
## 0.6.4+2
6
15
7
-
* Set ImageStreamReader listener to null to prevent stale images when streaming images.
16
+
* Set ImageStreamReader listener to null to prevent stale images when streaming images.
0 commit comments