Releases: capacitor-community/video-recorder
Releases · capacitor-community/video-recorder
v7.5.0
v7.4.0
What's Changed
- fix(example): Make background transparent for dark mode by @jcesarmobile in #33
- feat(ios): Add SPM support by @jcesarmobile in #32
- fix(ios): don't disable flash on initialize by @jcesarmobile in #31
Full Changelog: v7.3.0...v7.4.0
v7.3.0
What's Changed
- Update VideoRecorderPlugin.java by @chetanguptamrt in #23
- docs(README): Update Capacitor versions by @jcesarmobile in #19
- feat: add camera mirroring option for front camera in VideoRecorder by @novalbayusetiawan in #25
New Contributors
- @chetanguptamrt made their first contribution in #23
- @novalbayusetiawan made their first contribution in #25
Full Changelog: v7.2.0...v7.3.0
v7.2.0
Full Changelog: v7.1.2...v7.2.0
v7.1.2
Full Changelog: v7.1.1...v7.1.2
v7.1.1
What's Changed
- remove obsolete orientation flipping from example code by @viking2917 in #16
New Contributors
- @viking2917 made their first contribution in #16
Full Changelog: v7.1.0...v7.1.1
v7.1.0
Full Changelog: v7.0.0...v7.1.0
Release 7.0.0
Added support for Capacitor 7
Recently added functionality:
- This plugin now supports toggling Flash for recording video
Release 6.2.0
Added support for toggling Flash (back camera)
There are 2 new methods,
isFlashEnabled -> returns a promise that resolves with { isEnabled: boolean }.
toggleFlash -> returns a promise that toggles the state of Flash.
Release 6.1.0
Adds improvements to Android preview frame rendering.
Added support to control video bitrate.