Releases: Tangerine-Community/tangy-form
Releases · Tangerine-Community/tangy-form
v4.34.5
v4.34.4
v4.34.3
Fixed configuration options for tangy-video-capture, including issue Default Codec for tangy-video-capture is not read from input settings #3333
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'.
v4.34.0
v4.33.2
Dispatch a TANGY_MEDIA_UPDATE
event when <tangy-video-capture>
value is updated. This will be useful when saving media files to the server.
v4.33.1
- Fix URL for sortable dependency to be git+https instead of git+ssh.
v4.33.0
- Add new input
<tangy-video-capture>
. Takes the following properties:- frontCamera: Boolean. Whether to use the front camera or the back camera. Default is
true
. - noVideoConstraints: Boolean. Whether to force use of front or back camera. If tue, chooses the first available source. Default is
true
. - codec: String. The codec to use. Default is 'video/webm;codecs=vp9,opus' - AKA webm vp9. It is possible the device may not support all of these codecs. Other potential codecs:
- video/webm;codecs=vp8,opus
- video/webm;codecs=h264,opus
- videoWidth: Number. The width of the video. Default is
1280
. - videoHeight: Number. The height of the video. Default is
720
.
- frontCamera: Boolean. Whether to use the front camera or the back camera. Default is