mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00

* Setup changesets and the changesets GH action * Lower package versions so changesets can bump them * Add changesets for all changes on the `modularization` branch Co-authored-by: Josh de Leeuw <josh.deleeuw@gmail.com> Co-authored-by: Becky Gilbert <beckyannegilbert@gmail.com>
8 lines
610 B
Markdown
8 lines
610 B
Markdown
---
|
|
"@jspsych/plugin-visual-search-circle": major
|
|
---
|
|
|
|
Added new `stimuli` parameter and changed `foil` parameter to only allow a string (not array). The visual circle stimuli set can now be defined in two ways. One option is to use the `set_size`, `target` (image string), and `foil` (image string) parameters, in which case the `foil` image will be repeated up to `set_size` (if target is not present) or `set_size` - 1 (if target is present). The other option is to specify the `stimuli` parameter, which is an arbitrary array of images and therefore allows for different foil/distractor images.
|
|
|
|
pr: 2133
|