Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Jul 8, 2022
1 parent f0ff014 commit 50b30f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.4.0

### 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

## 3.3.0

### New
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magpie-base",
"version": "3.3.0",
"version": "3.4.0",
"description": "Provides base components for magpie frontend projects",
"author": "magpie project",
"scripts": {
Expand Down

0 comments on commit 50b30f8

Please sign in to comment.