node-red 2.2.0-beta.1 → 2.2.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/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ #### 2.2.0: Milestone Release
2
+
3
+ Editor
4
+
5
+ - Add editorTheme.tours property to default settings file (#3375) @knolleary
6
+ - Remember Zoom level and Sidebar tab selection between sessions (#3361) @knolleary
7
+ - Fix timing issue when merging background changes fixes #3364 (#3373) @Steve-Mcl
8
+ - Use a nodes palette label in help tree (#3372) @Steve-Mcl
9
+ - Subflow: Add labels to OUTPUT nodes (#3352) @ralphwetzel
10
+ - Fix vertical align subflow port (#3370) @knolleary
11
+ - Make actions list i18n ready and Japanese translation (#3359) @HiroyasuNishiyama
12
+ - Update tour for 2.2.0 (#3378) @knolleary
13
+ - Include paletteLabel when building search index (#3380) @Steve-Mcl
14
+ - Fix opening/closing subflow template not to make subflow changed (#3382) @HiroyasuNishiyama
15
+ - Add Japanese translations for v2.2.0 (#3353, #3381) @kazuhitoyokoi
16
+
17
+ Runtime
18
+
19
+ - Add support for accessing node id & name as environment variable (#3356) @HiroyasuNishiyama
20
+ - Clear context contents when switching projects (#3243) @knolleary
21
+
22
+ Nodes
23
+
24
+ - MQTT: reject invalid topics (#3374) @Steve-Mcl
25
+ - Function: Expose node.path property (#3371) @knolleary
26
+ - Function: Update `node` declarations in func.d.ts (#3377) @Steve-Mcl
27
+
1
28
  #### 2.2.0-beta.1: Beta Release
2
29
 
3
30
  Editor
@@ -18,6 +45,19 @@ Nodes
18
45
  - TCP: Add TLS option to tcp client nodes (#3307) @dceejay
19
46
  - WebSocket: Implemented support for Websocket Subprotocols in WS Client Node. (#3333) @tobiasoort
20
47
 
48
+ #### 2.1.6: Maintenance Release
49
+
50
+ Editor
51
+
52
+ - Revert copy-text change and apply alternative fix (#3363) @knolleary
53
+ - Update marked to latest (#3362) @knolleary
54
+ - fix to make start of property error tooltip messages aligned (#3358) @HiroyasuNishiyama
55
+
56
+ Nodes
57
+
58
+ - Inject: fix JSON propety validation of inject node (#3349) @HiroyasuNishiyama
59
+ - Delay: fix unit value validation of delay node (#3351) @HiroyasuNishiyama
60
+
21
61
  #### 2.1.5: Maintenance Release
22
62
 
23
63
  Runtime
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright JS Foundation and other contributors, http://js.foundation
1
+ Copyright OpenJS Foundation and other contributors, https://openjsf.org/
2
2
 
3
3
  Apache License
4
4
  Version 2.0, January 2004
package/README.md CHANGED
@@ -2,12 +2,9 @@
2
2
 
3
3
  http://nodered.org
4
4
 
5
- [![Build Status](https://travis-ci.org/node-red/node-red.svg)](https://travis-ci.org/node-red/node-red)
6
- [![Coverage Status](https://coveralls.io/repos/node-red/node-red/badge.svg?branch=master)](https://coveralls.io/r/node-red/node-red?branch=master)
5
+ Low-code programming for event-driven applications.
7
6
 
8
- A visual tool for wiring the Internet of Things.
9
-
10
- ![Node-RED: A visual tool for wiring the Internet of Things](http://nodered.org/images/node-red-screenshot.png)
7
+ ![Node-RED: Low-code programming for event-driven applications.](http://nodered.org/images/node-red-screenshot.png)
11
8
 
12
9
  ## Quick Start
13
10
 
@@ -39,15 +36,14 @@ This project adheres to the [Contributor Covenant 1.4](http://contributor-covena
39
36
 
40
37
  ## Authors
41
38
 
42
- Node-RED is a project of the [JS Foundation](http://js.foundation).
43
-
44
- It was created by [IBM Emerging Technology](https://www.ibm.com/blogs/emerging-technology/).
45
-
46
- * Nick O'Leary [@knolleary](http://twitter.com/knolleary)
47
- * Dave Conway-Jones [@ceejay](http://twitter.com/ceejay)
39
+ Node-RED is a project of the [OpenJS Foundation](http://openjsf.org).
48
40
 
41
+ It is maintained by:
49
42
 
43
+ * Nick O'Leary [@knolleary](http://twitter.com/knolleary)
44
+ * Dave Conway-Jones [@ceejay](http://twitter.com/ceejay)
45
+ * And many others...
50
46
 
51
47
  ## Copyright and license
52
48
 
53
- Copyright JS Foundation and other contributors, http://js.foundation under [the Apache 2.0 license](LICENSE).
49
+ Copyright OpenJS Foundation and other contributors, https://openjsf.org under [the Apache 2.0 license](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "2.2.0-beta.1",
3
+ "version": "2.2.0",
4
4
  "description": "Low-code programming for event-driven applications",
5
5
  "homepage": "http://nodered.org",
6
6
  "license": "Apache-2.0",
@@ -31,15 +31,15 @@
31
31
  "flow"
32
32
  ],
33
33
  "dependencies": {
34
- "@node-red/editor-api": "2.2.0-beta.1",
35
- "@node-red/runtime": "2.2.0-beta.1",
36
- "@node-red/util": "2.2.0-beta.1",
37
- "@node-red/nodes": "2.2.0-beta.1",
34
+ "@node-red/editor-api": "2.2.0",
35
+ "@node-red/runtime": "2.2.0",
36
+ "@node-red/util": "2.2.0",
37
+ "@node-red/nodes": "2.2.0",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "2.4.3",
40
40
  "express": "4.17.2",
41
41
  "fs-extra": "10.0.0",
42
- "node-red-admin": "^2.2.1",
42
+ "node-red-admin": "^2.2.2",
43
43
  "nopt": "5.0.0",
44
44
  "semver": "7.3.5"
45
45
  },
package/settings.js CHANGED
@@ -328,6 +328,12 @@ module.exports = {
328
328
  * a collection of themes to chose from.
329
329
  */
330
330
  //theme: "",
331
+
332
+ /** To disable the 'Welcome to Node-RED' tour that is displayed the first
333
+ * time you access the editor for each release of Node-RED, set this to false
334
+ */
335
+ //tours: false,
336
+
331
337
  palette: {
332
338
  /** The following property can be used to order the categories in the editor
333
339
  * palette. If a node's category is not in the list, the category will get
@@ -336,6 +342,7 @@ module.exports = {
336
342
  */
337
343
  //categories: ['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'],
338
344
  },
345
+
339
346
  projects: {
340
347
  /** To enable the Projects feature, set this value to true */
341
348
  enabled: false,
@@ -349,6 +356,7 @@ module.exports = {
349
356
  mode: "manual"
350
357
  }
351
358
  },
359
+
352
360
  codeEditor: {
353
361
  /** Select the text editor component used by the editor.
354
362
  * Defaults to "ace", but can be set to "ace" or "monaco"