mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
specify and clean up changesets
This commit is contained in:
parent
8fec0457a7
commit
820abb0a49
5
.changeset/cool-creatures-crawl.md
Normal file
5
.changeset/cool-creatures-crawl.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@jspsych/plugin-html-audio-response": patch
|
||||
---
|
||||
|
||||
added error handling if a microphone is not detected on trial start
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
"@jspsych/plugin-html-audio-response": minor
|
||||
"@jspsych/plugin-html-video-response": minor
|
||||
"@jspsych/plugin-html-video-response": patch
|
||||
---
|
||||
|
||||
added handling and a custom rejection message if the media device does not have access permissions
|
||||
added error handling if a camera is not detected on trial start
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
"@jspsych/plugin-initialize-microphone": patch
|
||||
"@jspsych/plugin-initialize-microphone": minor
|
||||
---
|
||||
|
||||
added error handling if permission to the microphone is rejected
|
||||
added custom rejection message upon microphone permission denial
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
"@jspsych/plugin-initialize-camera": patch
|
||||
"@jspsych/plugin-initialize-camera": minor
|
||||
---
|
||||
|
||||
added error handling if permission to the camera is rejected
|
||||
added custom rejection message upon camera permission denial
|
||||
|
Loading…
Reference in New Issue
Block a user