@node-red/editor-client 3.1.0-beta.2 → 3.1.0-beta.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 (46) hide show
  1. package/locales/en-US/editor.json +3 -0
  2. package/locales/fr/editor.json +1 -0
  3. package/locales/ja/editor.json +4 -1
  4. package/package.json +1 -1
  5. package/public/red/about +65 -0
  6. package/public/red/red.js +562 -278
  7. package/public/red/red.min.js +3 -3
  8. package/public/red/style.min.css +1 -1
  9. package/public/red/tours/3.0/welcome.js +58 -16
  10. package/public/red/tours/first-flow.js +14 -7
  11. package/public/red/tours/welcome.js +97 -26
  12. package/public/types/node/crypto.d.ts +13 -6
  13. package/public/types/node/dns.d.ts +1 -1
  14. package/public/types/node/globals.d.ts +1 -1
  15. package/public/types/node/stream.d.ts +99 -0
  16. package/public/types/node/test.d.ts +2 -2
  17. package/public/types/node-red/func.d.ts +2 -3
  18. package/public/vendor/mermaid/mermaid.min.js +713 -417
  19. package/public/vendor/monaco/dist/css.worker.js +1 -1
  20. package/public/vendor/monaco/dist/css.worker.js.LICENSE.txt +1 -1
  21. package/public/vendor/monaco/dist/editor.js +29 -1
  22. package/public/vendor/monaco/dist/editor.js.LICENSE.txt +1 -1
  23. package/public/vendor/monaco/dist/editor.worker.js +1 -1
  24. package/public/vendor/monaco/dist/fa2cc0ab9f0bec2b3365.ttf +0 -0
  25. package/public/vendor/monaco/dist/html.worker.js +1 -1
  26. package/public/vendor/monaco/dist/html.worker.js.LICENSE.txt +1 -1
  27. package/public/vendor/monaco/dist/json.worker.js +1 -1
  28. package/public/vendor/monaco/dist/json.worker.js.LICENSE.txt +1 -1
  29. package/public/vendor/monaco/dist/locale/cs.js +100 -39
  30. package/public/vendor/monaco/dist/locale/de.js +100 -39
  31. package/public/vendor/monaco/dist/locale/es.js +100 -39
  32. package/public/vendor/monaco/dist/locale/fr.js +100 -39
  33. package/public/vendor/monaco/dist/locale/it.js +100 -39
  34. package/public/vendor/monaco/dist/locale/ja.js +101 -40
  35. package/public/vendor/monaco/dist/locale/ko.js +100 -39
  36. package/public/vendor/monaco/dist/locale/pl.js +100 -39
  37. package/public/vendor/monaco/dist/locale/pt-br.js +102 -41
  38. package/public/vendor/monaco/dist/locale/qps-ploc.js +100 -39
  39. package/public/vendor/monaco/dist/locale/ru.js +100 -39
  40. package/public/vendor/monaco/dist/locale/tr.js +100 -39
  41. package/public/vendor/monaco/dist/locale/zh-hans.js +101 -40
  42. package/public/vendor/monaco/dist/locale/zh-hant.js +100 -39
  43. package/public/vendor/monaco/dist/theme/forge-dark.json +213 -0
  44. package/public/vendor/monaco/dist/theme/forge-light.json +227 -0
  45. package/public/vendor/monaco/dist/ts.worker.js +6 -1
  46. package/public/vendor/vendor.js +2 -2
@@ -416,6 +416,7 @@
416
416
  },
417
417
  "errors": {
418
418
  "noNodesSelected": "<strong>Cannot create subflow</strong>: no nodes selected",
419
+ "acrossMultipleGroups": "Cannot create subflow across multiple groups",
419
420
  "multipleInputsToSelection": "<strong>Cannot create subflow</strong>: multiple inputs to selection"
420
421
  }
421
422
  },
@@ -504,6 +505,7 @@
504
505
  "unassigned": "Unassigned",
505
506
  "global": "global",
506
507
  "workspace": "workspace",
508
+ "editor": "edit dialog",
507
509
  "selectAll": "Select all",
508
510
  "selectNone": "Select none",
509
511
  "selectAllConnected": "Select connected",
@@ -585,6 +587,7 @@
585
587
  "editor": {
586
588
  "title": "Manage palette",
587
589
  "palette": "Palette",
590
+ "allCatalogs": "All Catalogs",
588
591
  "times": {
589
592
  "seconds": "seconds ago",
590
593
  "minutes": "minutes ago",
@@ -504,6 +504,7 @@
504
504
  "unassigned": "Non attribué",
505
505
  "global": "global",
506
506
  "workspace": "espace de travail",
507
+ "editor": "boîte de dialogue d'édition",
507
508
  "selectAll": "Tout sélectionner",
508
509
  "selectNone": "Ne rien sélectionner",
509
510
  "selectAllConnected": "Sélectionner tous les éléments connectés",
@@ -416,6 +416,7 @@
416
416
  },
417
417
  "errors": {
418
418
  "noNodesSelected": "<strong>サブフローを作成できません</strong>: ノードが選択されていません",
419
+ "acrossMultipleGroups": "複数のグループをまたがるサブフローは作成できません",
419
420
  "multipleInputsToSelection": "<strong>サブフローを作成できません</strong>: 複数の入力が選択されています"
420
421
  }
421
422
  },
