@node-red/editor-client 2.1.0-beta.1 → 2.1.0-beta.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.
- package/package.json +1 -1
- package/public/red/about +31 -1
- package/public/red/red.js +174 -73
- package/public/red/red.min.js +1 -1
- package/public/red/style.min.css +1 -1
- package/public/vendor/vendor.js +1 -1
package/package.json
CHANGED
package/public/red/about
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
#### 2.1.0-beta.2: Beta Release
|
|
2
|
+
|
|
3
|
+
Editor
|
|
4
|
+
|
|
5
|
+
- Fix switching projects (#3199) @knolleary
|
|
6
|
+
- Use locale setting when installing/enabling node (#3198) @knolleary
|
|
7
|
+
- Do not show projects-wecome dialog until welcome tour completes (#3197) @knolleary
|
|
8
|
+
- Fix converting selection to subflow (#3196) @knolleary
|
|
9
|
+
- Avoid conflicts with native browser cmd-ctrl type shortcuts (#3195) @knolleary
|
|
10
|
+
- Ensure message tools stay attached to top-level entry in Debug/Context (#3186) @knolleary
|
|
11
|
+
- Ensure tab state updates properly when toggling enable state (#3175) @knolleary
|
|
12
|
+
- Improve handling of long labels in TreeList (#3176) @knolleary
|
|
13
|
+
- Shift-click tab scroll arrows to jump to start/end (#3177) @knolleary
|
|
14
|
+
|
|
15
|
+
Runtime
|
|
16
|
+
|
|
17
|
+
- Update package dependencies
|
|
18
|
+
- Update to latest node-red-admin
|
|
19
|
+
|
|
20
|
+
Nodes
|
|
21
|
+
|
|
22
|
+
- Dynamic MQTT connections (#3189)
|
|
23
|
+
- Link: Filter out Link Out Return nodes in Link In edit dialog Fixes #3187
|
|
24
|
+
- Link: Fix link call label (#3200) @knolleary
|
|
25
|
+
- Debug: Redesign debug filter options and make them persistant (#3183) @knolleary
|
|
26
|
+
- Inject: Widen Inject interval box for >1 digit (#3184) @knolleary
|
|
27
|
+
- Switch: Fix rule focus when switch 'otherwise' rule is used (#3185) @knolleary
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
1
31
|
#### 2.1.0-beta.1: Beta Release
|
|
2
32
|
|
|
3
33
|
Editor
|
|
@@ -46,7 +76,7 @@ Nodes
|
|
|
46
76
|
- Switch: Copy previous rule type when adding rule to switch node (#3170) @knolleary
|
|
47
77
|
- Delay node: add option to send intermediate messages on separate output (#3166) @knolleary
|
|
48
78
|
- Typo in http request set method translation (#3173) @mailsvb
|
|
49
|
-
|
|
79
|
+
|
|
50
80
|
#### 2.0.6: Maintenance Release
|
|
51
81
|
|
|
52
82
|
Editor
|