@node-red/editor-client 4.0.5 → 4.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,44 @@
1
+ #### 4.0.7: Maintenance Release
2
+
3
+ Editor
4
+
5
+ - Fix def can be undefined if the type is missing (#4997) @GogoVega
6
+ - Fix the user list of nested config node (#4995) @GogoVega
7
+ - Support custom login message and button (#4993) @knolleary
8
+
9
+ #### 4.0.6: Maintenance Release
10
+
11
+ Editor
12
+
13
+ - Roll up various fixes on config node change history (#4975) @knolleary
14
+ - Add quotes when installing local tgz to fix spacing in the file path (#4949) @AGhorab-upland
15
+ - Validate json dropped into editor to avoid unhelpful error messages (#4964) @knolleary
16
+ - Fix junction insert position via context menu (#4974) @knolleary
17
+ - Apply zoom scale when calculating annotation positions (#4981) @knolleary
18
+ - Handle the import of an incomplete Subflow (#4811) @GogoVega
19
+ - Fix updating the Subflow name during a copy (#4809) @GogoVega
20
+ - Rename variable to avoid confusion in view.js (#4963) @knolleary
21
+ - Change groups.length to groups.size (#4959) @hungtcs
22
+ - Remove disabled node types from QuickAddDialog list (#4946) @GogoVega
23
+ - Fix `setModulePendingUpdated` with plugins (#4939) @GogoVega
24
+ - Missing getSubscriptions in the docs while its implemented (#4934) @ersinpw
25
+ - Apply `envVarExcludes` setting to `util.getSetting` into the function node (#4925) @GogoVega
26
+ - Fix `envVar` editable list should be sortable (#4932) @GogoVega
27
+ - Improve the node name auto-generated with the first available number (#4912) @GogoVega
28
+
29
+ Runtime
30
+
31
+ - Get the env config node from the parent subflow (#4960) @GogoVega
32
+ - Update dependencies (#4987) @knolleary
33
+
34
+ Nodes
35
+
36
+ - Performance : make reading single buffer / string file faster by not re-allocating and handling huge buffers (#4980) @Fadoli
37
+ - Make delay node rate limit reset consistent - not send on reset. (#4940) @dceejay
38
+ - Fix trigger node date handling for latest time type input (#4915) @dceejay
39
+ - Fix delay node not dropping when nodeMessageBufferMaxLength is set (#4973)
40
+ - Ensure node.sep is honoured when generating CSV (#4982) @knolleary
41
+
1
42
  #### 4.0.5: Maintenance Release
2
43
 
3
44
  Editor