Releases: mrousavy/react-native-vision-camera
Releases · mrousavy/react-native-vision-camera
Release 4.6.4
4.6.4 (2025-02-20)
🐛 Bug Fixes
- Don't send
onOrientationChanged
event if phone is flat on Android (#3429) (7456c00) - Fix
InitializationException
and rethrow inonError
callback (#3179) (#3385) (b194ef1) - Fix orientation actually being unknown (3a265c8)
- Fix orientation updating to
portrait
when phone is flat (#3423) (85a3024) - Fix React Native 77 Android build failure by
LifecycleOwner
(#3394) (6501b63), closes #3380 - Request the current location if
lastKnownLocation
is null (#3358) (b687014) - Simplify logic and also catch extension manager error (#3390) (0271e9e)
Release 4.6.3
Release 4.6.2
Release 4.6.1
Release 4.6.0
4.6.0 (2024-10-30)
This is technically a minor-breaking release, because videoBitRate
has been moved from startRecording({ ... })
options to <Camera ... />
props. But now videoBitRate
also works on Android!! 🥳
✨ Features
- Add Android support to
videoBitRate
(move it to props) (#3269) (8cc9803) - Upgrade CameraX to 1.5.0-alpha02 in /package/android (#3223) (dc43cdb)
- Upgrade to RN 0.75.4 (#3243) (5037e79)
🐛 Bug Fixes
- Fix any initialization errors in
getFormats()
(e.g.IllegalArgumentException - width must be positive
) (#3236) (e66f187) - Fix build for RN 0.76 by using new shared prefab (#3263) (48b4300)
- Fix events in bridgeless mode (#3240) (e2d169a)
- Fix mapping of itf and add new itf-14 type in iOS (#3252) (db99c08)
- Make
Orientation
public (7fb7d5f) - update
ExampleSwiftFrameProcessor.swift
reference (#3257) (51d0a8a) - update frame processor plugin reference (#3199) (50042fb)
📚 Documentation
Release 4.5.3
Release 4.5.2
Release 4.5.1
4.5.1 (2024-07-29)
✨ Features
- Add custom
path
fortakePhoto
/takeSnapshot
/startRecording
(#3103) (2ab7458) - Throw an Error if
Frame
is already destroyed (#3099) (b3f5ab6)
🐛 Bug Fixes
- Fix
RecordingSession
edge-cases (#3102) (a8d13fa) - Fix Skia Rotation when
landscape-left
(0654898) - react-native-worklets-core module resolution for pnpm (#3088) (2357b5a)
- Remove
sensorOrientation
hack on iOS, it's alwaysportrait
(#3096) (d670ca9)