Skip to content

Releases: node-red/node-red-dashboard

2.10.1: Maintenance Release

29 Oct 08:38
Compare
Choose a tag to compare

Enhancements

  • Let slider only send on mouse release (discrete mode)

Fixes

  • Stop background path css escape for gauge
  • Fix radar chart so it picks up theme - Issue #443

2.10.0: Milestone Release

22 Oct 18:47
Compare
Choose a tag to compare

Enhancements

Fixes

  • Add polyfill for IE11 Object.assign. Issue #402
  • Tweak colour picker to default to solid colours
  • Fix up ng-click colours in list. Issue #433

2.9.8: Maintenance Release

06 Sep 14:26
Compare
Choose a tag to compare

Fixes

  • Tidy up dashboard widget list if widget moved then renamed. Issue #426
  • Let numeric widget handle angular filters again for value. Issue #428

2.9.7: Maintenance Release

24 Aug 13:32
Compare
Choose a tag to compare

Enhancements

  • Let link specify existing tab. Issue #420
  • Let bar charts specify legend if required. Issue #423
  • Add more links to lists of icons available.

Fixes

  • Ensure old forms Submit/Cancel buttons still display a value.
  • Let internal form elements scale more appropriately with grid size. Issue #416
  • Adjust slider timing to try to better smooth output

2.9.6: Maintenance Release

17 Jul 12:51
Compare
Choose a tag to compare

Fixes

  • Update socket.io to remove audit vulnerability. Issue #411

2.9.5: Maintenance Release

08 Jul 14:40
Compare
Choose a tag to compare

Fixes

  • Remove colour from button when in template in no style mode. Issue #400
  • Fix format support for numeric widget. Issue #401
  • Fix min-width of dropdown label field. Issue #405
  • Let blank value field in gauge NOT display the value text (default to payload). Issue #406
  • Let form buttons have changeable text. Issue #408

2.9.4: Maintenance Release

25 May 18:11
Compare
Choose a tag to compare

Fixes

  • Let text input node handle floating point input when in numeric mode. Issue #391
  • Fix incorrect scoping of colour palettes in charts. Issue #396
  • Docs updates re some of the ui_control to make groups show/hide.

2.9.3: Maintenance Release

08 May 12:35
Compare
Choose a tag to compare

Fixes

  • Revert change to sessionStorage - better fix for Issue #386, unfix Issue #384

2.9.2: Maintenance Release

07 May 16:43
Compare
Choose a tag to compare

Fixes

  • Let dropdown edit config, scale more sensibly on slide out.
  • Change to sessionStorage to mitigate httpAuth issue. Issue #384
  • Ensure groups are restored rather than completely disappeared on refresh. Issue #386
  • Let bar charts also auto scale negative values. Issue #387
  • Use rounded line joins on charts to reduce spiky-ness.
  • Ensure numeric input matches theme (now that it is editable)
  • Fix Gauge so {{ numeric formatting }} works again.

2.9.1: Maintenance Release

22 Apr 20:07
Compare
Choose a tag to compare

Fixes

  • Let dashboard work if localstorage not available. PR #383
  • Let numeric field also be editable
  • Clean up gauge value (to be more numeric as previously). Issue #385