node-red 5.0.0-beta.2 → 5.0.0-beta.4

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,35 @@
1
+ #### 5.0.0-beta.4: Beta Release
2
+
3
+ - Various UX tweaks and tidy ups
4
+ - Renable click to close for edit dialog (#5567) @knolleary
5
+ - Improve the `user-select` CSS code usage (#5565) @bonanitech
6
+ - Tidy up modal shade appearance (#5566) @knolleary
7
+ - Scale highlight based on workspace zoom (#5563) @knolleary
8
+ - Ensure disabled tab has fully dashed border (#5564) @knolleary
9
+ - Add error handling for markdown parser (#5560) @knolleary
10
+ - Update reveal node styling (#5562) @knolleary
11
+ - Minor change to treeList select/expand behaviour (#5556) @knolleary
12
+ - Handle shift-scroll more robustly (#5559) @knolleary
13
+ - Remove obsolete vendor-prefixed CSS properties (#5554) @bonanitech
14
+ - Include sidebar width in position calculation for reveal function (#5555) @knolleary
15
+ - [5377] UX: Ensure menus handle vertical overflow (#5448) @n-lark
16
+ - Account for sidebar width when calculating zoom-to-fit scale (#5551) @knolleary
17
+ - Fix fade effect for tab labels that overflow (#5552) @bonanitech
18
+ - Better touch handling for submenus (#5550) @knolleary
19
+ - Improve workspace footer handling of smaller screen widths (#5549) @knolleary
20
+ - [5540] UX: handle node-red-dashboard css poisoning (#5548) @n-lark
21
+ - [5522] UX: vertical scrollbar should not overlap subflow toolbar (#5537) @n-lark
22
+ - [5523] UX: Cursor events in workspace get interrupted when over status/scroll bars (#5539) @n-lark
23
+ - [5521] UX: Selecting non-flow object in Explorer causes Info to go blank (#5538) @n-lark
24
+ - [5525] UX: Misaligned first tab (#5536) @n-lark
25
+ - Sync 4.1.7 to dev branch (#5531) @knolleary
26
+
27
+ #### 5.0.0-beta.3: Beta Release
28
+
29
+ - UX updates for beta 3 (#5498) @knolleary
30
+ - Update Monaco to latest (0.55.1) (#5508) @Steve-Mcl
31
+ - Move location of new creds files to be next to flows (if they don't exist already in userdir) (#4951) @dceejay
32
+
1
33
  #### 5.0.0-beta.2: Beta Release
2
34
 
3
35
  Editor
@@ -33,6 +65,42 @@ Nodes
33
65
 
34
66
  - Add ability to use pfx or p12 file for TLS connection settings option (#4907) @dceejay
35
67
 
68
+ #### 4.1.7: Maintenance Release
69
+
70
+ - Do not block touch events on ports (#5527) @knolleary
71
+ - Allow palette.categories to be set via theme plugin (#5526) @knolleary
72
+ - Bump i18next version (#5519) @knolleary
73
+ - Suppress i18n notice in frontend (#5528) @knolleary
74
+ - Set showSupportNotice option on i18n (#5520) @knolleary
75
+ - Do not cache subflow colors as each subflow can have its own (#5518) @knolleary
76
+ - Update tar/multer deps (#5515) @knolleary
77
+ - Remove IE7 CSS hacks (#5511) @bonanitech
78
+
79
+ #### 4.1.6: Maintenance Release
80
+
81
+ - Allow palette.theme to be set via theme plugin and include icons (#5500) @knolleary
82
+ - Ensure config sidebar tooltip handles html content (#5501) @knolleary
83
+ - Allow node-red integrator access to available updates (#5499) @Steve-Mcl
84
+ - Add frontend pre and post debug message hooks (#5495) @Steve-Mcl
85
+ - Fix: allow middle-click panning over links and ports (#5496) @lklivingstone
86
+ - Support ctrl key to select configuration nodes (#5486) @kazuhitoyokoi
87
+ - Add § as shortcut meta-key (#5482) @gorenje
88
+ - Update dependencies (#5502) @knolleary
89
+
90
+ #### 4.1.5: Maintenance Release
91
+
92
+ - chore: bump tar to 7.5.7 (#5472) @bryopsida
93
+ - Update node-red-admin dependency @knolleary
94
+
95
+ #### 4.1.4: Maintenance Release
96
+
97
+ - Update tar dependency @knolleary
98
+ - Revert overflow fix in editableList (#5467) @knolleary
99
+ - registry: fix importModule base dir for exports subpaths (#5465) @yuan-cloud
100
+ - fix: prevent race condition in localfilesystem context store during shutdown (#5462) @Dennis-SEG
101
+ - fix: prevent double resolve in node close callback (#5461) @Dennis-SEG
102
+ - fix: prevent incorrect array modification in delay node (#5457) @Dennis-SEG
103
+ - fix: prevent uncaught exceptions in core node event handlers (#5438) @Dennis-SEG
36
104
 
37
105
  #### 4.1.3: Maintenance Release
38
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "5.0.0-beta.2",
3
+ "version": "5.0.0-beta.4",
4
4
  "description": "Low-code programming for event-driven applications",
5
5
  "homepage": "https://nodered.org",
6
6
  "license": "Apache-2.0",
@@ -31,18 +31,18 @@
31
31
  "flow"
32
32
  ],
33
33
  "dependencies": {
34
- "@node-red/editor-api": "5.0.0-beta.2",
35
- "@node-red/runtime": "5.0.0-beta.2",
36
- "@node-red/util": "5.0.0-beta.2",
37
- "@node-red/nodes": "5.0.0-beta.2",
34
+ "@node-red/editor-api": "5.0.0-beta.4",
35
+ "@node-red/runtime": "5.0.0-beta.4",
36
+ "@node-red/util": "5.0.0-beta.4",
37
+ "@node-red/nodes": "5.0.0-beta.4",
38
38
  "basic-auth": "2.0.1",
39
- "bcryptjs": "3.0.2",
39
+ "bcryptjs": "3.0.3",
40
40
  "cors": "2.8.5",
41
41
  "express": "4.22.1",
42
42
  "fs-extra": "11.3.0",
43
- "node-red-admin": "^4.1.2",
43
+ "node-red-admin": "^4.1.3",
44
44
  "nopt": "5.0.0",
45
- "semver": "7.7.1"
45
+ "semver": "7.7.4"
46
46
  },
47
47
  "optionalDependencies": {
48
48
  "@node-rs/bcrypt": "1.10.7"
package/settings.js CHANGED
@@ -450,8 +450,12 @@ module.exports = {
450
450
  },
451
451
 
452
452
  codeEditor: {
453
- /** Select the text editor component used by the editor.
454
- * As of Node-RED V3, this defaults to "monaco", but can be set to "ace" if desired
453
+ /**
454
+ * Code Editor Selection can be one of the following:
455
+ * - monaco - the Monaco Editor (the default)
456
+ * - ace - the Ace Editor
457
+ * - basic - a simple textarea based editor
458
+ * @type {'monaco'|'ace'|'basic'}
455
459
  */
456
460
  lib: "monaco",
457
461
  options: {
@@ -463,7 +467,7 @@ module.exports = {
463
467
  */
464
468
  // theme: "vs",
465
469
  /** other overrides can be set e.g. fontSize, fontFamily, fontLigatures etc.
466
- * for the full list, see https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IStandaloneEditorConstructionOptions.html
470
+ * for the full list, see https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor_editor_api.editor.IStandaloneEditorConstructionOptions.html
467
471
  */
468
472
  //fontSize: 14,
469
473
  //fontFamily: "Cascadia Code, Fira Code, Consolas, 'Courier New', monospace",