Releases: addpipe/webcam-tester
Releases · addpipe/webcam-tester
v1.3.2
What's Changed
- v1.3.2 by @alexgarbacea in #6
Full Changelog:
- Update rollup dependency version to fix reported vulnerability
v1.3.1
What's Changed
- v1.3.1 by @alexgarbacea in #5
Full Changelog:
- Changed Permissions API test location to run before any getUserMedia call
- Removed intrusive alerts that disrupted the test flow
- Added use cases section to README
v.1.3.0
What's Changed
- v1.3.0 by @alexgarbacea in #4
Full Changelog:
- Added Permissions API test to check actual permission states (granted/prompt/denied) for camera and microphone after requesting access
- Added export functionality to download test results in Markdown, JSON, CSV, or XML formats
v1.2.0
What's Changed
- v1.2.0 by @alexgarbacea in #3
Full Changelog:
- User is now prompted for cam & mic permission only after the (3) minimum requirement tests pass
- Fix: Library no longer throws an alert when a minimum requirement test does not pass
v1.1.0
What's Changed
- v1.1.0 by @alexgarbacea in #1
Full Changelog:
- Added Permissions Policy test to check if camera and microphone access is permitted on the page. Permissions Policy is only supported by some browsers
- Fixed a bug where sometimes in React the target element was not found