Skip to content

Releases: node-red/node-red-dashboard

2.17.1: Maintenance Release

09 Oct 12:56
Compare
Choose a tag to compare

Fixes

  • Add warning re missing order property in custom widget nodes
  • Fix notifications. Issue #537.

2.17.0: Maintenance Release

03 Oct 20:32
Compare
Choose a tag to compare

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

16 Sep 16:19
Compare
Choose a tag to compare

Enhancements

  • If template has height -1 then set it to 0 height (test for custom templates).
  • Add wrap value feature to numeric node.

Fixes

  • Ensure widgets handle undefined msg parts for labels etc.
  • Fix scrollbar theming inside template.
  • Ensure msg.topic really doesn't exist if not specified, for all ui nodes. Was PR #531
  • Backlevel less package to fix IE11 loading, Issue #530

2.16.2: Maintenance Release

30 Aug 09:25
Compare
Choose a tag to compare

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

22 Aug 11:44
Compare
Choose a tag to compare

Fixes

  • Fix toast to show border correctly and better timing. Issue #525
  • Stop colour picker sending on page refresh. Issue #514
  • Fix layout tool group locations. PR #526
  • Fix slider not sending if mouse leaves widget in on release mode.

2.16.0: Milestone Release

16 Aug 11:48
Compare
Choose a tag to compare

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

24 Jun 18:31
Compare
Choose a tag to compare

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

30 May 11:28
Compare
Choose a tag to compare

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

26 May 16:26
Compare
Choose a tag to compare

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

2.15.2: Maintenance Release

15 May 15:32
Compare
Choose a tag to compare

Fixes

  • Fix legend being visible when it should not be. Issue #494
  • Fix ui_text_input time mode to accept and passthrough input correctly. Issue #495
  • Fix theme to better handle new ui_list node switch styles.