Releases: jspsych/jspsych-contrib
Releases · jspsych/jspsych-contrib
@jspsych-contrib/plugin-html-keyboard-response-raf@1.0.1
Patch Changes
- #97
a337d74807b74e4ce15e8aebf73ffa8a08a0a3e5
Thanks @jodeleeuw! - Adjusted how display durations are tracked to count frames rather than rely on timers
@jspsych-contrib/extension-countdown@1.1.0
Minor Changes
- #95
ce4e24758280ef604a986fd54fc2c28dba28ed9f
Thanks @Shaobin-Jiang! - Bug fixes and new features for getting time left
@jspsych-contrib/plugin-html-keyboard-response-raf@1.0.0
Major Changes
- #92
46cf7d417b35178a2fc3568d98c71656dfc8d9f4
Thanks @jodeleeuw! - Added html-keyboard-response-raf, a drop in replacement for the html-keyboard-response plugin but using requestAnimationFrame for timing.
@jspsych-contrib/extension-countdown@1.0.0
Major Changes
- #90
cd4177a
Thanks @Shaobin-Jiang! - Added countdown extension.
@jspsych-contrib/jspsych-gamepad@1.0.1
Patch Changes
- #88
86b4642
Thanks @Shaobin-Jiang! - Fix package.json homepage url
@jspsych-contrib/jspsych-gamepad@1.0.0
Major Changes
- #86
ea0aa5b
Thanks @Shaobin-Jiang! - Added gamepad plugin that allows one to use gamepads in a jsPsych experiment
@jspsych-contrib/plugin-video-several-keyboard-responses@1.0.0
Major Changes
- #83
f53784a
Thanks @marianylund! - Added video plugin based on video-keyboard-response plugin that allows for multiple responses and records video time
@jspsych-contrib/plugin-self-paced-reading@2.0.0
Major Changes
- #79
599a090
Thanks @jessestorbeck! - - Calls to jsPsych.data.write() are removed; jsPsych.finishTrial() now gets an object with words and reading times stored as arrays. Thus a trial now generates a single data object instead of x, where x is the number of words in the sentence.- A bug when inter_word_interval > 0 is corrected.
- Tests are added related to reading times.