diff --git a/packages/node_modules/@node-red/editor-client/src/tours/images/missing-modules.png b/packages/node_modules/@node-red/editor-client/src/tours/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/images/missing-modules.png differ diff --git a/packages/node_modules/@node-red/editor-client/src/tours/images/node-docs.png b/packages/node_modules/@node-red/editor-client/src/tours/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/images/node-docs.png differ diff --git a/packages/node_modules/@node-red/editor-client/src/tours/images/update-notification.png b/packages/node_modules/@node-red/editor-client/src/tours/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/images/update-notification.png differ diff --git a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js index ab09e8455..15e4be7f7 100644 --- a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js +++ b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js @@ -16,45 +16,70 @@ export default { }, { title: { - "en-US": "Something new", + "en-US": "Update notifications", }, - // image: 'images/nr4-multiplayer-location.png', + image: 'images/update-notification.png', description: { - "en-US": `

Something new

` + "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

` } }, - // { - // 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.

- // `, - // "ja": `

コアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。

- // `, - // "fr": `

Les noeuds principaux ont reçu de nombreux correctifs mineurs ainsi que des améliorations. La documentation a été mise à jour. - // Consultez le journal des modifications dans la barre latérale d'aide pour une liste complète. Ci-dessous, les changements les plus importants :

- // ` - // } - // } + { + title: { + "en-US": "Flow documentation", + }, + 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.

` + } + }, + { + title: { + "en-US": "Palette Manager Improvements", + }, + description: { + "en-US": `

There are lots of improvements to the palette manager:

+ ` + } + }, + { + title: { + "en-US": "Installing missing modules", + }, + image: 'images/missing-modules.png', + description: { + "en-US": `

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.

+ ` + } + }, + { + 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.

+ `, + // "ja": `

コアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。

+ // `, + // "fr": `

Les noeuds principaux ont reçu de nombreux correctifs mineurs ainsi que des améliorations. La documentation a été mise à jour. + // Consultez le journal des modifications dans la barre latérale d'aide pour une liste complète. Ci-dessous, les changements les plus importants :

+ // ` + } + } ] }