mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Update tour for beta.1
This commit is contained in:
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/missing-modules.png
vendored
Normal file
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/missing-modules.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/node-docs.png
vendored
Normal file
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/node-docs.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/update-notification.png
vendored
Normal file
BIN
packages/node_modules/@node-red/editor-client/src/tours/images/update-notification.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -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": `<p>Something new</p>`
|
||||
"en-US": `<p>Stay up to date with notifications when there is a new Node-RED version available, or updates to the nodes you have installed</p>`
|
||||
}
|
||||
},
|
||||
// {
|
||||
// title: {
|
||||
// "en-US": "Node Updates",
|
||||
// "ja": "ノードの更新",
|
||||
// "fr": "Mises à jour des noeuds"
|
||||
// },
|
||||
// // image: "images/",
|
||||
// description: {
|
||||
// "en-US": `<p>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.</p>
|
||||
// <ul>
|
||||
// <li>A fully RFC4180 compliant CSV mode</li>
|
||||
// <li>Customisable headers on the WebSocket node</li>
|
||||
// <li>Split node now can operate on any message property</li>
|
||||
// <li>and lots more...</li>
|
||||
// </ul>`,
|
||||
// "ja": `<p>コアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。</p>
|
||||
// <ul>
|
||||
// <li>RFC4180に完全に準拠したCSVモード</li>
|
||||
// <li>WebSocketノードのカスタマイズ可能なヘッダ</li>
|
||||
// <li>Splitノードは、メッセージプロパティで操作できるようになりました</li>
|
||||
// <li>他にも沢山あります...</li>
|
||||
// </ul>`,
|
||||
// "fr": `<p>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 :</p>
|
||||
// <ul>
|
||||
// <li>Un mode CSV entièrement conforme à la norme RFC4180</li>
|
||||
// <li>En-têtes personnalisables pour le noeud WebSocket</li>
|
||||
// <li>Le noeud Split peut désormais fonctionner sur n'importe quelle propriété de message</li>
|
||||
// <li>Et bien plus encore...</li>
|
||||
// </ul>`
|
||||
// }
|
||||
// }
|
||||
{
|
||||
title: {
|
||||
"en-US": "Flow documentation",
|
||||
},
|
||||
image: 'images/node-docs.png',
|
||||
description: {
|
||||
"en-US": `<p>Quickly see which nodes have additional documentation with the new documentation icon.</p><p>Clicking on the icon opens up the Description tab of the node edit dialog.</p>`
|
||||
}
|
||||
},
|
||||
{
|
||||
title: {
|
||||
"en-US": "Palette Manager Improvements",
|
||||
},
|
||||
description: {
|
||||
"en-US": `<p>There are lots of improvements to the palette manager:</p>
|
||||
<ul>
|
||||
<li>Search results are sorted by downloads to help you find the most popular nodes</li>
|
||||
<li>See which nodes have been deprecated by their author and are no longer recommended for use</li>
|
||||
<li>Links to node documentation for the nodes you already have installed</li>
|
||||
</ul>`
|
||||
}
|
||||
},
|
||||
{
|
||||
title: {
|
||||
"en-US": "Installing missing modules",
|
||||
},
|
||||
image: 'images/missing-modules.png',
|
||||
description: {
|
||||
"en-US": `<p>Flows exported from Node-RED 4.1 now include information on what additional modules need to be installed.</p>
|
||||
<p>When importing a flow with this information, the editor will let you know what is missing and help to get them installed.</p>
|
||||
`
|
||||
}
|
||||
},
|
||||
{
|
||||
title: {
|
||||
"en-US": "Node Updates",
|
||||
"ja": "ノードの更新",
|
||||
"fr": "Mises à jour des noeuds"
|
||||
},
|
||||
// image: "images/",
|
||||
description: {
|
||||
"en-US": `<p>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.</p>
|
||||
<ul>
|
||||
<li>Support for <code>node:</code> prefixed modules in the Function node</li>
|
||||
<li>The ability to set a global timeout for Function nodes via the runtime settings</li>
|
||||
<li>Better display of error objects in the Debug sidebar</li>
|
||||
<li>and lots more...</li>
|
||||
</ul>`,
|
||||
// "ja": `<p>コアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。</p>
|
||||
// <ul>
|
||||
// </ul>`,
|
||||
// "fr": `<p>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 :</p>
|
||||
// <ul>
|
||||
// </ul>`
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user