node-red 4.1.2 → 5.0.0-beta.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ #### 5.0.0-beta.1: Beta Release
2
+
3
+ Editor
4
+
5
+ - Allow sidebar to be split into two panels (#5378) @knolleary
6
+
7
+ #### 5.0.0-beta.0: Beta Release
8
+
9
+ Editor
10
+
11
+ - Update Sidebar UX (#5318) @knolleary
12
+ - Workspace pan/zoom updates (#5312) @knolleary
13
+ - Fix panning workspace on touchscreens (#5371) @knolleary
14
+ - Update tour for 5-beta (#5370) @knolleary
15
+
16
+ Runtime
17
+
18
+ - Prep dev branch for beta releases (#5367) @knolleary
19
+
20
+ Nodes
21
+
22
+ - Add ability to use pfx or p12 file for TLS connection settings option (#4907) @dceejay
23
+
24
+
1
25
  #### 4.1.2: Maintenance Release
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "4.1.2",
3
+ "version": "5.0.0-beta.1",
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": "4.1.2",
35
- "@node-red/runtime": "4.1.2",
36
- "@node-red/util": "4.1.2",
37
- "@node-red/nodes": "4.1.2",
34
+ "@node-red/editor-api": "5.0.0-beta.1",
35
+ "@node-red/runtime": "5.0.0-beta.1",
36
+ "@node-red/util": "5.0.0-beta.1",
37
+ "@node-red/nodes": "5.0.0-beta.1",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "3.0.2",
40
40
  "cors": "2.8.5",