Skip to content

Releases: Tangerine-Community/tangy-form

v4.42.0

07 Nov 20:40
Compare
Choose a tag to compare

What's Changed

  • Add the location level label to the tangy-location value output by @esurface in #409

Full Changelog: v4.41.1...v4.42.0

v4.41.1

02 Jun 16:04
Compare
Choose a tag to compare
  • Removed (unsupported) wct-browser-legacy, which has dependencies that are critical security risks. Tested using https://github.com/Polymer/tools/tree/master/packages/web-component-tester for tests, which has less risk, but still some issues. Tests currently throw errors. The web-component-tester lib is now in package.json devDependencies.
  • Added config file for npm-package-json-lint, which lints package.json.
  • Removed iron-icon from package.json - is a dep of iron-icons.

v4.41.0

02 Jun 15:30
Compare
Choose a tag to compare
  • Removed (unsupported) wct-browser-legacy, which has dependencies that are critical security risks. Tested using https://github.com/Polymer/tools/tree/master/packages/web-component-tester for tests, which has less risk, but still some issues. Tests currently throw errors. The web-component-tester lib is now in package.json devDependencies.
  • Added config file for npm-package-json-lint, which lints package.json.

v4.40.0

27 Apr 14:27
Compare
Choose a tag to compare
  • Add 'archived' flag to tangy inputs to allow archiving and unarchiving of form responses

v4.39.3

13 Jan 00:05
Compare
Choose a tag to compare

Fix "Cannot read properties of null (reading 'getTracks')" error. Commit 8e4c7c4446161dbafc8c115f788916cba1f1e0e4

v4.39.2

12 Jan 23:02
Compare
Choose a tag to compare
  • fixed poor logic for noVideoConstraints property (tangy-video-capture).

v4.39.1

12 Jan 22:16
Compare
Choose a tag to compare
  • fixed bug (extra bracket) with tangy-video-capture, commit #f53a353697e8dc02e83802b01bb05aa05f9648f9

v4.39.0

12 Jan 19:00
Compare
Choose a tag to compare

v4.39.0

  • fix(tangy-untimed-grid): Add tangy element styles to allow skipping of untimed grid. #384
  • Fix bad API use in tangy-video-capture - fixed constraints for video and audio when using noVideoConstraints and frontCamera properties. #380
  • Bump json5 from 1.0.1 to 1.0.2 #385
  • Bump lit from 2.4.0 to 2.6.1 #388
  • Bump devtools-detect from 4.0.0 to 4.0.1 #382
  • Bump decode-uri-component from 0.2.0 to 0.2.2 #381
  • Many updates to core packages.
  • If running on a Mac with the M1 processor, you must run node node_modules/polymer-cli/node_modules/wd/scripts/build-browser-scripts.js
    in order to avoid the error cli runtime exception: Error: Cannot find module '../build/safe-execute' when testing with npm test.

v4.38.3

01 Nov 19:41
Compare
Choose a tag to compare
  • fix(record-audio): Request permissions for recording audio #375

v4.38.2

31 Oct 19:28
Compare
Choose a tag to compare
  • fix(custom-scoring): Add custom scoring logic property #372
  • Upgrade lit to v2.4.0 and signature_pad to v4.1.0.
  • Updated tangy-gate custom element to use new lit version.