Releases: node-red/node-red-dashboard
Releases · node-red/node-red-dashboard
2.17.1: Maintenance Release
Fixes
- Add warning re missing order property in custom widget nodes
- Fix notifications. Issue #537.
2.17.0: Maintenance Release
Fixes
- Better vertical align larger button icons if supplied via label text
- Fix ui_notification node to not accept raw HTML by default, add option to allow. (to prevent XSS injection)
2.16.3: Maintenance Release
Enhancements
- If template has height -1 then set it to 0 height (test for custom templates).
- Add wrap value feature to numeric node.
Fixes
2.16.2: Maintenance Release
Enhancements
- Ui-control can be set to only report connect events, or change tab events.
Fixes
- Stop slider sending twice (after fixing endstop issue below). Issue #527
- Fix Theme colour swatch size.
2.16.1: Maintenance Release
2.16.0: Milestone Release
Enhancements
- Add Dashboard Layout tool - Major contribution - Many thanks @KazuhiroItoh - PR #482
- Add ui.isDark(), returns true/false if overall theme is dark or light, so a widget could switch appropriately. (can already use getTheme() to get actual colors if needs be.)
Fixes
- Make spacer transparent so background is really the background.
- Fix text_input to only send duplicates if enter key hit multiple times and not on loss of focus. Issue #513
- Fix color-picker to not emit on tab change, and fix background overlay. Issue #514
- Fix IE11 loading issue #515 (reversion)
- Improve embedded node-red dashboard full path resolve - Issue #517
- Let ui-form input be full width on IE11 - Issue #524
2.15.5: Maintenance Release
Enhancements
- Add compression middleware by default to speed up loading. Thanks @zyrorl
Fixes
- Fix legend to keep items hidden when new data arrives. Issue #507
- Re-re-fix switch to not show correct icon despite passthru, and toggle output correctly. Issue #506
- Make Dialog and Toast be more consistent
- Fix odd gauge behaviour when in donut mode
- Fix UI redraw (not redrawing when changing tabs). PR #508
- Fix vertical slider in only on release mode
- Let webfont loader be async to not delay page load when offline, and fail silently
- Fix Datepicker to honour Site date format
- Tweak passthrough option wording and info to try to match what actually happens
- Fix text-input to only send one message when using tab key to move fields
2.15.4: Maintenance Release
Enhancements
- Add CSS variable names for main theme colours to make user customisations easier
Fixes
- Re-fix switch to not visibly switch when set to show input not output. Issue #506
- Fix colour swatch widths in ui_chart and ui_gauge.
2.15.3: Maintenance Release
Enhancements
- Let ui_template use full screen editor (when used with NR 1.0)
Fixes
- Fix slider css so numbers stay visible when in "on release only" mode
- Fix switch to show correct state for late connecting clients. Issue #497
- Fix button to show correct state for late connecting clients. Issue #499
- Fix sidenav to ensure colour picker is behind it. Part of issue #492
- Better contrast for sidebar menu buttons to work across themes. Issue #500
- Revert colour picker to its default design with colour + lightness, add square option, and fix cursor. Issue #502
- Fix slider discrete mode to align better, blend theme better and not hide thumb. Issue #503
- Fix button to return to original colour on loss of focus. Issue #504