@node-red/editor-client
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0
@@ -303,2 +303,6 @@ { | ||
"modifiedNodesDesc": "Only deploys nodes that have changed", | ||
"startFlows": "Start", | ||
"startFlowsDesc": "Start Flows", | ||
"stopFlows": "Stop", | ||
"stopFlowsDesc": "Stop Flows", | ||
"restartFlows": "Restart Flows", | ||
@@ -305,0 +309,0 @@ "restartFlowsDesc": "Restarts the current deployed flows", |
{ | ||
"name": "@node-red/editor-client", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -6,12 +6,8 @@ { | ||
"ctrl-shift-f": "core:list-flows", | ||
"ctrl-+": "core:zoom-in", | ||
"ctrl--": "core:zoom-out", | ||
"ctrl-0": "core:zoom-reset", | ||
"ctrl-enter": "core:confirm-edit-tray", | ||
"ctrl-escape": "core:cancel-edit-tray", | ||
"ctrl-d": "core:deploy-flows", | ||
"ctrl-g c": "core:show-config-tab", | ||
"ctrl-g d": "core:show-debug-tab", | ||
"ctrl-g h": "core:show-help-tab", | ||
"ctrl-g i": "core:show-info-tab", | ||
"ctrl-g h": "core:show-help-tab", | ||
"ctrl-g d": "core:show-debug-tab", | ||
"ctrl-g c": "core:show-config-tab", | ||
"ctrl-g v": "core:show-version-control-tab", | ||
"ctrl-g x": "core:show-context-tab", | ||
@@ -27,7 +23,4 @@ "ctrl-e": "core:show-export-dialog", | ||
"ctrl-alt-o": "core:open-project", | ||
"ctrl-g v": "core:show-version-control-tab", | ||
"ctrl-shift-l": "core:show-event-log", | ||
"ctrl-shift-p":"core:show-action-list", | ||
"alt-w": "core:hide-flow", | ||
"alt-shift-w": "core:show-last-hidden-flow" | ||
"ctrl-shift-p":"core:show-action-list" | ||
}, | ||
@@ -98,5 +91,14 @@ "red-ui-sidebar-node-config": { | ||
"f": "core:search-next", | ||
"alt-l l": "core:split-wire-with-link-nodes" | ||
"alt-l l": "core:split-wire-with-link-nodes", | ||
"alt-w": "core:hide-flow", | ||
"alt-shift-w": "core:show-last-hidden-flow", | ||
"ctrl-+": "core:zoom-in", | ||
"ctrl--": "core:zoom-out", | ||
"ctrl-0": "core:zoom-reset" | ||
}, | ||
"red-ui-editor-stack": { | ||
"ctrl-enter": "core:confirm-edit-tray", | ||
"ctrl-escape": "core:cancel-edit-tray" | ||
} | ||
} |
export default { | ||
version: "3.0.0-beta.4", | ||
version: "3.0.0", | ||
steps: [ | ||
@@ -7,8 +7,8 @@ { | ||
title: { | ||
"en-US": "Welcome to Node-RED 3.0 Beta 4!", | ||
"ja": "Node-RED 3.0 ベータ3へようこそ!" | ||
"en-US": "Welcome to Node-RED 3.0!", | ||
"ja": "Node-RED 3.0へようこそ!" | ||
}, | ||
description: { | ||
"en-US": "<p>This is another final beta release of Node-RED 3.0.</p><p>Let's take a moment to discover the new features in this release.</p>", | ||
"ja": "<p>これはNode-RED 3.0の最後のベータリリースです。</p><p>本リリースの新機能を見つけてみましょう。</p>" | ||
"en-US": "<p>Let's take a moment to discover the new features in this release.</p>", | ||
"ja": "<p>本リリースの新機能を見つけてみましょう。</p>" | ||
} | ||
@@ -15,0 +15,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
122297
7
22983320