Skip to content

Commit

Permalink
Edited docs and changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Bankminer78 committed Jul 15, 2024
1 parent b7e513a commit 6717e00
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 0 additions & 5 deletions .changeset/silly-cycles-sneeze.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/thick-berries-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych/test-utils": minor
---

clickTarget method now respects disabled tag on form elements.
6 changes: 4 additions & 2 deletions docs/reference/jspsych-pluginAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6717e00

Please sign in to comment.