v4.0.0
4.0.0 (2021-10-10)
⚠ BREAKING CHANGES
- The
initOptionsargument to therun()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
initOptionsrun()argument byassetPaths(78a8687)