Skip to content

v4.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 21:45
· 33 commits to main since this release

4.2.0 (2022-03-25)

Features

  • run command: Add a port option and search for the first free port >= 3000 by default (#28) (55e606d), closes #19 #19
  • Allow webpack config customizations via builder.config.js (06cc282), closes #21
  • CLI: Show webpack build progress (d1597bb)
  • Export TypeScript types for the run function (2e66331)
  • Introduce a general assets pragma and deprecate the individual media pragmas (263db46), closes #18 #18
  • Pass the title and version pragmas as options to the experiment's run function (1f53433), closes #22

Bug Fixes

  • run command: Fix release asset watching of nested directories on MacOS and Windows (03798b5), closes #13
  • Circumvent size warning due to inlined web fonts in jsPsych's stylesheet (0db636c)