Edited docs and changeset

This commit is contained in:
Bankminer78 2024-07-15 15:55:33 -04:00
parent b7e513a197
commit 6717e00c97
4 changed files with 10 additions and 9 deletions

View File

@ -3,7 +3,6 @@
"@jspsych/plugin-audio-button-response": minor
"@jspsych/plugin-audio-keyboard-response": minor
"@jspsych/plugin-audio-slider-response": minor
"@jspsych/test-utils": minor
---
Changed plugins to use AudioPlayer class; added tests using AudioPlayer mock; plugins now use AudioPlayerInterface; changed test-utils to fix clickTarget
Changed plugins to use AudioPlayer class; added tests using AudioPlayer mock; plugins now use AudioPlayerInterface.

View File

@ -1,5 +0,0 @@
---
"@jspsych/test-utils": minor
---
Call `flushPromises()` in event-dispatching utility functions to simplify tests involving jsPsych 8

View File

@ -0,0 +1,5 @@
---
"@jspsych/test-utils": minor
---
clickTarget method now respects disabled tag on form elements.

View File

@ -330,7 +330,8 @@ Returns nothing.
#### Description
Method that belongs to the AudioPlayer class. Adds an event listener to the audio buffer held by the AudioPlayer class instance.
Method that belongs to the AudioPlayer class. Adds an event listener to the media Element that corresponds to
the AudioPlayer class instance.
#### Example
@ -361,7 +362,8 @@ Returns nothing.
#### Description
Method that belongs to the AudioPlayer class. Removes an event listener from the audio buffer held by the AudioPlayer class instance.
Method that belongs to the AudioPlayer class. Removes an event listener from the media Element that corresponds to
the AudioPlayer class instance.
#### Example