node-red 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
#### 3.1.2: Maintenance Release
|
|
2
|
+
|
|
3
|
+
Editor
|
|
4
|
+
|
|
5
|
+
- Relax some node validators to allow undefined value (#4471) @knolleary
|
|
6
|
+
- Fix switch validation of typeof field (#4465) @knolleary
|
|
7
|
+
- Use move cursor when hovering on group border (#4467) @knolleary
|
|
8
|
+
- Added action list Chinese (Simplified and Traditional) translation + v3.1.1 changes (#4470) @wangyiyi2056
|
|
9
|
+
- Add French translation of `action-list` + v3.1.1 changes (#4466) @GogoVega
|
|
10
|
+
|
|
11
|
+
Runtime
|
|
12
|
+
|
|
13
|
+
- Ensure nested groups inside subflows have their g props remapped (#4472) @knolleary
|
|
14
|
+
|
|
1
15
|
#### 3.1.1: Maintenance Release
|
|
2
16
|
|
|
3
17
|
Editor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "Low-code programming for event-driven applications",
|
|
5
5
|
"homepage": "https://nodered.org",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"flow"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@node-red/editor-api": "3.1.
|
|
35
|
-
"@node-red/runtime": "3.1.
|
|
36
|
-
"@node-red/util": "3.1.
|
|
37
|
-
"@node-red/nodes": "3.1.
|
|
34
|
+
"@node-red/editor-api": "3.1.2",
|
|
35
|
+
"@node-red/runtime": "3.1.2",
|
|
36
|
+
"@node-red/util": "3.1.2",
|
|
37
|
+
"@node-red/nodes": "3.1.2",
|
|
38
38
|
"basic-auth": "2.0.1",
|
|
39
39
|
"bcryptjs": "2.4.3",
|
|
40
40
|
"express": "4.18.2",
|