node-red 4.1.2 → 5.0.0-beta.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 +18 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
#### 5.0.0-beta.0: Beta Release
|
|
2
|
+
|
|
3
|
+
Editor
|
|
4
|
+
|
|
5
|
+
- Update Sidebar UX (#5318) @knolleary
|
|
6
|
+
- Workspace pan/zoom updates (#5312) @knolleary
|
|
7
|
+
- Fix panning workspace on touchscreens (#5371) @knolleary
|
|
8
|
+
- Update tour for 5-beta (#5370) @knolleary
|
|
9
|
+
|
|
10
|
+
Runtime
|
|
11
|
+
|
|
12
|
+
- Prep dev branch for beta releases (#5367) @knolleary
|
|
13
|
+
|
|
14
|
+
Nodes
|
|
15
|
+
|
|
16
|
+
- Add ability to use pfx or p12 file for TLS connection settings option (#4907) @dceejay
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
#### 4.1.2: Maintenance Release
|
|
2
20
|
|
|
3
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-beta.0",
|
|
4
4
|
"description": "Low-code programming for event-driven applications",
|
|
5
5
|
"homepage": "https://nodered.org",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"flow"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@node-red/editor-api": "
|
|
35
|
-
"@node-red/runtime": "
|
|
36
|
-
"@node-red/util": "
|
|
37
|
-
"@node-red/nodes": "
|
|
34
|
+
"@node-red/editor-api": "5.0.0-beta.0",
|
|
35
|
+
"@node-red/runtime": "5.0.0-beta.0",
|
|
36
|
+
"@node-red/util": "5.0.0-beta.0",
|
|
37
|
+
"@node-red/nodes": "5.0.0-beta.0",
|
|
38
38
|
"basic-auth": "2.0.1",
|
|
39
39
|
"bcryptjs": "3.0.2",
|
|
40
40
|
"cors": "2.8.5",
|