Skip to content

Commit 50b30f8

Browse files
committed
v3.4.0
1 parent f0ff014 commit 50b30f8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 3.4.0
4+
5+
### New
6+
7+
- Implement PreventCopyPaste helper component
8+
- Implement HideCursor component
9+
10+
### Fixed
11+
- Allow setting socketURL in magpie.config.js without connecting socket in experiment
12+
- TextareaInput: Allow setting width and height styles
13+
- Fix magpie new command: Do not override package.json edits
14+
315
## 3.3.0
416

517
### New

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magpie-base",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Provides base components for magpie frontend projects",
55
"author": "magpie project",
66
"scripts": {

0 commit comments

Comments
 (0)