mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +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>
561 B
561 B
@jspsych/plugin-audio-slider-response | @jspsych/plugin-canvas-slider-response | @jspsych/plugin-html-slider-response | @jspsych/plugin-image-slider-response | @jspsych/plugin-video-slider-response |
---|---|---|---|---|
minor | minor | minor | minor | minor |
When require_movement
is true a 'touchstart' event or a 'mousedown' event will now enable the button. This means that this parameter will work on mobile devices, and that the button will become enabled as soon as the paricipant interacts with the slider rather than after they click and release the slider.
pr:2143