node-red 4.1.2 → 4.1.4

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 +44 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
- #### 4.1.2: Maintenance Release
1
+ #### 4.1.4: Maintenance Releas
2
+
3
+ - Update tar dependency @knolleary
4
+ - Revert overflow fix in editableList (#5467) @knolleary
5
+ - registry: fix importModule base dir for exports subpaths (#5465) @yuan-cloud
6
+ - fix: prevent race condition in localfilesystem context store during shutdown (#5462) @Dennis-SEG
7
+ - fix: prevent double resolve in node close callback (#5461) @Dennis-SEG
8
+ - fix: prevent incorrect array modification in delay node (#5457) @Dennis-SEG
9
+ - fix: prevent uncaught exceptions in core node event handlers (#5438) @Dennis-SEG
2
10
 
11
+ #### 4.1.3: Maintenance Release
12
+
13
+ Editor
14
+
15
+ - 5343/Editor/Bug: Node help tab resets focus when arrow keys are used to switch between nodes (#5406) @piotrbogun
16
+ - Ensure quick-add filter is applied properly when retriggering add (#5427) @knolleary
17
+ - TreeList: Fix widget treeList keyboard navigation scroll behavior (#5421) @piotrbogun
18
+ - Editor: Flow & subflow names are changed to all lowercase in search dialog #5348 (#5401) @n-lark
19
+ - Allow actions show-next-tab and previous to loop (#5355) @GogoVega
20
+ - 5404/Editor/Bug: Junction error in Quick Add dialog (#5407) @piotrbogun
21
+ - Add tooltip to delete button in node property UI (#5410) @kazuhitoyokoi
22
+ - Fix invalid node size in quick add dialog (#5403) @kazuhitoyokoi
23
+ - Expand folder to avoid error in library (#5399) @kazuhitoyokoi
24
+ - Stricter validator for flow file name in project feature (#5398) @kazuhitoyokoi
25
+ - Fix size and scrolling in Git config UI (#5396) @kazuhitoyokoi
26
+ - Reveal node in search results via mouseover (#5368) @gorenje
27
+
28
+ Runtime
29
+
30
+ - Add package-lock.json for reproducible dependency chains (#5426) @dimitrieh
31
+ - Readme markdown refactor for legibility in IDE's (#5423) @dimitrieh
32
+ - Update body-parser (#5418) @knolleary
33
+
34
+ Nodes
35
+
36
+ - fix(http-request): prevent uncaught exceptions in async hooks (#5392) @Dennis-SEG
37
+ - Fix flushing when in variable delay mode (#5382) @dceejay
38
+ - File node TypedInput width fix (#5425) @knolleary
39
+ - Use TextDecoder() to decode UTF-8 characters (#5416) @kazuhitoyokoi
40
+ - Support source information in complete node (#5414) @kazuhitoyokoi
41
+ - Fix status node to retrieve status from all nodes (#5412) @kazuhitoyokoi
42
+ - Decrement count of http requests after error (#5409) @kazuhitoyokoi
43
+ - Fix debug tab to copy displayed value (#5400) @kazuhitoyokoi
44
+
45
+ #### 4.1.2: Maintenance Release
3
46
 
4
47
  Editor
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
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.1.2",
35
- "@node-red/runtime": "4.1.2",
36
- "@node-red/util": "4.1.2",
37
- "@node-red/nodes": "4.1.2",
34
+ "@node-red/editor-api": "4.1.4",
35
+ "@node-red/runtime": "4.1.4",
36
+ "@node-red/util": "4.1.4",
37
+ "@node-red/nodes": "4.1.4",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "3.0.2",
40
40
  "cors": "2.8.5",