Skip to content

v3.4.0

Compare
Choose a tag to compare
@marcelklehr marcelklehr released this 08 Jul 11:21
· 23 commits to develop since this release

New

  • Implement PreventCopyPaste helper component
  • Implement HideCursor component

Fixed

  • Allow setting socketURL in magpie.config.js without connecting socket in experiment
  • TextareaInput: Allow setting width and height styles
  • Fix magpie new command: Do not override package.json edits

How to update existing projects

$ cd your-project
$ npm install [email protected]

Read more on maintaining npm dependencies.