From 5ddfb0266c4725ac2bd8c48e42b75f29652a8353 Mon Sep 17 00:00:00 2001 From: Peter Bowyer Date: Sat, 28 May 2022 20:26:39 +0100 Subject: [PATCH] Update changelog for upcoming release --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf705ca..2cbd78b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [3.1.0](https://github.com/capacitor-community/camera-preview/compare/v3.0.0...v3.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?](https://github.com/capacitor-community/camera-preview/issues/209) Thank you to contributor [@pbowyer](https://github.com/pbowyer)! ([#208](https://github.com/capacitor-community/camera-preview/pull/208)) + +### Changed + +* chore(deps): bump async from 2.6.3 to 2.6.4 in /demo ([#217](https://github.com/capacitor-community/camera-preview/pull/217)) +* chore(deps): bump minimist from 1.2.5 to 1.2.6 ([#225](https://github.com/capacitor-community/camera-preview/pull/225)) + +### Fixed + +* [iOS] Fix camera display on iOS when rotated after opening in landscape. Thank you to contributor [@mattczech](https://github.com/mattczech) for the patch ([#130](https://github.com/capacitor-community/camera-preview/pull/130)) and [@riderx](https://github.com/riderx) who resolved the merge conflict ([#216](https://github.com/capacitor-community/camera-preview/pull/216)). + +* [iOS] Fixed microphone permissions request on iOS. Thank you to contributor [@mstichweh](https://github.com/mstichweh)! ([#219](https://github.com/capacitor-community/camera-preview/pull/219)) + +* [Android] Fixex prevent camera is not running error. Thank you to contributor [@ryaa](https://github.com/ryaa)! ([#223](https://github.com/capacitor-community/camera-preview/pull/223)) + ## [3.0.0](https://github.com/capacitor-community/camera-preview/compare/v2.1.0...v3.0.0) (2022-03-27) The version number has increased in line with Semver as there's one backwards-incompatible change for Android.