@node-red/editor-client 5.0.0-beta.3 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "5.0.0-beta.3",
3
+ "version": "5.0.0-beta.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,29 @@
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
+
1
27
  #### 5.0.0-beta.3: Beta Release
2
28
 
3
29
  - UX updates for beta 3 (#5498) @knolleary
@@ -39,6 +65,17 @@ Nodes
39
65
 
40
66
  - Add ability to use pfx or p12 file for TLS connection settings option (#4907) @dceejay
41
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
+
42
79
  #### 4.1.6: Maintenance Release
43
80
 
44
81
  - Allow palette.theme to be set via theme plugin and include icons (#5500) @knolleary