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>
1.3 KiB
1.3 KiB
jspsych | @jspsych/plugin-animation | @jspsych/plugin-audio-button-response | @jspsych/plugin-audio-slider-response | @jspsych/plugin-canvas-button-response | @jspsych/plugin-canvas-slider-response | @jspsych/plugin-external-html | @jspsych/plugin-free-sort | @jspsych/plugin-html-button-response | @jspsych/plugin-html-slider-response | @jspsych/plugin-image-button-response | @jspsych/plugin-image-slider-response | @jspsych/plugin-instructions | @jspsych/plugin-maxdiff | @jspsych/plugin-reconstruction | @jspsych/plugin-serial-reaction-time-mouse | @jspsych/plugin-survey-html-form | @jspsych/plugin-survey-likert | @jspsych/plugin-survey-multi-choice | @jspsych/plugin-survey-multi-select | @jspsych/plugin-survey-text | @jspsych/plugin-video-button-response | @jspsych/plugin-video-slider-response | @jspsych/plugin-virtual-chinrest |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor | minor |
All duration measurements, including response times, are now rounded to the nearest millisecond. We changed this because the precision that performance.now()
generates is misleading in this context and removing the (often very long) decimal component of the measurement will save space in the data files.
pr:2129