Skip to content

Releases: node-red/node-red-dashboard

3.2.0: Milestone Release

09 Sep 09:50
Compare
Choose a tag to compare
  • Fix Cross site scripting for ui_text format input. Issue #772
  • Don't accept obviously bad chart data. Issue #713
  • Bump libraries to latest

3.1.7: Maintenance Release

09 May 13:02
Compare
Choose a tag to compare

Fixes

  • Fix text-input datetime mode to accept setting time input. Issue #757
  • Fix ng-disabled for text, numeric and dropdown inputs
  • Fix disabling button
  • Fix numeric input width calculation

3.1.6: Maintenance Release

17 Feb 19:33
Compare
Choose a tag to compare

Fixes

  • Add PR to deduplicate layout list entries. PR #752
  • Really fix date picker to always send selected date. Issue #753
  • Add PR to fix validity checks of node config. PR #755
  • Add datetime option to text input

3.1.5: Maintenance Release

21 Jan 16:07
Compare
Choose a tag to compare

Fixes

  • Fix dropdown multiselect to search on labels and handle upper/lower case. Issue #749
  • Fix dropdown to not exit on mixed string and numerics. Issue #748

3.1.4: Maintenance Release

14 Jan 11:14
Compare
Choose a tag to compare

Fixes

  • Fix colorpicker swatch overlapping colorpicker dial. Issue #746
  • Let multiselect dropdown "select all" only select those in search. Issue #747

3.1.3: Maintenance Release

21 Dec 10:53
Compare
Choose a tag to compare

3.1.3: Maintenance Release

Fixes

  • Remove main entry from package.json. Issue #740
  • Let Date-picker send repeated existing values.
  • Warn if Node.js version not 12+.
  • Allow ui-dropdown to accept single string for one valid option.
  • Fix socketid back to be in sync with reality. Issue #738

3.1.2: Maintenance Release

19 Nov 16:58
Compare
Choose a tag to compare
  • Fix dialogue notification to be able to return 1. Issue #736
  • Force saving of spacer size. Forum Issue

3.1.0: Maintenance Release

26 Oct 10:03
Compare
Choose a tag to compare

Fixes

  • Bump socket.io to 4.3.x
  • Remove ui_control messages weird feedback block (not sure why it was ever there...)
  • Fix bad class field in text_input. PR #783

3.0.4 Major Release

16 Sep 18:29
256b526
Compare
Choose a tag to compare

Enhancements

  • Set minimum requirement to be Node12 (in line with core)
  • Bump libraries to latest including socketIO - this also drops node 8 support, Node10 is also EOL
  • Add optional CSS Class field to core widgets

Fixes

  • Fix dropdown string types (again)
  • Fix button and switch invalid buffer to not crash NR
  • Fix form to correctly send false on reset of checkbox and switch
  • Better position for 1x1 colour picker

2.30.0: Milestone Release

09 Jul 07:50
Compare
Choose a tag to compare

Enhancements

  • Add site option to allow swipe to open/close side menu, instead of moving tabs.

Fixes

  • Fix dropdown to allow use of id property if selecting an object. Issue #707
  • Activate deploy button on any change to site options (even a non-change)
  • Fix spacer node to be on tab so can be exported as part of the tab (needs NRv2)
  • Try to handle disabled groups and tabs more cleanly.
  • Disable mouse for swipe actions - only use touch events.