@node-red/editor-client 1.3.3 → 1.3.7

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.
@@ -648,7 +648,7 @@
648
648
  },
649
649
  "context": {
650
650
  "name": "上下文数据",
651
- "label": "上下午",
651
+ "label": "上下文",
652
652
  "none": "未选择",
653
653
  "refresh": "刷新以加载",
654
654
  "empty": "空",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "1.3.3",
3
+ "version": "1.3.7",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,103 @@
1
+ ### 1.3.7 Maintenance Release
2
+
3
+ Runtime
4
+
5
+ - Update to latest tar module
6
+
7
+ ### 1.3.6 Maintenance Release
8
+
9
+ Editor
10
+
11
+ - Keep proper track of moved/changed state in undo/redo history Fixes #2999
12
+ - Fix typo in zh-CN translation (#3003) @JiyeYu
13
+ - Do not assign z property to tab node when updating flow Fixes #3010
14
+ - Ensure RED.clipboard.import displays the right library Fixes #3021
15
+ - Handle node icon paths for scoped modules Fixes #3013
16
+ - Emit nodes:change for any updated config node when node deleted/added (#3047) @knolleary
17
+ - Fix padding of compact notification Closes #3045
18
+ - Fix scriptFile handling in themes (#3054) @bonanitech
19
+ - Fix grip on horizontally displayed panels separator (#3055) @bonanitech
20
+ - Avoid prototype pollution in RED.view.calculateTextDimensions
21
+ - Fix focus outline overlap in button-groups Fixes #3070
22
+
23
+ Runtime
24
+
25
+ - Ensure context get/set key is a string (#2993) @Steve-Mcl
26
+ - Update to latest 6.x ws module
27
+ - Fix handling of boolean subflow module properties Fixes #3000
28
+ - Fix over-greeding matching whilst parsing commit history Fixes #3006
29
+ - Fix allow Flow.getNode to return subflowInstance nodes (#3004) @KazuhiroItoh
30
+ - Update to latest node-red-admin
31
+ - Support loading external module sub path Fixes #3023
32
+ - Add necessary modules and remove unnecessary module in dependencies (#3058) @kazuhitoyokoi
33
+ - Update dependencies
34
+
35
+ Nodes
36
+
37
+ - CSV: Ensure CSV node tries to parse number when set to do so (trim whitespace)
38
+ - Switch: Fix handling empty rules (#2991) @HiroyasuNishiyama
39
+ - Watch node throws errors if new files deleted (#2997) @hardillb
40
+ - Add full ast parsing in Function node to spot node.done calls Fixes #2998
41
+
42
+
43
+ ### 1.3.5 Maintenance Release
44
+
45
+ Editor
46
+
47
+ - Open subflow tab next to active tab rather than at the end
48
+ - Shrink default notification box
49
+ - Support mousewheel scroll in tab bar
50
+ - Revert some of #2967 to fix treeList gutter width calculation
51
+ - Prevent unknown node from breaking editor
52
+ - Stop module with missing types from preventing editor load
53
+ - Handle sidebar tab that no longer exists when setting first active
54
+ - Fix plugin loading when browser sends unrecognised lang
55
+ - Prevent error whilst drag/drop importing from leaving dropTarget visible Fixes #2982
56
+ - Fix scaling issues when dragging nodes into scaled workspace
57
+ - Fix incorrect shortcut keys in info tips (#2980) @kazuhitoyokoi
58
+ - Reduce code duplication around node/label generation
59
+ - Fix theme handling when no editorTheme.page setting
60
+ - Fix jshint error in treeList
61
+
62
+ Runtime
63
+
64
+ - Fix error handling in runtime/lib/api/nodes
65
+ - Add Node 16 with sass fixed
66
+ - Migrate from node-sass to sass (#2984)
67
+ - Fix "installRetry" was declared a constant and changed (#2974) @aheissenberger
68
+
69
+ Nodes
70
+
71
+ - Function: Fix 'SyntaxError' in Function node when last line of on-stop is a comment
72
+ - Function: Fix Function tab label names in the node help text Closes #2978
73
+ - Function: Update Japanese info text of function node (#2985) @HiroyasuNishiyama
74
+
75
+ ### 1.3.4 Maintenance Release
76
+
77
+ Editor
78
+ - Allow nodes to access resolved theme files Fixes #2968
79
+ - Fix importing node to currently flow rather than match its old z value
80
+ - Don't let 'escape' whilst moving nodes interrupt things Fixes #2960
81
+ - Sort context stores in TypedInput and ensure default first Fixes #2954
82
+ - Fix margin between nodes on palette (#2947) @kazuhitoyokoi
83
+ - Ensure typedInput option is selected in dropdown menu Part of #2945
84
+ - Ensure typedInput without value has focus class removed Closes #2945
85
+ - TreeList: Fix remove item when depth=0 and wrong gutter calc (#2967) @hanc2006
86
+
87
+ Runtime
88
+ - Handle subflow modules that contain subflows
89
+ - Timeout http upgrade requests that are not otherwise handled Fixes #2956
90
+ - Fix error on auto commit for no flow change (#2957) @HiroyasuNishiyama
91
+
92
+ Nodes
93
+
94
+ - CSV: Fix CSV handling of special chars as separators
95
+ - Delay: Give delay node random mina nd max more space so you can see complete value
96
+ - Exec: fix grunt fail on exec node test (#2964) @HiroyasuNishiyama
97
+ - Function: Ensure function expand button is above vertical scrollbar Fixes #2955
98
+ - Inject: Fix inject node output tooltip extra property count
99
+
100
+
1
101
  ### 1.3.3: Maintenance Release
2
102
 
3
103
  Editor