node-red 3.1.1 → 3.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ #### 3.1.3: Maintenance Release
2
+
3
+ Editor
4
+
5
+ - Add missing en-us messages (#4475) @knolleary
6
+
7
+ #### 3.1.2: Maintenance Release
8
+
9
+ Editor
10
+
11
+ - Relax some node validators to allow undefined value (#4471) @knolleary
12
+ - Fix switch validation of typeof field (#4465) @knolleary
13
+ - Use move cursor when hovering on group border (#4467) @knolleary
14
+ - Added action list Chinese (Simplified and Traditional) translation + v3.1.1 changes (#4470) @wangyiyi2056
15
+ - Add French translation of `action-list` + v3.1.1 changes (#4466) @GogoVega
16
+
17
+ Runtime
18
+
19
+ - Ensure nested groups inside subflows have their g props remapped (#4472) @knolleary
20
+
1
21
  #### 3.1.1: Maintenance Release
2
22
 
3
23
  Editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
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.1",
35
- "@node-red/runtime": "3.1.1",
36
- "@node-red/util": "3.1.1",
37
- "@node-red/nodes": "3.1.1",
34
+ "@node-red/editor-api": "3.1.3",
35
+ "@node-red/runtime": "3.1.3",
36
+ "@node-red/util": "3.1.3",
37
+ "@node-red/nodes": "3.1.3",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "2.4.3",
40
40
  "express": "4.18.2",