Skip to content

Latest commit

 

History

History
124 lines (68 loc) · 8.49 KB

File metadata and controls

124 lines (68 loc) · 8.49 KB

Changelog

v7.0.2 (2025-06-17)

Fixes

  • bug: Camera preview not full screen in Capacitor 7 when height is not specified (Android) (#389), (3fd9476), closes #384

v7.0.1 (2025-04-03)

Chores

  • fix: Remove unused files from res folde (#366), (addcf31)
  • updated plugin and the example application dependencies

v7.0.0 (2025-02-17)

Chores

v6.0.1 (2024-12-17)

BREAKING CHANGES

  • The minimal required Node version is now 18.0.0

Features

  • [FEATURE] add feature to check or detect when camera has been started (#357), (f958173), closes #356

Chores

  • chore: update dependencies and eslint fixes (#358), (871b115)

v6.0.0 (2024-05-06)

Chores

5.0.0 (2022-06-09)

The plugin has been updated to Capacitor 5, it's not compatible with older versions of Capacitor, see README.md for information about what versions of the plugin to use in previous Capacitor releases.

Fixes

Features

4.0.0 (2022-09-20)

Changed

  • Capacitor 4 is required. Thanks to @rdlabo for the patch and @EinfachHans for testing.

3.1.2 (2022-08-29)

Fixed

  • [Android] preview not resized and displayed correctly when orientation changes by @ryaa in capacitor-community#238

3.1.1 (2022-08-13)

Added

  • feat: respect width, height and quality options on the web implementation by @julian-baumann in capacitor-community#231

Changed

Fixed

3.1.0 (2022-05-27)

Added

  • Add code formatters. This is an early release and there are issues with the Swift and Typescript formatters. Can you help? Thank you to contributor @pbowyer! (#208)

Changed

  • chore(deps): bump async from 2.6.3 to 2.6.4 in /demo (#217)
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 (#225)

Fixed

  • [iOS] Fix camera display on iOS when rotated after opening in landscape. Thank you to contributor @mattczech for the patch (#130) and @riderx who resolved the merge conflict (#216).

  • [iOS] Fixed microphone permissions request on iOS. Thank you to contributor @mstichweh! (#219)

  • [Android] Fixex prevent camera is not running error. Thank you to contributor @ryaa! (#223)

3.0.0 (2022-03-27)

The version number has increased in line with Semver as there's one backwards-incompatible change for Android.

Features

  • [Android] Require Gradle 7. Thank you to contributor @riderx! (#195)

2.1.0 (2022-03-06)

Features

  • Add pinch and zoom support on iOS. Thank you to contributors @luckyboykg and @guischulz! (#204)

Documentation

  • Add info on styling when the camera preview doesn't display because it's behind elements. Thank you to contributor @dhayanth-dharma!
  • Fix deprecated imports in README. Thank you to contributor @koen20!
  • Document the iOS-only enableHighResolution option. Thank you to contributor @bfinleyui! (#207)