Skip to content

Releases: node-red/node-red-dashboard

2.15.1: Maintenance Release

14 May 10:05

Choose a tag to compare

Fixes

  • Fix built in fa-icons font paths

2.15.0: Milestone Release

13 May 21:22

Choose a tag to compare

Enhancements

  • Allow ui_chart to have many more options set by control message, see config-fields.md
  • Allow ui.middleware in settings.js to specify middleware for use with dashboard endpoint. See PR #209 for example usage.

Fixes

  • Ensure msg.enabled applies to all themes. Issue #481
  • Ensure theme applies to popup dialog alerts also.
  • ensure slider only sends on mouse up when in that mode. Issue #490

2.14.0: Milestone Release

28 Feb 12:27

Choose a tag to compare

Enhancements

  • Allow Tabs to be hidden or disabled dynamically from a ui_control msg.
  • Finally remove deprecated second output from ui_chart node.
  • Allow ui_form to be submitted with empty fields (if they are not required)

Fixes

  • Don't try to close non-existent menu at start (logging issue only) - Issue #470
  • Add startsWith polyfill for IE11
  • Ensure active sidebar menu item is highlighted - Issue #472
  • Sanitise display of html input - Issue #473
  • Respect msg.socketid to return msg back to selected session when using ui_template
  • Allow dropdown to have 0 pre-configured values, by removing validation.

2.13.2: Maintenance Release

28 Jan 23:10

Choose a tag to compare

Fixes

  • Revert change that broke gauge pointer colours

2.13.1: Maintenance Release

28 Jan 19:57

Choose a tag to compare

Fixes

  • Fix ui_template to return correct sessionid to each browser.
  • Fix line chart xAxis hover to use same time format as main axis
  • Fix chart colours to have more than 9 colours just in case - Issue #465
  • Remove circular ref in menu that caused problems with 0.20 beta
  • Let ui_text node send data onBlur when in wait for key mode
  • Update Angular dependency to 1.7.6 - Issue #462
  • Add X-UA-Compatible tag to help to get IE-11 to behave
  • Fix css to use numerics not incorrect name - Issue #469

2.13.0: Milestone Release

22 Dec 14:16

Choose a tag to compare

Enhancements

  • Add ability to hide and/or disable tabs manually - PR #456

Fixes

  • Fix up ui_text toString mishandling error - Issue #459
  • Add some undo capability to ordering of widgets - Issue #461

2.12.2: Maintenance Release

10 Dec 16:37

Choose a tag to compare

Fixes

  • Revert change to button and switch typed inputs - Issue #455
  • Fix handling of {{msg.property}} handling for labels

2.12.1: Maintenance Release

08 Dec 19:01

Choose a tag to compare

Fixes

  • Ensure spacer actually gets created with no users

2.12.0: Milestone Release

07 Dec 11:30

Choose a tag to compare

Enhancements

  • Introduce concept of spacer nodes in groups to allow more widget layout options

Fixes

  • Set order value correctly for newly added ui nodes
  • Let ui_text node handle buffers without mangling to utf8
  • Fix ui_template info odd/even example to work again (after theme changes)
  • Ensure colour picker retains old value on multiple reloads when in dynamic mode - Issue #452
  • Fix missing page titles (mea culpa) - Issue #453

2.11.0: Milestone Release

17 Nov 12:38

Choose a tag to compare

Enhancements

  • Let side menu be locked open via site config tab - Issue #446
  • Let audio playback node show status in editor for debug

Fixes

  • Fix button background CSS so it can be over-ridden - Issue #444