diff --git a/CHANGELOG.md b/CHANGELOG.md index 34719855..546fce6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## v4.34.2 +- Improved UX for 'tangy-video-capture' by consolidating the record and save buttons into a single button. Also added some CSS borders around the video to indicate recording active, recording stopped, and playback. + ## v4.34.1 - Added 'dataType' property and removed unused properties from 'tangy-video-capture'. diff --git a/input/tangy-video-capture.js b/input/tangy-video-capture.js index ed8b24c1..f23a4376 100644 --- a/input/tangy-video-capture.js +++ b/input/tangy-video-capture.js @@ -24,7 +24,16 @@ export class TangyVideoCapture extends TangyInputBase {