Skip to content

Releases: addpipe/webcam-tester

v1.3.2

12 Mar 06:20
cfd8f9f

Choose a tag to compare

What's Changed

Full Changelog:

  • Update rollup dependency version to fix reported vulnerability

v1.3.1

10 Feb 14:02
6090105

Choose a tag to compare

What's Changed

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

02 Feb 06:16
994ec91

Choose a tag to compare

What's Changed

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

19 Jan 12:02
d224ac0

Choose a tag to compare

What's Changed

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

29 Oct 09:40
4c02622

Choose a tag to compare

What's Changed

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