diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js b/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js index 30130d2d1..808624dd0 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js @@ -435,10 +435,15 @@ RED.tourGuide = (function() { function listTour() { return [ + { + id: "5_0", + label: "5.0", + path: "./tours/welcome.js" + }, { id: "4_1", label: "4.1", - path: "./tours/welcome.js" + path: "./tours/4.1/welcome.js" }, { id: "4_0", diff --git a/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/missing-modules.png b/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/missing-modules.png new file mode 100644 index 000000000..f96144395 Binary files /dev/null and b/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/missing-modules.png differ diff --git a/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/node-docs.png b/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/node-docs.png new file mode 100644 index 000000000..e0f285a1f Binary files /dev/null and b/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/node-docs.png differ diff --git a/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/update-notification.png b/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/update-notification.png new file mode 100644 index 000000000..4e4b610e7 Binary files /dev/null and b/packages/node_modules/@node-red/editor-client/src/tours/4.1/images/update-notification.png differ diff --git a/packages/node_modules/@node-red/editor-client/src/tours/4.1/welcome.js b/packages/node_modules/@node-red/editor-client/src/tours/4.1/welcome.js new file mode 100644 index 000000000..8041db469 --- /dev/null +++ b/packages/node_modules/@node-red/editor-client/src/tours/4.1/welcome.js @@ -0,0 +1,126 @@ +export default { + version: "4.1.0", + steps: [ + { + titleIcon: "fa fa-map-o", + title: { + "en-US": "Welcome to Node-RED 4.1!", + "ja": "Node-RED 4.1 へようこそ!", + "fr": "Bienvenue dans Node-RED 4.1!" + }, + description: { + "en-US": "
Let's take a moment to discover the new features in this release.
", + "ja": "本リリースの新機能を見つけてみましょう。
", + "fr": "Prenons un moment pour découvrir les nouvelles fonctionnalités de cette version.
" + } + }, + { + title: { + "en-US": "Update notifications", + "ja": "更新の通知", + "fr": "Notifications de mise à jour" + }, + image: 'images/update-notification.png', + description: { + "en-US": `Stay up to date with notifications when there is a new Node-RED version available, or updates to the nodes you have installed
`, + "ja": `新バージョンのNode-REDの提供や、インストールしたノードの更新があった時に、通知を受け取ることができます。
`, + "fr": `Désormais vous recevrez une notification lorsqu'une nouvelle version de Node-RED ou une nouvelle version relative à un des noeuds que vous avez installés est disponible
` + } + }, + { + title: { + "en-US": "Flow documentation", + "ja": "フローのドキュメント", + "fr": "Documentation des flux" + }, + image: 'images/node-docs.png', + description: { + "en-US": `Quickly see which nodes have additional documentation with the new documentation icon.
+Clicking on the icon opens up the Description tab of the node edit dialog.
`, + "ja": `ドキュメントアイコンによって、どのノードにドキュメントが追加されているかをすぐに確認できます。
+アイコンをクリックすると、ノード編集ダイアログの説明タブが開きます。
`, + "fr": `Voyez rapidement quels noeuds ont une documentation supplémentaire avec la nouvelle icône de documentation.
+Cliquer sur l'icône ouvre l'onglet Description de la boîte de dialogue d'édition du noeud.
` + } + }, + { + title: { + "en-US": "Palette Manager Improvements", + "ja": "パレットの管理の改善", + "fr": "Améliorations du Gestionnaire de Palettes" + }, + description: { + "en-US": `There are lots of improvements to the palette manager:
+パレットの管理に多くの改善が加えられました:
+Le Gestionnaire de Palettes a bénéficié de nombreuses améliorations :
+Flows exported from Node-RED 4.1 now include information on what additional modules need to be installed.
+When importing a flow with this information, the editor will let you know what is missing and help to get them installed.
+ `, + "ja": `Node-RED 4.1から書き出したフローには、インストールが必要な追加モジュールの情報が含まれる様になりました。
+この情報を含むフローを読み込むと、エディタは不足しているモジュールを通知し、インストールを支援します。
+ `, + "fr": `Les flux exportés depuis Node-RED 4.1 incluent désormais des informations sur les modules supplémentaires à installer.
+Lors de l'importation d'un flux contenant ces informations, l'éditeur vous indiquera les modules manquants et vous aidera à les installer.
+ ` + } + }, + { + title: { + "en-US": "Node Updates", + "ja": "ノードの更新", + "fr": "Mises à jour des noeuds" + }, + // image: "images/", + description: { + "en-US": `The core nodes have received lots of minor fixes, documentation updates and + small enhancements. Check the full changelog in the Help sidebar for a full list.
+node: prefixed modules in the Function nodeコアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。
+node:のプレフィックスモジュールをサポートLes noeuds principaux ont bénéficié de nombreux correctifs mineurs, de mises à jour de documentation et d'améliorations mineures. + Consultez le journal complet des modifications dans la barre latérale d'aide pour une liste complète.
+node: dans le noeud Fonction.Let's take a moment to discover the new features in this release.
", - "ja": "本リリースの新機能を見つけてみましょう。
", - "fr": "Prenons un moment pour découvrir les nouvelles fonctionnalités de cette version.
" - } - }, - { - title: { - "en-US": "Update notifications", - "ja": "更新の通知", - "fr": "Notifications de mise à jour" - }, - image: 'images/update-notification.png', - description: { - "en-US": `Stay up to date with notifications when there is a new Node-RED version available, or updates to the nodes you have installed
`, - "ja": `新バージョンのNode-REDの提供や、インストールしたノードの更新があった時に、通知を受け取ることができます。
`, - "fr": `Désormais vous recevrez une notification lorsqu'une nouvelle version de Node-RED ou une nouvelle version relative à un des noeuds que vous avez installés est disponible
` - } - }, - { - title: { - "en-US": "Flow documentation", - "ja": "フローのドキュメント", - "fr": "Documentation des flux" - }, - image: 'images/node-docs.png', - description: { - "en-US": `Quickly see which nodes have additional documentation with the new documentation icon.
-Clicking on the icon opens up the Description tab of the node edit dialog.
`, - "ja": `ドキュメントアイコンによって、どのノードにドキュメントが追加されているかをすぐに確認できます。
-アイコンをクリックすると、ノード編集ダイアログの説明タブが開きます。
`, - "fr": `Voyez rapidement quels noeuds ont une documentation supplémentaire avec la nouvelle icône de documentation.
-Cliquer sur l'icône ouvre l'onglet Description de la boîte de dialogue d'édition du noeud.
` - } - }, - { - title: { - "en-US": "Palette Manager Improvements", - "ja": "パレットの管理の改善", - "fr": "Améliorations du Gestionnaire de Palettes" - }, - description: { - "en-US": `There are lots of improvements to the palette manager:
-パレットの管理に多くの改善が加えられました:
-Le Gestionnaire de Palettes a bénéficié de nombreuses améliorations :
-Flows exported from Node-RED 4.1 now include information on what additional modules need to be installed.
-When importing a flow with this information, the editor will let you know what is missing and help to get them installed.
- `, - "ja": `Node-RED 4.1から書き出したフローには、インストールが必要な追加モジュールの情報が含まれる様になりました。
-この情報を含むフローを読み込むと、エディタは不足しているモジュールを通知し、インストールを支援します。
- `, - "fr": `Les flux exportés depuis Node-RED 4.1 incluent désormais des informations sur les modules supplémentaires à installer.
-Lors de l'importation d'un flux contenant ces informations, l'éditeur vous indiquera les modules manquants et vous aidera à les installer.
- ` - } - }, - { - title: { - "en-US": "Node Updates", - "ja": "ノードの更新", - "fr": "Mises à jour des noeuds" - }, - // image: "images/", - description: { - "en-US": `The core nodes have received lots of minor fixes, documentation updates and - small enhancements. Check the full changelog in the Help sidebar for a full list.
-node: prefixed modules in the Function nodeコアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。
-node:のプレフィックスモジュールをサポートLes noeuds principaux ont bénéficié de nombreux correctifs mineurs, de mises à jour de documentation et d'améliorations mineures. - Consultez le journal complet des modifications dans la barre latérale d'aide pour une liste complète.
-node: dans le noeud Fonction.As a beta release, this is a step towards the final version of Node-RED 5.0.
+With a number of UX improvements planned, this release focuses on laying the groundwork for those changes.
+We will be making incremental changes betwen each beta release, so please try it out and let us know your feedback!
+` } } ]