We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ff014 commit 50b30f8Copy full SHA for 50b30f8
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
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
15
## 3.3.0
16
17
### New
package.json
@@ -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": {
0 commit comments