Skip to content

Releases: Tangerine-Community/tangy-form

v4.34.5

23 May 01:07
Compare
Choose a tag to compare
  • Add getValueAsMoment helper function #325

v4.34.4

23 May 00:49
Compare
Choose a tag to compare
  • Allow items behind card-actions to be tapped. #340
  • Remove extra space at top #339
  • Updates to libs in package.json: devtools-detect, image-blob-reduce, and signature_pad

v4.34.3

04 May 22:45
Compare
Choose a tag to compare

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

19 Apr 17:35
Compare
Choose a tag to compare

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

18 Apr 15:44
Compare
Choose a tag to compare

Added 'dataType' property and removed unused properties from 'tangy-video-capture'.

v4.34.0

13 Apr 22:45
Compare
Choose a tag to compare

Add postfix property to tangy-keyboard-input. Also add highlight to value entered. PR: #333

v4.33.2

03 Apr 22:39
Compare
Choose a tag to compare

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

01 Apr 23:18
Compare
Choose a tag to compare
  • Fix URL for sortable dependency to be git+https instead of git+ssh.

v4.33.0

01 Apr 22:41
Compare
Choose a tag to compare
  • 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.

v4.32.1

16 Mar 15:30
Compare
Choose a tag to compare
  • Fix URL for sortable dependency to be https instead of git://.