node-red 3.0.1 → 3.0.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 +20 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
#### 3.0.2: Maintenance Release
|
|
2
|
+
|
|
3
|
+
Editor
|
|
4
|
+
|
|
5
|
+
- Fix workspace chart bottom property (#3812) @bonanitech
|
|
6
|
+
- Update german translation (#3802) @Dennis14e
|
|
7
|
+
- Support color reset to the default in subflow and group (#3801) @kazuhitoyokoi
|
|
8
|
+
- Allow generateNodeNames to handle names containing regex control chars (#3817) @knolleary
|
|
9
|
+
- Hide scrollbars until they're needed (#3808) @bonanitech
|
|
10
|
+
- Include junctions/groups when exporting subflows plus related fixes (#3816) @knolleary
|
|
11
|
+
- remove console.log (#3820) @Steve-Mcl
|
|
12
|
+
|
|
13
|
+
Runtime
|
|
14
|
+
|
|
15
|
+
- Register subflow module instance node with parent flow (#3818) @knolleary
|
|
16
|
+
|
|
17
|
+
Nodes
|
|
18
|
+
|
|
19
|
+
- HTTP Request: Allow HTTP Headers not in spec (#3776) @hardillb
|
|
20
|
+
|
|
1
21
|
#### 3.0.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.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Low-code programming for event-driven applications",
|
|
5
5
|
"homepage": "http://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.0.
|
|
35
|
-
"@node-red/runtime": "3.0.
|
|
36
|
-
"@node-red/util": "3.0.
|
|
37
|
-
"@node-red/nodes": "3.0.
|
|
34
|
+
"@node-red/editor-api": "3.0.2",
|
|
35
|
+
"@node-red/runtime": "3.0.2",
|
|
36
|
+
"@node-red/util": "3.0.2",
|
|
37
|
+
"@node-red/nodes": "3.0.2",
|
|
38
38
|
"basic-auth": "2.0.1",
|
|
39
39
|
"bcryptjs": "2.4.3",
|
|
40
40
|
"express": "4.18.1",
|