Skip to content

Releases: node-red/node-red-dashboard

2.29.3: Maintenance Release

12 Jun 15:28
Compare
Choose a tag to compare

Fixes

  • Try to ensure angular palette state really is saved. Issue #554
  • Let form time type show correct label. Issue #702
  • Adjust CSS for better alignment of icons in ui-list
  • Fix color-picker z layer to be behind dropdown when necessary

2.29.2: Maintenance Release

11 Jun 22:53
Compare
Choose a tag to compare

Fixes

  • Try to ensure angular palette state really is saved. Issue #554
  • Let form time type show correct label. Issue #702
  • Adjust CSS for better alignment of icons in ui-list

2.29.0: Milestone Release

23 Apr 15:33
Compare
Choose a tag to compare

Enhancements

  • Allow incoming msg.meta from UI. PR #690

2.28.2: Maintenance Release

19 Mar 10:24
Compare
Choose a tag to compare

Fixes

  • Fix empty dropdown causing crash on select. PR #686
  • Fix button not sending blank string. Issue #687
  • Fix dropdown not returning numbers of type string. Issue #691

2.28.1: Maintenance Release

14 Feb 18:09
Compare
Choose a tag to compare

Fixes

  • Fix ui-form two column sizing and layout issues.

2.28.0: Milestone Release

12 Feb 09:35
Compare
Choose a tag to compare

Enhancements

  • Add two column option to ui_form widget. PR #680
  • Let topic setting be a typed input for nodes that output topic.

Fixes

  • Fix msg.vol for tts out
  • Fix dropdown again to display input value when in not passing though mode. Issue #675
  • Fix dropdown to allow clearing/resetting by sending an empty message (part of fix above)
  • Add option to switch custom icons to animate (a bit) - works with more icon types now.

2.27.0: Milestone Release

19 Jan 09:08
Compare
Choose a tag to compare

Enhancements

  • Let user configured middleware be an array. PR #664
  • Let polar area chart have different colours per series item. PR #662

Fixes

  • Fix dropdown pre-select of multiple options
  • Fix button text colour - dumb mistake. Issue #670

2.26.2: Maintenance Release

11 Jan 12:02
Compare
Choose a tag to compare

Fixes

  • Fix slider text colour to better contrast with widget background. Issue #665
  • Check served endpoint to prevent path traversal. Issue #669.

2.26.1: Maintenance Release

29 Dec 16:17
Compare
Choose a tag to compare

Enhancements

  • Add msg.level to Audio out node to set volume from 0 to 1 (0-100%).

Fixes

  • Update German translations. PR #654
  • Fix level update for weathericons lite.
  • Ensure dropdown new options are set even when not visible. Issue #479
  • Fix angular theme for gauges - and some other theme escapes. Issue #649

2.26.0: Milestone Release

21 Dec 12:54
Compare
Choose a tag to compare

Enhancements

  • Update weather icons to 1.6 to include more wind direction rotations and icons.
  • Add more Japanese translations for chart and form nodes. PR #653

Fixes

  • Fix CSS to remove lots of !important flags to allow override.
  • Fix examples in ui_template node. PR #651
  • Ensure ui_base creation is called at more appropriate time so is there ready for nodes when needed.