Skip to content

Releases: Cap-go/capacitor-camera-preview

8.3.1

10 Apr 17:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Fixed

  • Fixed aspect ratio being ignored on Android camera preview

🔗 Full Changelog: 8.3.0...8.3.1

8.3.0

08 Apr 12:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 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

01 Apr 20:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 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

25 Mar 06:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • GPS image direction (compass heading) now included in EXIF metadata when captureWithExifLocation is 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

25 Mar 05:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 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

10 Mar 22:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 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

05 Mar 22:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 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

04 Mar 12:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 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

19 Feb 05:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • New aspectMode option to control how camera preview fills available space with cover (fills space, may crop) or contain (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

16 Feb 17:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • Web platform support for video recording with startRecordVideo() and stopRecordVideo() methods using MediaRecorder API

🔗 Full Changelog: 8.0.15...8.1.0