Releases: Tangerine-Community/tangy-form
Releases · Tangerine-Community/tangy-form
v4.38.1
- Set init property values for frontCamera and noVideoConstraints to false for tangy-video-capture.
v4.38.0
Bump the following dependencies: polymer, prismjs, translation-web-component, webcomponentsjs, redux, signature_pad
v4.37.1
v4.37.0
- Add automatic scoring functionality for sections that have the
scoring-section
property set. PR: 364 - Allow users to record audio when capturing video. The new 'recordAudio' attribute to tangy-video-capture input adds audio to the video capture. PR: #363
- Updates to the following libs: terser, moment, xzing.
v4.36.3
v4.36.2
v4.36.1
v4.36.0
v4.35.1
- Set value for tangy-photo-capture input to image url before dispatching TANGY_MEDIA_UPDATE event.
v4.35.0
- The tangy-photo-capture input may now save to the file system. It uses the same TANGY_MEDIA_UPDATE event as tangy-video-capture.
In the consuming application, cancel the event (event.preventDefault()) if you wish it to use the original behaviour of saving to the local Pouchdb instance. See the ./demo/tangy-photo-capture.html example for implementation details.