@node-red/editor-client 3.1.0-beta.3 → 3.1.0
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/locales/de/jsonata.json +1 -1
- package/locales/en-US/editor.json +3 -0
- package/locales/en-US/jsonata.json +15 -11
- package/locales/fr/editor.json +1 -0
- package/locales/fr/infotips.json +0 -0
- package/locales/fr/jsonata.json +5 -5
- package/locales/ja/editor.json +3 -0
- package/locales/ja/jsonata.json +11 -7
- package/locales/ko/editor.json +1105 -1105
- package/locales/ko/infotips.json +23 -23
- package/locales/ko/jsonata.json +222 -222
- package/locales/pt-BR/infotips.json +0 -0
- package/locales/pt-BR/jsonata.json +66 -66
- package/locales/ru/jsonata.json +43 -43
- package/locales/zh-CN/jsonata.json +8 -8
- package/locales/zh-TW/jsonata.json +4 -4
- package/package.json +1 -1
- package/public/red/about +67 -3
- package/public/red/red.js +404 -173
- package/public/red/red.min.js +3 -3
- package/public/red/style.min.css +1 -1
- package/public/red/tours/3.0/welcome.js +58 -16
- package/public/red/tours/first-flow.js +14 -7
- package/public/red/tours/welcome.js +79 -39
package/package.json
CHANGED
package/public/red/about
CHANGED
|
@@ -1,4 +1,68 @@
|
|
|
1
|
-
#### 3.1.0
|
|
1
|
+
#### 3.1.0: Milestone Release
|
|
2
|
+
|
|
3
|
+
Editor
|
|
4
|
+
|
|
5
|
+
- Default filter to All Catalogues and show nodes for small lists (#4318) @knolleary
|
|
6
|
+
- Better distinguish between ctrl and meta keys on mac (#4310) @knolleary
|
|
7
|
+
- Ensure junction appears when filtering quick-add list (#4297) @knolleary
|
|
8
|
+
- Update message catalogs for JSONata Expression editor (#4287) @kazuhitoyokoi
|
|
9
|
+
- Add tooltip to relevance sort button in user settings UI (#4288) @kazuhitoyokoi
|
|
10
|
+
- Capture workspace dirty state when quick-adding junction (#4283) @knolleary
|
|
11
|
+
- Add docs for $clone function (#4284) @knolleary
|
|
12
|
+
|
|
13
|
+
Runtime
|
|
14
|
+
|
|
15
|
+
- Dependency updates (#4317) @knolleary
|
|
16
|
+
- Ensure storage/util.writeFile handles concurrent write attempts (#4316) @knolleary
|
|
17
|
+
- Migrate http -> https for nodered.org (#4313) @Rotzbua
|
|
18
|
+
- Add Node 20 to GH Action test matrix (#4305) @Rotzbua
|
|
19
|
+
- Handle group-scoped nodes inside subflow (#4301) @knolleary
|
|
20
|
+
- Handle non-url-safe chars in context api (#4298) @knolleary
|
|
21
|
+
- Fix git pull operation in project feature (#4290) @kazuhitoyokoi
|
|
22
|
+
- Change linefeed codes in Korean message catalogs (#4286) @kazuhitoyokoi
|
|
23
|
+
- Fix file permissions of message catalogs (#4285) @kazuhitoyokoi
|
|
24
|
+
- Update tour (#4278) @knolleary
|
|
25
|
+
|
|
26
|
+
Nodes
|
|
27
|
+
|
|
28
|
+
- File: Fix handling in file nodes when number is specified as file name (#4267) @kazuhitoyokoi
|
|
29
|
+
- Function: Adding function timeout to settings file (#4265) (#4309) @knolleary
|
|
30
|
+
- Function: Fix function setup tab layout (#4299) @knolleary
|
|
31
|
+
- HTTP Request: Handle 204 in httprequest JSON (#4262) @sammachin
|
|
32
|
+
- JSON: Fix test cases of JSON node (#4275) @kazuhitoyokoi
|
|
33
|
+
- MQTT: Remove unnecessary check for clientid if autoUnsub set (#4302) @knolleary
|
|
34
|
+
|
|
35
|
+
##### 3.1.0-beta.4: Beta Release
|
|
36
|
+
|
|
37
|
+
Editor
|
|
38
|
+
|
|
39
|
+
- Add Japanese translation for 3.1.0 (#4252) @kazuhitoyokoi
|
|
40
|
+
- Improve Catalogue visibility (#4248) @Steve-Mcl
|
|
41
|
+
- Add support for wiring and moving junctions on touch device (#4244) @Steve-Mcl
|
|
42
|
+
- Show errors and statuses of config nodes in the sidebar when no catch node is available (#4231) @bvmensvoort
|
|
43
|
+
- Improve wiring for horizontally aligned nodes (#4232) @knolleary
|
|
44
|
+
- French translation of Welcome Tours (#4200) @GogoVega
|
|
45
|
+
- French translation of v3.1.0-beta.3 changes (#4199) @GogoVega
|
|
46
|
+
- add Japanese message for 3.1.0 beta 3 (#4209) @HiroyasuNishiyama
|
|
47
|
+
- Dont clone the group nodes `node` array when saving edits (#4208) @Steve-Mcl
|
|
48
|
+
|
|
49
|
+
Runtime
|
|
50
|
+
|
|
51
|
+
- Add NR_SUBFLOW_NAME/ID/PATH env vars (#4250) @knolleary
|
|
52
|
+
- Evaluate all env vars as part of async flow start (#4230) @knolleary
|
|
53
|
+
- Add support for httpStatic middleware (#4229) @knolleary
|
|
54
|
+
|
|
55
|
+
Nodes
|
|
56
|
+
|
|
57
|
+
- Fix JSONata in file nodes (#4246) @kazuhitoyokoi
|
|
58
|
+
- Fix timeout icon in function and link call nodes (#4253) @kazuhitoyokoi
|
|
59
|
+
- Fix connection keep-alive in http request node (#4228) @knolleary
|
|
60
|
+
- adding timeout attribute to function node (#4177) @k1ln
|
|
61
|
+
- Fix manual mode join when multiple sequences being handled (#4143) @BitCaesar
|
|
62
|
+
- Fix delay node flush issue (#4203) @dceejay
|
|
63
|
+
- Update status and catch node labels in group mode (#4207) @Steve-Mcl
|
|
64
|
+
|
|
65
|
+
##### 3.1.0-beta.3: Beta Release
|
|
2
66
|
|
|
3
67
|
Editor
|
|
4
68
|
|
|
@@ -33,7 +97,7 @@ Nodes
|
|
|
33
97
|
- MQTT: Option to disable MQTT topic unsubscribe on disconnect (#4078) @flying7eleven
|
|
34
98
|
|
|
35
99
|
|
|
36
|
-
|
|
100
|
+
##### 3.1.0-beta.2: Beta Release
|
|
37
101
|
|
|
38
102
|
Editor
|
|
39
103
|
|
|
@@ -83,7 +147,7 @@ Nodes
|
|
|
83
147
|
- File Out: Fix extra newline append for multipart file write (#3915) @dceejay
|
|
84
148
|
- Add validators for complete and link call nodes (#4056) @kazuhitoyokoi
|
|
85
149
|
|
|
86
|
-
|
|
150
|
+
##### 3.1.0-beta.1: Beta Release
|
|
87
151
|
|
|
88
152
|
Editor
|
|
89
153
|
|