@node-red/editor-client 4.0.0-beta.2 → 4.0.0-beta.3-1
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/en-US/editor.json +7 -1
- package/locales/fr/editor.json +9 -2
- package/locales/ja/editor.json +8 -1
- package/package.json +1 -1
- package/public/red/about +40 -0
- package/public/red/red.js +893 -369
- package/public/red/red.min.js +3 -3
- package/public/red/style.min.css +2 -2
- package/public/red/tours/images/nr4-background-deploy.png +0 -0
- package/public/red/tours/images/nr4-diff-update.png +0 -0
- package/public/red/tours/images/nr4-multiplayer-location.png +0 -0
- package/public/red/tours/welcome.js +87 -26
- package/public/types/node-red/util.d.ts +1 -1
|
@@ -372,6 +372,7 @@
|
|
|
372
372
|
"deleted": "deleted",
|
|
373
373
|
"flowDeleted": "flow deleted",
|
|
374
374
|
"flowAdded": "flow added",
|
|
375
|
+
"moved": "moved",
|
|
375
376
|
"movedTo": "moved to __id__",
|
|
376
377
|
"movedFrom": "moved from __id__"
|
|
377
378
|
},
|
|
@@ -643,6 +644,7 @@
|
|
|
643
644
|
"errors": {
|
|
644
645
|
"catalogLoadFailed": "<p>Failed to load node catalogue.</p><p>Check the browser console for more information</p>",
|
|
645
646
|
"installFailed": "<p>Failed to install: __module__</p><p>__message__</p><p>Check the log for more information</p>",
|
|
647
|
+
"installTimeout": "<p>Install continuing the background.</p><p>Nodes will appear in palette when complete. Check the log for more information.</p>",
|
|
646
648
|
"removeFailed": "<p>Failed to remove: __module__</p><p>__message__</p><p>Check the log for more information</p>",
|
|
647
649
|
"updateFailed": "<p>Failed to update: __module__</p><p>__message__</p><p>Check the log for more information</p>",
|
|
648
650
|
"enableFailed": "<p>Failed to enable: __module__</p><p>__message__</p><p>Check the log for more information</p>",
|
|
@@ -657,6 +659,9 @@
|
|
|
657
659
|
"body": "<p>Removing '__module__'</p><p>Removing the node will uninstall it from Node-RED. The node may continue to use resources until Node-RED is restarted.</p>",
|
|
658
660
|
"title": "Remove nodes"
|
|
659
661
|
},
|
|
662
|
+
"removePlugin": {
|
|
663
|
+
"body": "<p>Removed plugin __module__. Please reload the editor to clear left-overs.</p>"
|
|
664
|
+
},
|
|
660
665
|
"update": {
|
|
661
666
|
"body": "<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
|
|
662
667
|
"title": "Update nodes"
|
|
@@ -668,7 +673,8 @@
|
|
|
668
673
|
"review": "Open node information",
|
|
669
674
|
"install": "Install",
|
|
670
675
|
"remove": "Remove",
|
|
671
|
-
"update": "Update"
|
|
676
|
+
"update": "Update",
|
|
677
|
+
"understood": "Understood"
|
|
672
678
|
}
|
|
673
679
|
}
|
|
674
680
|
}
|
package/locales/fr/editor.json
CHANGED
|
@@ -614,6 +614,8 @@
|
|
|
614
614
|
},
|
|
615
615
|
"nodeCount": "__label__ noeud",
|
|
616
616
|
"nodeCount_plural": "__label__ noeuds",
|
|
617
|
+
"pluginCount": "__count__ plugin",
|
|
618
|
+
"pluginCount_plural": "__count__ plugins",
|
|
617
619
|
"moduleCount": "__count__ module disponible",
|
|
618
620
|
"moduleCount_plural": "__count__ modules disponibles",
|
|
619
621
|
"inuse": "En cours d'utilisation",
|
|
@@ -641,6 +643,7 @@
|
|
|
641
643
|
"errors": {
|
|
642
644
|
"catalogLoadFailed": "<p>Échec du chargement du catalogue de noeuds.</p><p>Vérifier la console du navigateur pour plus d'informations</p>",
|
|
643
645
|
"installFailed": "<p>Échec lors de l'installation : __module__</p><p>__message__</p><p>Consulter le journal pour plus d'informations</p>",
|
|
646
|
+
"installTimeout": "<p>L'installation continue en arrière-plan.</p><p>Les noeuds apparaîtront dans la palette une fois l'installation terminée. Consulter le journal pour plus d'informations.</p>",
|
|
644
647
|
"removeFailed": "<p>Échec lors de la suppression : __module__</p><p>__message__</p><p>Consulter le journal pour plus d'informations</p>",
|
|
645
648
|
"updateFailed": "<p>Échec lors de la mise à jour : __module__</p><p>__message__</p><p>Consulter le journal pour plus d'informations</p>",
|
|
646
649
|
"enableFailed": "<p>Échec lors de l'activation : __module__</p><p>__message__</p><p>Consulter le journal pour plus d'informations</p>",
|
|
@@ -652,9 +655,12 @@
|
|
|
652
655
|
"title": "Installer les noeuds"
|
|
653
656
|
},
|
|
654
657
|
"remove": {
|
|
655
|
-
"body": "<p>Suppression de '__module__'</p><p>La suppression du noeud le désinstallera de Node-RED. Le noeud peut continuer à utiliser
|
|
658
|
+
"body": "<p>Suppression de '__module__'</p><p>La suppression du noeud le désinstallera de Node-RED. Le noeud peut continuer à utiliser ses ressources jusqu'au redémarrage de Node-RED.</p>",
|
|
656
659
|
"title": "Supprimer les noeuds"
|
|
657
660
|
},
|
|
661
|
+
"removePlugin": {
|
|
662
|
+
"body": "<p>Suppression du plugin '__module__'. Veuillez recharger l'éditeur afin d'appliquer les changements.</p>"
|
|
663
|
+
},
|
|
658
664
|
"update": {
|
|
659
665
|
"body": "<p>Mise à jour de '__module__'</p><p>La mise à jour du noeud nécessitera un redémarrage de Node-RED pour terminer la mise à jour. Cela doit être fait manuellement.</p>",
|
|
660
666
|
"title": "Mettre à jour les noeuds"
|
|
@@ -666,7 +672,8 @@
|
|
|
666
672
|
"review": "Ouvrir la documentation",
|
|
667
673
|
"install": "Installer",
|
|
668
674
|
"remove": "Supprimer",
|
|
669
|
-
"update": "Mettre à jour"
|
|
675
|
+
"update": "Mettre à jour",
|
|
676
|
+
"understood": "Compris"
|
|
670
677
|
}
|
|
671
678
|
}
|
|
672
679
|
}
|
package/locales/ja/editor.json
CHANGED
|
@@ -614,6 +614,8 @@
|
|
|
614
614
|
},
|
|
615
615
|
"nodeCount": "__label__ 個のノード",
|
|
616
616
|
"nodeCount_plural": "__label__ 個のノード",
|
|
617
|
+
"pluginCount": "__count__ 個のプラグイン",
|
|
618
|
+
"pluginCount_plural": "__count__ 個のプラグイン",
|
|
617
619
|
"moduleCount": "__count__ 個のモジュール",
|
|
618
620
|
"moduleCount_plural": "__count__ 個のモジュール",
|
|
619
621
|
"inuse": "使用中",
|
|
@@ -641,6 +643,7 @@
|
|
|
641
643
|
"errors": {
|
|
642
644
|
"catalogLoadFailed": "<p>ノードのカタログの読み込みに失敗しました。</p><p>詳細はブラウザのコンソールを確認してください。</p>",
|
|
643
645
|
"installFailed": "<p>追加処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
|
646
|
+
"installTimeout": "<p>バックグラウンドでインストールが継続されます。</p><p>完了した時にノードが表示されます。詳細はログを確認してください。</p>",
|
|
644
647
|
"removeFailed": "<p>削除処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
|
645
648
|
"updateFailed": "<p>更新処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
|
646
649
|
"enableFailed": "<p>有効化処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
|
@@ -655,6 +658,9 @@
|
|
|
655
658
|
"body": "<p>__module__ を削除します。</p><p>Node-REDからノードを削除します。ノードはNode-REDが再起動されるまで、リソースを使い続ける可能性があります。</p>",
|
|
656
659
|
"title": "ノードを削除"
|
|
657
660
|
},
|
|
661
|
+
"removePlugin": {
|
|
662
|
+
"body": "<p>プラグイン __module__ を削除しました。ブラウザを再読み込みして残った表示を消してください。</p>"
|
|
663
|
+
},
|
|
658
664
|
"update": {
|
|
659
665
|
"body": "<p>__module__ を更新します。</p><p>更新を完了するには手動でNode-REDを再起動する必要があります。</p>",
|
|
660
666
|
"title": "ノードの更新"
|
|
@@ -666,7 +672,8 @@
|
|
|
666
672
|
"review": "ノードの情報を参照",
|
|
667
673
|
"install": "追加",
|
|
668
674
|
"remove": "削除",
|
|
669
|
-
"update": "更新"
|
|
675
|
+
"update": "更新",
|
|
676
|
+
"understood": "了解"
|
|
670
677
|
}
|
|
671
678
|
}
|
|
672
679
|
}
|
package/package.json
CHANGED
package/public/red/about
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
#### 4.0.0-beta.3: Beta Release
|
|
2
|
+
|
|
3
|
+
Editor
|
|
4
|
+
|
|
5
|
+
- Improve background-deploy notification handling (#4692) @knolleary
|
|
6
|
+
- Hide workspace tab on middle mouse click (#4657) @Steve-Mcl
|
|
7
|
+
- multiplayer: Add user presence indicators (#4666) @knolleary
|
|
8
|
+
- Enable updating dependency node of package.json in project feature (#4676) @kazuhitoyokoi
|
|
9
|
+
- Add French translations for 4.0.0-beta.2 (#4681) @GogoVega
|
|
10
|
+
- Add Japanese translations for 4.0.0-beta.2 (#4674) @kazuhitoyokoi
|
|
11
|
+
- Fix saving of conf-type properties in module packaged subflows (#4658) @knolleary
|
|
12
|
+
- Add npm install timeout notification (#4662) @hardillb
|
|
13
|
+
- Fix undo of subflow env property edits (#4667) @knolleary
|
|
14
|
+
- Fix three error typos in monaco.js (#4660) @JoshuaCWebDeveloper
|
|
15
|
+
- docs: Add closing paragraph tag (#4664) @ZJvandeWeg
|
|
16
|
+
- Avoid login loops when autoLogin enabled but login fails (#4684) @knolleary
|
|
17
|
+
|
|
18
|
+
Runtime
|
|
19
|
+
|
|
20
|
+
- Allow blank strings to be used for env var property substitutions (#4672) @knolleary
|
|
21
|
+
- Use rfdc for cloning pure JSON values (#4679) @knolleary
|
|
22
|
+
- fix: remove outdated Node 11+ check (#4314) @Rotzbua
|
|
23
|
+
- feat(ci): add new nodejs v22 (#4694) @Rotzbua
|
|
24
|
+
- fix(node): increase required node >=18.5 (#4690) @Rotzbua
|
|
25
|
+
- fix(dns): remove outdated node check (#4689) @Rotzbua
|
|
26
|
+
- fix(polyfill): remove import module polyfill (#4688) @Rotzbua
|
|
27
|
+
- Fix typo (#4686) @Rotzbua
|
|
28
|
+
|
|
29
|
+
Nodes
|
|
30
|
+
|
|
31
|
+
- Pass full error object in Function node and copy over cause property (#4685) @knolleary
|
|
32
|
+
- Replacing vm.createScript in favour of vm.Script (#4534) @patlux
|
|
33
|
+
|
|
1
34
|
#### 4.0.0-beta.2: Beta Release
|
|
2
35
|
|
|
3
36
|
Editor
|
|
@@ -50,6 +83,13 @@ Nodes
|
|
|
50
83
|
- Let debug node status msg length be settable via settings (#4402) @dceejay
|
|
51
84
|
- Feat: Add ability to set headers for WebSocket client (#4436) @marcus-j-davies
|
|
52
85
|
|
|
86
|
+
#### 3.1.9: Maintenance Release
|
|
87
|
+
|
|
88
|
+
- Prevent subflow being added to itself (#4654) @knolleary
|
|
89
|
+
- Fix use of spawn on windows with cmd files (#4652) @knolleary
|
|
90
|
+
- Guard refresh of unknown subflow (#4640) @knolleary
|
|
91
|
+
- Fix subflow module sending messages to debug sidebar (#4642) @knolleary
|
|
92
|
+
|
|
53
93
|
#### 3.1.8: Maintenance Release
|
|
54
94
|
|
|
55
95
|
- Add validation and error handling on subflow instance properties (#4632) @knolleary
|