node-red 4.1.1 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ #### 4.1.2: Maintenance Release
2
+
3
+
4
+ Editor
5
+
6
+ - Fix invalid `dirty` state during redo after deployment (#5352) @GogoVega
7
+ - Fix up port event cancelling on node-select (#5338) @knolleary
8
+ - Add selection-to-subflow context menu item (#5337) @knolleary
9
+ - Show subflow input label on virtual port (#5325) @knolleary
10
+ - Clear suggestions on node/port mouse down (#5323) @knolleary
11
+ - Fix lock icon for read-only user (#5336) @knolleary
12
+ - Fix `RED.comms.subscribe` callback on error (#5313) @GogoVega
13
+
14
+ Runtime
15
+
16
+ - ci: add files generated by npm test to .gitignore (#5230) @bryopsida
17
+ - Handle plugin name in `plugins.getConfig` (#5276) @GogoVega
18
+ - Update express version to 4.22.1 (#5365) @hardillb
19
+ - Improved readme (#5340) @dimitrieh
20
+ - Fix race condition in projects initialization by returning gitTools.init() promise (#5315) @stoprocent
21
+
1
22
  #### 4.1.1: Maintenance Release
2
23
 
3
24
  Editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "4.1.1",
3
+ "version": "4.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,14 +31,14 @@
31
31
  "flow"
32
32
  ],
33
33
  "dependencies": {
34
- "@node-red/editor-api": "4.1.1",
35
- "@node-red/runtime": "4.1.1",
36
- "@node-red/util": "4.1.1",
37
- "@node-red/nodes": "4.1.1",
34
+ "@node-red/editor-api": "4.1.2",
35
+ "@node-red/runtime": "4.1.2",
36
+ "@node-red/util": "4.1.2",
37
+ "@node-red/nodes": "4.1.2",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "3.0.2",
40
40
  "cors": "2.8.5",
41
- "express": "4.21.2",
41
+ "express": "4.22.1",
42
42
  "fs-extra": "11.3.0",
43
43
  "node-red-admin": "^4.1.2",
44
44
  "nopt": "5.0.0",