Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

80 lines (48 loc) · 5.97 KB

Changelog

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)