@node-red/editor-client 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -845,7 +845,7 @@
845
845
  "pushFailed": "リモートに新しいコミットがあるため、プッシュに失敗しました。プルしてマージしてから、再度プッシュしてください。",
846
846
  "push": "プッシュ",
847
847
  "pull": "プル",
848
- "unablePull": "<p>リモートの変更のプル失敗:ステージングされていないローカルの変更を上書きされてしまいます。</p><p>変更をコミットしてから再度実行してください。</p>",
848
+ "unablePull": "<p>リモートの変更のプル失敗:ステージングされていないローカルの変更が上書きされてしまいます。</p><p>変更をコミットしてから再度実行してください。</p>",
849
849
  "showUnstagedChanges": "ステージングされていない変更を表示",
850
850
  "connectionFailed": "リモートリポジトリに接続できません: ",
851
851
  "pullUnrelatedHistory": "<p>リモートに関連のないコミット履歴があります。</p><p>本当に変更をプルしてローカルリポジトリに反映しますか?</p>",
@@ -1287,6 +1287,10 @@
1287
1287
  "zoom-in": "ズームイン",
1288
1288
  "zoom-out": "ズームアウト",
1289
1289
  "zoom-reset": "ズームリセット",
1290
- "toggle-navigator": "ナビゲータ表示切替"
1290
+ "toggle-navigator": "ナビゲータ表示切替",
1291
+ "new-project": "新しいプロジェクト",
1292
+ "open-project": "プロジェクトを開く",
1293
+ "show-project-settings": "プロジェクト設定を表示",
1294
+ "show-version-control-tab": "バージョンコントロールタブを表示"
1291
1295
  }
1292
1296
  }
@@ -17,7 +17,7 @@
17
17
  "tip14": "[shift] を押しながらノードを [click] すると、接続された全てのノードを選択できます。",
18
18
  "tip15": "[ctrl] を押しながらノードを [click] すると、選択/非選択を切り替えできます。",
19
19
  "tip16": "{{core:show-previous-tab}} や {{core:show-next-tab}} で、タブの切り替えができます。",
20
- "tip17": "ノードのプロバティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
20
+ "tip17": "ノードのプロパティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
21
21
  "tip18": "ノードを選択し、 {{core:edit-selected-node}} を押すとプロパティ設定画面が表示されます。"
22
22
  }
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,63 @@
1
+ #### 2.2.3: Maintenance Release
2
+
3
+ Editor
4
+
5
+ - Fix storing subflow credential type when input has multiple types (backport to v2.x) (#3828) @Steve-Mcl
6
+ - Fix markdown editor to mark up orderedlists correctly
7
+ - Ensure 'hidden flow' count doesn't include subflows (backport to v2.x) (#3823) @Steve-Mcl
8
+ - Fix credential type input item of subflow template (backport to v2.x) (#3822) @Steve-Mcl
9
+ - Fix to extend escaped subflow category characters (backport #3647 to v2.x) (#3665) @Steve-Mcl
10
+ - Reset mouse state when switching tabs (Backport #3643 to v2.x) (#3664) @Steve-Mcl
11
+ - Fix to sanitize tab name (Backport #3646 to v2.x) (#3663) @Steve-Mcl
12
+ - fix new folder menu of save to library dialog (backport #3633 to v2.x) (#3661) @Steve-Mcl
13
+ - Ensure ACE worker options are set (Backport 3611 to v2.x) (#3657) @Steve-Mcl
14
+ - Fix browser console error Uncaught TypeError when searching certain terms (Backport #3548 to v2.x) (#3656) @Steve-Mcl
15
+ - Remove duplicate history add of ungroup event (backport #3581to v2.x) (#3655) @Steve-Mcl
16
+ - Don't let themes change node config colors (#3564) @bonanitech
17
+ - Fix gap between typedInput containers borders (#3560) @bonanitech
18
+ - Fix recording removed links in edit history (#3547) @knolleary
19
+ - Remove unused SASS vars (#3536) @bonanitech
20
+ - Add custom style for jQuery widgets borders (#3537) @bonanitech
21
+ - fix out of scope reference of hasUnusedConfig variable (#3535) @HiroyasuNishiyama
22
+ - correct "non string" check parenthesis (#3524) @Steve-Mcl
23
+ - Ensure i18n of scoped package name (#3516) @Steve-Mcl
24
+ - Prevent shortcut deploy when deploy button shaded (#3517) @Steve-Mcl
25
+ - Fix: Sidebar "Configuration" filter button tooltip (#3500) @ralphwetzel
26
+ - Add the ability to customize diff colors even more (#3499) @bonanitech
27
+ - do JSON comparison of old value/new value (#3481) @Steve-Mcl
28
+ - fix nodes losing their wires when in an iframe (#3484) @zettca
29
+ - Improve scroll into view (#3468) @Steve-Mcl
30
+ - Dont show 1st tab if hidden when loading (#3464) @Steve-Mcl
31
+
32
+ Runtime
33
+
34
+ - Do not remove unknown credentials of Subflow Modules (backport to v2.x) (#3826) @Steve-Mcl
35
+ - Backports to v2.x (#3735) @kazuhitoyokoi
36
+ - Backports to v2.x (#3705) @kazuhitoyokoi
37
+ - fix buffer parse error message of evaluateNodeProperty (backports #3624 for v2.x) (#3659) @Steve-Mcl
38
+ - Don't start if user has no home directory (#3540) @hardillb
39
+ - Error on invalid encrypted credentials (#3498) @sammachin
40
+
41
+ Nodes
42
+
43
+ - Allow HTTP Headers not in spec (backport to v2.x) (#3829) @Steve-Mcl
44
+ - Fix change node, not handling from field properly when using context (backport to v2.x) (#3827) @Steve-Mcl
45
+ - undo regression to tcp-in node
46
+ - Fix CSV node to handle when outputting text fields (backport to v2.x) (#3825) @Steve-Mcl
47
+ - Fix delay rate limit last timing when empty (backport to v2.x) (#3824) @Steve-Mcl
48
+ - Join-reduce keep existing msg properties (backport to v2.x) (#3821) @Steve-Mcl
49
+ - Fix ESM module loading in Function node (Backport #3645 to v2.x) (#3662) @Steve-Mcl
50
+ - Fix JSONata evaluation of inject button (Backport 3632 to v2.x) (#3660) @Steve-Mcl
51
+ - Dont delete TCP socket twice (backport Backport: #3630 to v2.x) (#3658) @Steve-Mcl
52
+ - Mqtt fixes in v3 for v2.x (backports #3563 #3594 #3626 to v2.x) (#3654) @Steve-Mcl
53
+ - MQTT Node - save and restore v5 config user props (#3562) @Steve-Mcl
54
+ - Fix incorrect MQTT status (#3552) @Steve-Mcl
55
+ - fix reference error of msg.status in debug node (#3526) @HiroyasuNishiyama
56
+ - call done after ws disconnects (#3531) @Steve-Mcl
57
+ - Add unit tests for MQTT nodes (#3497) @Steve-Mcl
58
+ - fix typo of will properties (properies) (#3502) @Steve-Mcl
59
+ - fix: ensure mqtt v5 props can be set false (#3472) @Steve-Mcl
60
+
1
61
  #### 2.2.2: Maintenance Release
2
62
 
3
63
  Nodes