Skip to content

Releases: node-red/node-red-dashboard

2.22.1: Maintenance Release

08 May 14:15
Compare
Choose a tag to compare

Fixes

  • Re-insert missing weather icons fonts.
  • Fix slider logic for touch devices. Issue #589

2.22.0: Milestone Release

07 May 15:40
Compare
Choose a tag to compare

Enhancements

  • Add group (open/closed) event to ui_control output.
  • Let browser bar theme copy dashboard theme (for Android).
  • Add id to Tab div tag so css can be targetted.
  • Add option for multi-selects in dropdown. PR #588

Fixes

  • Document _dontSend option for beforeSend callback.
  • Let slider repeat click work in "send at end" mode.
  • Force client reauth when old socket connection times out and 401s. PR #586
  • Fix navigation history, so back/formward browser buttons work. PR #587
  • Force socket.io to use secure link when using https.
  • Allow dropdowns to take up more space on screen for longer lists.
  • Make sure we don't fail on a null msg from a template.

2.21.0: Milestone Release

17 Apr 15:48
Compare
Choose a tag to compare

Enhancements

  • Let tooltip words be settable via {{msg.something}}. Issue #578.
  • Move Gridstack to v0.6.4 - thanks HiroyasuNishiyama. PR #580,581

Fixes

  • Fix Form Date input to accept inject of date correctly.

2.20.0: Milestone Release

03 Apr 13:52
Compare
Choose a tag to compare

Enhancements

  • Add open and close options for groups to ui_control node.
  • Add cubic and cubic-monotone to chart interpolation options.
  • Allow ui_control msg to widgets also set .label property.
  • Add option to try to load dist/loading,html for those that want it.
  • Add msg.event for button clicks.
  • Make Gridstack a normal dep so they can count installs. Bump to v0.5.5
  • Let mousewheel change slider. Issue #575.
  • Add UTC option to Chart node X-Axis
  • Add no resend on refresh option to template node.

Fixes

  • Add placeholder to ui-form date type to give a clue that yyyy-mm-dd works for Safari.
  • Fix dropdown to save topic for input for subsequent selections. Issue #570.
  • Fix colour picker to show appropriate controls by default. Issue #572.

2.19.4: Maintenance Release

07 Feb 19:55
Compare
Choose a tag to compare

Enhancements

  • Add feedback option to dialog widget.
  • Add persistantFrontEndValue property to addWidget options so it possible to avoid replay message to be sent when front end reconnect. PR #558

Fixes

  • Re-add gridstack min map to reduces warnings
  • Added crossorigin attribute to manifest link. PR #560

2.19.3: Maintenance Release

21 Dec 12:49
Compare
Choose a tag to compare

Enhancements

  • Let dropdown status show selected label rather than value.

Fixes

  • Fix notification to send cancel instead of OK when dismissed by blank message.
  • Fix Angular theme reverting to light in menu. Issue #554

2.19.2: Maintenance Release

06 Dec 08:58
Compare
Choose a tag to compare

Fixes

  • Revert dropping of angular material icons with animation. Issue #552

2.19.1: Maintenance Release

03 Dec 22:29
Compare
Choose a tag to compare

Enhancements

  • Self host Material Icons Font - PR #550

Fixes

  • Adjust Gauge title spacing.

2.19.0 - Milestone Release

27 Nov 08:44
Compare
Choose a tag to compare

Enhancements

  • Let ui_form node accept input to prefill, and add multiline text
  • Let dialog be removed by blank message.

Fixes

  • Fix undocumented change to justgage custom sectors api. Issue #547

2.18.0: Milestone Release

23 Nov 13:45
Compare
Choose a tag to compare

Enhancements

  • Update justgauge to latest (now maintained) version and drop monkeypatch. Issue #535.
  • Add engines node8 to package.json (we only support node8 anyway so should have made this mandatory)

Fixes

  • Stop propagation of swipe when using color picker - Issue #539
  • Handle tab names with multiple spaces in for hide/show - Issue #541
  • Update gulpfile.js to gulp 4 so it builds on Nodejs 12 - Issue #542
  • Fix numeric step rounding when changed by ui_control