Releases: Cap-go/capacitor-camera-preview
Releases · Cap-go/capacitor-camera-preview
8.3.1
8.3.0
🆕 Changelog
Added
- Support for
aspectMode: "cover"option to fill the preview area completely without letterboxing, cropping the camera feed to fit the container dimensions
🔗 Full Changelog: 8.2.6...8.3.0
8.2.1
🆕 Changelog
Fixed
- Use optimized ProGuard defaults for Android Gradle Plugin 9
- Update Capacitor Keyboard dependency to v7.0.6
- Update Capacitor Haptics dependency to v7.0.5
🔗 Full Changelog: 8.2.0...8.2.1
8.2.0
🆕 Changelog
Added
- GPS image direction (compass heading) now included in EXIF metadata when
captureWithExifLocationis enabled
Fixed
- Compass heading tracking now properly stops on all iOS exit paths
- Android now uses magnetic reference for compass heading data
- Corrected method name usage in GPS directory creation
- Exception logging now properly captures heading EXIF errors instead of silently ignoring them
🔗 Full Changelog: 8.1.5...8.2.0
8.1.5
🆕 Changelog
Fixed
- Improved continuous auto-focus behavior on iOS by automatically resetting to center-point continuous focus when significant camera movement is detected
- Improved continuous auto-focus behavior on Android by allowing focus to reset after tapping, enabling automatic refocus on movement
Changed
- CI workflow jobs now have a 30-minute timeout to prevent indefinite hanging
🔗 Full Changelog: 8.1.4...8.1.5
8.1.4
🆕 Changelog
Fixed
- Restored camera preview transparency on resume to fix black screen issue when app returns from background on Android
🔗 Full Changelog: 8.1.3...8.1.4
8.1.3
🆕 Changelog
Fixed
- Audio session configuration on iOS now only activates when recording audio is enabled, preventing unnecessary audio session activation
- Video recording on iOS now properly re-attaches movie file output to new input when switching cameras
- Front camera video mirroring on iOS now works correctly during recording
🔗 Full Changelog: 8.1.2...8.1.3
8.1.2
🆕 Changelog
Fixed
- Missing file in package.json that was required for proper package distribution
🔗 Full Changelog: 8.1.1...8.1.2
8.1.1
🆕 Changelog
Added
- New
aspectModeoption to control how camera preview fills available space withcover(fills space, may crop) orcontain(fits within space, may letterbox) modes
Fixed
- Camera preview not displaying on MIUI/Redmi devices due to transparency rendering issues
- Android camera transparency timing issues that could cause flickering during initialization
- Aspect mode not being preserved when camera session configuration is recreated
🔗 Full Changelog: 8.1.0...8.1.1
8.1.0
🆕 Changelog
Added
- Web platform support for video recording with
startRecordVideo()andstopRecordVideo()methods using MediaRecorder API
🔗 Full Changelog: 8.0.15...8.1.0