export default { version: "3.1.0-beta.1", steps: [ { titleIcon: "fa fa-map-o", title: { "en-US": "Welcome to Node-RED 3.1 Beta 1!", // "ja": "Node-RED 3.1へようこそ!" }, description: { "en-US": "

This is the first beta release for 3.1.0 and we have a few new features to tell you about.

", // "ja": "" } }, { title: { "en-US": "Improved Context Menu", // "ja": "" }, image: 'images/context-menu.png', description: { "en-US": `

The editor's context menu has been expanded to make lots more of the built-in actions available.

Adding nodes, working with groups and plenty of other useful tools are now just a click away.

The flow tab bar also has its own context menu to make working with your flows much easier.

`, // "ja": `` } }, { title: { "en-US": "Hiding Flows", // "ja": "" }, image: 'images/hiding-flows.png', description: { "en-US": `

Hiding flows is now done through the flow context menu.

The 'hide' button in previous releases has been removed from the tabs as they were being clicked accidentally too often.

`, // "ja": `` }, }, { title: { "en-US": "Locking Flows", // "ja": "" }, image: 'images/locking-flows.png', description: { "en-US": `

Flows can now be locked to prevent accidental changes being made.

When locked you cannot modify the nodes in any way.

The flow context menu provides the options to lock and unlock flows, as well as in the Info sidebar explorer.

`, // "ja": `` }, }, { title: { "en-US": "Adding Images to node/flow descriptions", // "ja": "" }, // image: 'images/debug-path-tooltip.png', description: { "en-US": `

You can now add images to a node's or flows's description.

Simply drag the image into the text editor and it will get added inline.

When the description is shown in the Info sidebar, the image will be displayed.`, // "ja": `` }, }, { title: { "en-US": "Adding Mermaid Diagrams", // "ja": "" }, image: 'images/mermaid.png', description: { "en-US": `

You can also add Mermaid diagrams directly into your node or flow descriptions.

This gives you much richer options for documenting your flows.

`, // "ja": `` }, }, { title: { "en-US": "Managing Global Environment Variables", // "ja": "" }, image: 'images/global-env-vars.png', description: { "en-US": `

You can set environment variables that apply to all nodes and flows in the new 'Global Environment Variables' section of User Settings.

`, // "ja": `` }, }, { title: { "en-US": "Node Updates", "ja": "ノードの更新" }, // 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": `` } } ] }