Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Oct 19:53
· 71 commits to main since this release

4.0.0 (2021-10-10)

⚠ BREAKING CHANGES

  • The initOptions argument to the run() function has been replaced by
    assetPaths, since preloading is no longer supported via init options since jsPsych v6.3.0.
    Please refer to the experiment file template for
    an up-to-date usage example.

Bug Fixes

  • Replace initOptions run() argument by assetPaths (78a8687)