node-red 4.0.0 → 4.0.1

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
+ #### 4.0.1: Maintenance Release
2
+
3
+ Editor
4
+
5
+ - Ensure subflow instance credential property values are extracted (#4802) @knolleary
6
+ - Use `_ADD_` value for both `add new...` and `none` options (#4800) @GogoVega
7
+ - Fix the config node select value assignment (#4788) @GogoVega
8
+ - Add tooltip for number of subflow instance on info tab (#4786) @kazuhitoyokoi
9
+ - Add Japanese translations for v4.0.0 (#4785) @kazuhitoyokoi
10
+
11
+ Runtime
12
+
13
+ - Ensure group nodes are properly exported in /flow api (#4803) @knolleary
14
+
15
+ Nodes
16
+
17
+ - Joins: make using msg.parts optional in join node (#4796) @dceejay
18
+ - HTTP Request: UI proxy should setup agents for both http_proxy and https_proxy (#4794) @Steve-Mcl
19
+ - HTTP Request: Remove default user agent (#4791) @Steve-Mcl
20
+
1
21
  #### 4.0.0: Milestone Release
2
22
 
3
23
  This marks the next major release of Node-RED. The following changes represent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
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": "4.0.0",
35
- "@node-red/runtime": "4.0.0",
36
- "@node-red/util": "4.0.0",
37
- "@node-red/nodes": "4.0.0",
34
+ "@node-red/editor-api": "4.0.1",
35
+ "@node-red/runtime": "4.0.1",
36
+ "@node-red/util": "4.0.1",
37
+ "@node-red/nodes": "4.0.1",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "2.4.3",
40
40
  "cors": "2.8.5",