Skip to content

Latest commit

 

History

History
99 lines (58 loc) · 7.14 KB

CHANGELOG.md

File metadata and controls

99 lines (58 loc) · 7.14 KB

Changelog

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 #238

3.1.1 (2022-08-13)

Added

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

Changed

  • chore(deps): bump eventsource from 1.0.7 to 1.1.1 in /demo by @dependabot in #226
  • chore(deps): bump terser from 4.8.0 to 4.8.1 in /demo by @dependabot in #239

Fixed

  • bugfix: fixed resource android:attr/lStar not found build error by @ryaa in #229
  • Fix wrong return type on flip and setFlashMode by @diesieben07 in #234
  • doc: update the web instructions by @riderx in #245
  • bugfix: fixed the problem when photos taken in the landscape orientation are off by @ryaa in #235

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)