@flowfuse/node-red-dashboard v1.31.0 released

I see that the flowfuse dashboard (D2) version 1.31.0 has been released. See Release v1.31.0 · FlowFuse/node-red-dashboard · GitHub for full details.

In summary, fixes to:
[454 + 1538] Default theme presets + fixes for dark themes by @n-lark in #2193
[1829] Charts set to size auto use a height of 1 row by @n-lark in #2197
[151] Button text is cut off by @n-lark in #2194
[1607] Too much whitespace on gauge on mobile + desktop by @n-lark in #2195
[1875] 3/4ths gauge in autosize is not working well + needle dial fix for tall gauges by @n-lark in #2199
[1772] ui-table cannot display locale date/time by @n-lark in #2189
[966] Changing a theme color changes all the themes color + fix theme labels by @n-lark in #2190
[1998] UI-TABLE only renders data when layout configuration is set to auto by @n-lark in #2141
[2008] ui-text-input partial rendering when set to text area (multi-line) by @n-lark in #2140
Fix #710: UI ordering of subflow elements by @waldbaer in #2174
fix: skip msg-input emit when beforeSend returns falsy value by @Marchal-web in #2055

Of particular note is the fix to issue #710 which now allows the correct ordering of subflows containing widgets. This means that subflows containing widgets are fully supported. The widgets can be ordered in the subflow and the subflows can be ordered in the page, which is great.

2 Likes