mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
2.5 KiB
2.5 KiB
@jspsych/test-utils
1.2.0
Minor Changes
- #3342
6717e00c
Thanks @Bankminer78! - clickTarget method now respects disabled tag on form elements.
1.1.2
Patch Changes
- #2781
12956b3c
Thanks @jadeddelta! - added readme for visibility on npmjs.com
1.1.1
Patch Changes
- #2376
01f8a373
Thanks @jodeleeuw! - Fix the default mode forsimulateTimeline()
to defer to jsPsych's default.
1.1.0
Minor Changes
- #2287
522aa2cd
Thanks @jodeleeuw! - AddsimulateTimeline()
testing utility that mimics startTimeline but callsjsPsych.simulate()
instead.
- #2287
522aa2cd
Thanks @jodeleeuw! - Added support fordata-only
andvisual
simulation modes.
- #2228
9eb0a064
Thanks @jodeleeuw! - AddedmouseMove()
,mouseDown()
, andmouseUp()
utility functions to dispatch mouse events with location relative to a target element.