@node-red/editor-client 4.1.1 → 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.
@@ -169,6 +169,7 @@
169
169
  "zoom-out": "Zoom out",
170
170
  "zoom-reset": "Reset zoom",
171
171
  "zoom-in": "Zoom in",
172
+ "zoom-fit": "Zoom to fit",
172
173
  "search-flows": "Search flows",
173
174
  "search-prev": "Previous",
174
175
  "search-next": "Next",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "4.1.1",
3
+ "version": "5.0.0-beta.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,42 @@
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
+
19
+ #### 4.1.2: Maintenance Release
20
+
21
+
22
+ Editor
23
+
24
+ - Fix invalid `dirty` state during redo after deployment (#5352) @GogoVega
25
+ - Fix up port event cancelling on node-select (#5338) @knolleary
26
+ - Add selection-to-subflow context menu item (#5337) @knolleary
27
+ - Show subflow input label on virtual port (#5325) @knolleary
28
+ - Clear suggestions on node/port mouse down (#5323) @knolleary
29
+ - Fix lock icon for read-only user (#5336) @knolleary
30
+ - Fix `RED.comms.subscribe` callback on error (#5313) @GogoVega
31
+
32
+ Runtime
33
+
34
+ - ci: add files generated by npm test to .gitignore (#5230) @bryopsida
35
+ - Handle plugin name in `plugins.getConfig` (#5276) @GogoVega
36
+ - Update express version to 4.22.1 (#5365) @hardillb
37
+ - Improved readme (#5340) @dimitrieh
38
+ - Fix race condition in projects initialization by returning gitTools.init() promise (#5315) @stoprocent
39
+
1
40
  #### 4.1.1: Maintenance Release
2
41
 
3
42
  Editor
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 23.812 23.813"><g style="display:inline" transform="translate(-68.711 -174.66)scale(.26458)"><rect width="50" height="15" x="265" y="665.359" ry="5" style="fill:#000"/><rect width="50" height="15" x="295" y="690.359" ry="5" style="display:inline;fill:#000;stroke-width:.822633"/><rect width="50" height="15" x="295" y="710.359" ry="5" style="display:inline;fill:#000;stroke-width:.822633"/><rect width="50" height="15" x="295" y="730.359" ry="5" style="display:inline;fill:#000;stroke-width:.822633"/><path d="M295 696.359h-13v-16h-3.061l.061 57 2 2h14v-3h-12l-1-1v-16h13v-3h-13v-17h13" style="fill:#000"/></g></svg>
@@ -91,7 +91,8 @@
91
91
  "alt-shift-w": "core:show-last-hidden-flow",
92
92
  "ctrl-+": "core:zoom-in",
93
93
  "ctrl--": "core:zoom-out",
94
- "ctrl-0": "core:zoom-reset"
94
+ "ctrl-0": "core:zoom-reset",
95
+ "ctrl-1": "core:zoom-fit"
95
96
  },
96
97
  "red-ui-editor-stack": {
97
98
  "ctrl-enter": "core:confirm-edit-tray",