mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
741 B
741 B
Core changes
A growing list of implemented 8.0 changes so we don't loose track
Breaking
jsPsych.setProgressBar()
andjsPsych.getProgressBarCompleted()
=>jsPsych.progressBar.progress
- Automatic progress bar updates after every trial now, including trials in nested timelines
jsPsych.timelineVariable()
=>jsPsych.timelineVariable()
andjsPsych.evaluateTimelineVariable()
- Drop
jsPsych.data.getDataByTimelineNode()
since nodes have no IDs anymore - Trial results do no longer have the
internal_node_id
property save_trial_parameters
can only be used to remove parameters that are specified in the plugin infoendExperiment()
andendCurrentTimeline()
=>abortExperiment()
andabortCurrentTimeline()