Releases: Tangerine-Community/tangy-form
Releases · Tangerine-Community/tangy-form
v4.42.0
v4.41.1
- 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
- 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
v4.39.3
Fix "Cannot read properties of null (reading 'getTracks')" error. Commit 8e4c7c4446161dbafc8c115f788916cba1f1e0e4
v4.39.2
- fixed poor logic for noVideoConstraints property (tangy-video-capture).
v4.39.1
- fixed bug (extra bracket) with tangy-video-capture, commit #f53a353697e8dc02e83802b01bb05aa05f9648f9
v4.39.0
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
andfrontCamera
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 errorcli runtime exception: Error: Cannot find module '../build/safe-execute'
when testing withnpm test
.