v0.5.0
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.