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