@@ -504,6 +505,7 @@
504
505
  "unassigned": "未割当",
505
506
  "global": "グローバル",
506
507
  "workspace": "ワークスペース",
508
+ "editor": "編集ダイアログ",
507
509
  "selectAll": "全てのノードを選択",
508
510
  "selectNone": "選択を外す",
509
511
  "selectAllConnected": "接続されたノードを選択",
@@ -585,6 +587,7 @@
585
587
  "editor": {
586
588
  "title": "パレットの管理",
587
589
  "palette": "パレット",
590
+ "allCatalogs": "全カタログ",
588
591
  "times": {
589
592
  "seconds": "数秒前",
590
593
  "minutes": "数分前",
@@ -1203,7 +1206,7 @@
1203
1206
  "fr": "フランス語",
1204
1207
  "ja": "日本語",
1205
1208
  "ko": "韓国語",
1206
- "pt-BR":"ポルトガル語",
1209
+ "pt-BR": "ポルトガル語",
1207
1210
  "ru": "ロシア語",
1208
1211
  "zh-CN": "中国語(簡体)",
1209
1212
  "zh-TW": "中国語(繁体)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "3.1.0-beta.2",
3
+ "version": "3.1.0-beta.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,68 @@
1
+ #### 3.1.0-beta.4: Beta Release
2
+
3
+ Editor
4
+
5
+ - Add Japanese translation for 3.1.0 (#4252) @kazuhitoyokoi
6
+ - Improve Catalogue visibility (#4248) @Steve-Mcl
7
+ - Add support for wiring and moving junctions on touch device (#4244) @Steve-Mcl
8
+ - Show errors and statuses of config nodes in the sidebar when no catch node is available (#4231) @bvmensvoort
9
+ - Improve wiring for horizontally aligned nodes (#4232) @knolleary
10
+ - French translation of Welcome Tours (#4200) @GogoVega
11
+ - French translation of v3.1.0-beta.3 changes (#4199) @GogoVega
12
+ - add Japanese message for 3.1.0 beta 3 (#4209) @HiroyasuNishiyama
13
+ - Dont clone the group nodes `node` array when saving edits (#4208) @Steve-Mcl
14
+
15
+ Runtime
16
+
17
+ - Add NR_SUBFLOW_NAME/ID/PATH env vars (#4250) @knolleary
18
+ - Evaluate all env vars as part of async flow start (#4230) @knolleary
19
+ - Add support for httpStatic middleware (#4229) @knolleary
20
+
21
+ Nodes
22
+
23
+ - Fix JSONata in file nodes (#4246) @kazuhitoyokoi
24
+ - Fix timeout icon in function and link call nodes (#4253) @kazuhitoyokoi
25
+ - Fix connection keep-alive in http request node (#4228) @knolleary
26
+ - adding timeout attribute to function node (#4177) @k1ln
27
+ - Fix manual mode join when multiple sequences being handled (#4143) @BitCaesar
28
+ - Fix delay node flush issue (#4203) @dceejay
29
+ - Update status and catch node labels in group mode (#4207) @Steve-Mcl
30
+
31
+ #### 3.1.0-beta.3: Beta Release
32
+
33
+ Editor
34
+
35
+ - Select the item that is specified in a deep link URL (#4113) @Steve-Mcl
36
+ - Update to Monaco 0.38.0 (#4189) @Steve-Mcl
37
+ - Place subflow outputs/inputs relative to current view (#4183) @knolleary
38
+ - Enable RED.view.select to select group by id (#4184) @knolleary
39
+ - Combine existing env vars when merging groups (#4182) @knolleary
40
+ - Avoid creating empty global-config node if not needed (#4153) @knolleary
41
+ - Fix group selection when using lasso (#4108) @knolleary
42
+ - Use editor path in generating localStorage keys (#4151) @mw75
43
+ - Ensure no node credentials are included when exporting to clipboard (#4112) @knolleary
44
+ - Fix jsonata expression test ui (#4097) @knolleary
45
+ - Fix search button in palette popover (#4096) @knolleary
46
+
47
+ Runtime
48
+
49
+ - Allow options object on each httpStatic configuration (#4109) @kevinGodell
50
+ - Ensure non-zero exit codes for errors (#4181) @knolleary
51
+ - Ensure external modules are installed synchronously (#4180) @knolleary
52
+ - Update dependecies include got (#4155) @knolleary
53
+ - Add Japanese translations for v3.1 beta.2 (#4158) @kazuhitoyokoi
54
+ - Ensure express server options are applied consistently (#4178) @knolleary
55
+ - Remove version info from theme endpoint (#4179) @knolleary
56
+ - Add Japanese translations for welcome tour of 3.1.0 beta.2 (#4145) @kazuhitoyokoi
57
+ - Added SHA-256 and SHA-512-256 digest authentication (#4100) @sroebert
58
+ - Add "timers" types to known types (#4103) @Steve-Mcl
59
+
60
+ Nodes
61
+
62
+ - Allow Catch/Status nodes to be scoped to their group (#4185) @NetHans
63
+ - MQTT: Option to disable MQTT topic unsubscribe on disconnect (#4078) @flying7eleven
64
+
65
+
1
66
  #### 3.1.0-beta.2: Beta Release
2
67
 
3
68
  Editor