Skip to content

v0.5.0

Compare
Choose a tag to compare
@marcelklehr marcelklehr released this 17 Jan 16:22
· 180 commits to develop since this release

New

  • Record component: Add global prop
  • Experiment: Add record prop for declaratively recording expData
  • Lifecycle Screen: Automatically set response_timeout boolean if responseTime is set
  • KeypressInput: Allow hiding options

Fixes

  • Magpie: Fall back to HTTP if submission via socket fails
  • PostTestScreen: Fix typos
  • MultipleChoiceInput: Correct test code
  • Fix spelling of 'magpie'
  • npmignore: Don't distribute template/package-lock.json

How to update existing projects

$ cd your-project
$ npm update magpie-base

Read more on maintaining npm dependencies.