@node-red/editor-client 3.1.0-beta.3 → 3.1.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "3.1.0-beta.3",
3
+ "version": "3.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,4 +1,68 @@
1
- #### 3.1.0-beta.3: Beta Release
1
+ #### 3.1.0: Milestone Release
2
+
3
+ Editor
4
+
5
+ - Default filter to All Catalogues and show nodes for small lists (#4318) @knolleary
6
+ - Better distinguish between ctrl and meta keys on mac (#4310) @knolleary
7
+ - Ensure junction appears when filtering quick-add list (#4297) @knolleary
8
+ - Update message catalogs for JSONata Expression editor (#4287) @kazuhitoyokoi
9
+ - Add tooltip to relevance sort button in user settings UI (#4288) @kazuhitoyokoi
10
+ - Capture workspace dirty state when quick-adding junction (#4283) @knolleary
11
+ - Add docs for $clone function (#4284) @knolleary
12
+
13
+ Runtime
14
+
15
+ - Dependency updates (#4317) @knolleary
16
+ - Ensure storage/util.writeFile handles concurrent write attempts (#4316) @knolleary
17
+ - Migrate http -> https for nodered.org (#4313) @Rotzbua
18
+ - Add Node 20 to GH Action test matrix (#4305) @Rotzbua
19
+ - Handle group-scoped nodes inside subflow (#4301) @knolleary
20
+ - Handle non-url-safe chars in context api (#4298) @knolleary
21
+ - Fix git pull operation in project feature (#4290) @kazuhitoyokoi
22
+ - Change linefeed codes in Korean message catalogs (#4286) @kazuhitoyokoi
23
+ - Fix file permissions of message catalogs (#4285) @kazuhitoyokoi
24
+ - Update tour (#4278) @knolleary
25
+
26
+ Nodes
27
+
28
+ - File: Fix handling in file nodes when number is specified as file name (#4267) @kazuhitoyokoi
29
+ - Function: Adding function timeout to settings file (#4265) (#4309) @knolleary
30
+ - Function: Fix function setup tab layout (#4299) @knolleary
31
+ - HTTP Request: Handle 204 in httprequest JSON (#4262) @sammachin
32
+ - JSON: Fix test cases of JSON node (#4275) @kazuhitoyokoi
33
+ - MQTT: Remove unnecessary check for clientid if autoUnsub set (#4302) @knolleary
34
+
35
+ ##### 3.1.0-beta.4: Beta Release
36
+
37
+ Editor
38
+
39
+ - Add Japanese translation for 3.1.0 (#4252) @kazuhitoyokoi
40
+ - Improve Catalogue visibility (#4248) @Steve-Mcl
41
+ - Add support for wiring and moving junctions on touch device (#4244) @Steve-Mcl
42
+ - Show errors and statuses of config nodes in the sidebar when no catch node is available (#4231) @bvmensvoort
43
+ - Improve wiring for horizontally aligned nodes (#4232) @knolleary
44
+ - French translation of Welcome Tours (#4200) @GogoVega
45
+ - French translation of v3.1.0-beta.3 changes (#4199) @GogoVega
46
+ - add Japanese message for 3.1.0 beta 3 (#4209) @HiroyasuNishiyama
47
+ - Dont clone the group nodes `node` array when saving edits (#4208) @Steve-Mcl
48
+
49
+ Runtime
50
+
51
+ - Add NR_SUBFLOW_NAME/ID/PATH env vars (#4250) @knolleary
52
+ - Evaluate all env vars as part of async flow start (#4230) @knolleary
53
+ - Add support for httpStatic middleware (#4229) @knolleary
54
+
55
+ Nodes
56
+
57
+ - Fix JSONata in file nodes (#4246) @kazuhitoyokoi
58
+ - Fix timeout icon in function and link call nodes (#4253) @kazuhitoyokoi
59
+ - Fix connection keep-alive in http request node (#4228) @knolleary
60
+ - adding timeout attribute to function node (#4177) @k1ln
61
+ - Fix manual mode join when multiple sequences being handled (#4143) @BitCaesar
62
+ - Fix delay node flush issue (#4203) @dceejay
63
+ - Update status and catch node labels in group mode (#4207) @Steve-Mcl
64
+
65
+ ##### 3.1.0-beta.3: Beta Release
2
66
 
3
67
  Editor
4
68
 
@@ -33,7 +97,7 @@ Nodes
33
97
  - MQTT: Option to disable MQTT topic unsubscribe on disconnect (#4078) @flying7eleven
34
98
 
35
99
 
36
- #### 3.1.0-beta.2: Beta Release
100
+ ##### 3.1.0-beta.2: Beta Release
37
101
 
38
102
  Editor
39
103
 
@@ -83,7 +147,7 @@ Nodes
83
147
  - File Out: Fix extra newline append for multipart file write (#3915) @dceejay
84
148
  - Add validators for complete and link call nodes (#4056) @kazuhitoyokoi
85
149
 
86
- #### 3.1.0-beta.1: Beta Release
150
+ ##### 3.1.0-beta.1: Beta Release
87
151
 
88
152
  Editor
89
153