Skip to content

Releases: Tangerine-Community/tangy-form

v4.38.1

27 Oct 16:05
Compare
Choose a tag to compare
  • Set init property values for frontCamera and noVideoConstraints to false for tangy-video-capture.

v4.38.0

19 Oct 00:51
Compare
Choose a tag to compare

Bump the following dependencies: polymer, prismjs, translation-web-component, webcomponentsjs, redux, signature_pad

v4.37.1

07 Oct 20:09
Compare
Choose a tag to compare

Add protection to scoring if no inputs are defined

v4.37.0

25 Aug 22:50
Compare
Choose a tag to compare
  • 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

28 Jul 15:10
Compare
Choose a tag to compare
  • Tangy keyboard required attribute is not respected #3395
  • Fix border rule #362

v4.36.2

26 Jul 23:34
Compare
Choose a tag to compare
  • Additional space removal. #347
  • CSS changes for generalization #355
  • Remove forced height; hold open input-container to avoid weird growing #360

v4.36.1

01 Jun 00:03
Compare
Choose a tag to compare
  • Enable grids to be hidden based on skip logic #1391

v4.36.0

31 May 21:14
Compare
Choose a tag to compare

Add confirmation to consent form if 'No' selected before the form is closed #3025. Activate this feature using the new property: confirm-no="true".

v4.35.1

24 May 23:31
Compare
Choose a tag to compare
  • Set value for tangy-photo-capture input to image url before dispatching TANGY_MEDIA_UPDATE event.

v4.35.0

23 May 20:05
4d14af7
Compare
Choose a tag to compare
  • 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.